Registry / testing / specs2-2-10

specs2-2-10

JSON →
library3.3.1javamavenunverified

Specs2 is a Scala library for writing executable software specifications.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.10</artifactId> <version>3.3.1</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-2-10
S
specs2-2-10
testingjavav3.3.1
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.specs2.mutable.Specification

Defines a simple specification using specs2.

import org.specs2.mutable.Specification class MySpec extends Specification { "The 'Hello world' string" should { "contain 11 characters" in { "Hello world" must haveSize(11) } } }
Debug
Known issues
breakingSpecs2 version 3.x is not compatible with Scala 2.10; use version 2.x for Scala 2.10.
fix
Use specs2_2.10 version 2.5 or earlier, or upgrade to Scala 2.11+.
affects: >=3.0.0
Upgrade
Version history
3.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Resources
specs2-2-10 — mvn dependency:get specs2-2-10 · libregistry