Registry / testing / specs2-core-2-13

specs2-core-2-13

JSON →
library4.23.0javamavenunverified

Core library for Specs2, a Scala testing framework for writing software specifications.

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

Minimal usage of Specs2 to define a specification.

import org.specs2.mutable.Specification; public class MySpec extends Specification { public MySpec() { "Hello world" should { "have 11 characters" in { "Hello world".length() mustEqual 11; } } } }
Debug
Known issues
breakingSpecs2 4.x requires Scala 2.13; ensure your project uses Scala 2.13.
fix
Use the correct artifact for your Scala version (e.g., specs2-core_2.13).
affects: 4.x
Upgrade
Version history
4.23.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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