Registry / testing / specs2-core-2-11

specs2-core-2-11

JSON →
library4.10.6javamavenunverified

Core library for the specs2 testing framework for Scala, providing specifications and matchers.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_2.11</artifactId> <version>4.10.6</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-CORE-2-11
S
specs2-core-2-11
testingjavav4.10.6
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

Minimal Scala test specification using specs2 mutable style.

import org.specs2.mutable.Specification class HelloSpec extends Specification { "The 'Hello world' string" should { "contain 11 characters" in { "Hello world" must haveSize(11) } } }
Debug
Known issues
breakingThis artifact is built for Scala 2.11, which is outdated. Most projects now use Scala 2.13 or 3.x.
fix
Use the appropriate Scala version suffix (e.g., _2.13 or _3) for your Scala version.
affects: *
Upgrade
Version history
4.10.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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