Registry / testing / specs2-2-9-2

specs2-2-9-2

JSON →
library1.12.4javamavenunverified

specs2 is a Scala library for writing executable software specifications, providing a testing framework with matchers and acceptance specifications.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.9.2</artifactId> <version>1.12.4</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-2-9-2
S
specs2-2-9-2
testingjavav1.12.4
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 specs2

import org.specs2.mutable.Specification; class MySpec extends Specification { "Hello world" should { "have 11 characters" in { "Hello world" must haveSize(11) } } }
Debug
Known issues
breakingVersion 1.12.4 is outdated; consider using a newer version for Scala 2.12+ compatibility.
fix
Upgrade to a newer version like 4.x for Scala 2.12/2.13.
affects: <=1.12.4
Upgrade
Version history
1.12.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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