Registry / testing / specs2-core-2-13-0-m5

specs2-core-2-13-0-m5

JSON →
library4.5.1javamavenunverified

Specs2 is a Scala testing library providing specifications and matchers for unit and integration testing.

<dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_2.13.0-M5</artifactId> <version>4.5.1</version> </dependency>
INSTALL
IMPORT
SIG · SPECS2-CORE-2-13-0
S
specs2-core-2-13-0-m5
testingjavav4.5.1
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

Defines a simple specification using specs2.

import org.specs2.mutable.Specification; class QuickstartSpec extends Specification { "Hello" should { "return 'world'" in { "Hello" must beEqualTo("Hello") } } }
Debug
Known issues
breakingThis version targets Scala 2.13.0-M5, which is a milestone release and may have compatibility issues.
fix
Use a stable Scala version (e.g., 2.13.x) and corresponding specs2 version.
affects: >=4.5.1
Upgrade
Version history
4.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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