Registry / testing / specs-2-9-2

specs-2-9-2

JSON →
library1.6.9javamavenunverified

A Scala testing library providing BDD-style specifications and matchers, specifically compiled for Scala 2.9.2.

<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>specs_2.9.2</artifactId> <version>1.6.9</version> </dependency>
INSTALL
IMPORT
SIG · SPECS-2-9-2
S
specs-2-9-2
testingjavav1.6.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Specification
org.specs.Specification

Define a simple specification test.

import org.specs.Specification; object MySpec extends Specification { "A simple test" should { "pass" in { 1 must_== 1 } } }
Debug
Known issues
breakingThis artifact is for Scala 2.9.2 only; use specs2 for newer Scala versions.
fix
Migrate to specs2 library for Scala 2.10+.
affects: >=2.10.0
Upgrade
Version history
1.6.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
specs-2-9-2 — mvn dependency:get specs-2-9-2 · libregistry