Registry / testing / specs2-core-2-10

specs2-core-2-10

JSON →
library3.10.0javamavenunverified

Specs2 Core is a library for writing executable software specifications in Scala.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_2.10</artifactId> <version>3.10.0</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-CORE-2-10
S
specs2-core-2-10
testingjavav3.10.0
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

Define a simple specification using mutable style.

import org.specs2.mutable.Specification class HelloSpec extends Specification { "Hello" should { "return 'world'" in { "world" mustEqual "world" } } }
Debug
Known issues
breakingSpecs2 3.x uses Scala 2.10; newer versions require Scala 2.11+.
fix
Upgrade to specs2 4.x for Scala 2.11/2.12 compatibility.
affects: 3.x
Upgrade
Version history
3.10.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
specs2-core-2-10 — mvn dependency:get specs2-core-2-10 · libregistry