Registry / testing / specs2-core-2-12

specs2-core-2-12

JSON →
library4.23.0javamavenunverified

A library for writing software specifications in Scala, providing a testing framework with matchers and execution.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_2.12</artifactId> <version>4.23.0</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-CORE-2-12
S
specs2-core-2-12
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 Scala example using specs2 Specification (shown in Scala syntax).

import org.specs2.mutable.Specification; class ExampleSpec extends Specification { "A simple test" should { "pass" in { 1 mustEqual 1 } } }
Debug
Known issues
breakingThis artifact is specific to Scala 2.12; use the correct version for your Scala major version.
fix
Use specs2-core_2.13 or specs2-core_3 for Scala 2.13 or 3 respectively.
affects: *
Upgrade
Version history
4.23.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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