Registry / testing / specs-2-9-0

specs-2-9-0

JSON →
library1.6.8javamavenunverified

A Behaviour-Driven-Design testing framework for Scala.

<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>specs_2.9.0</artifactId> <version>1.6.8</version> </dependency>
INSTALL
IMPORT
SIG · SPECS-2-9-0
S
specs-2-9-0
testingjavav1.6.8
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

Minimal example defining a specification with a single expectation.

import org.specs._ object HelloWorldSpec extends Specification { "The 'Hello world' string" should { "contain 11 characters" in { "Hello world".size mustBe 11 } } }
Debug
Known issues
breakingThis artifact targets Scala 2.9.0, which is extremely outdated; consider migrating to specs2 or ScalaTest.
fix
Use org.specs2:specs2-core for modern Scala versions.
affects: 1.6.8
Upgrade
Version history
1.6.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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