Registry / testing / specs-2-8-1

specs-2-8-1

JSON →
library1.6.8javamavenunverified

A Behaviour-Driven-Design testing framework for Scala, providing a specification-style approach to writing tests.

<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>specs_2.8.1</artifactId> <version>1.6.8</version> </dependency>
INSTALL
IMPORT
SIG · SPECS-2-8-1
S
specs-2-8-1
testingjavav1.6.8
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.specs.Specification

Minimal usage of specs framework

import org.specs.Specification; object MySpec extends Specification { "A simple test" should { "pass" in { 1 must_== 1 } } }
Debug
Known issues
breakingVersion 1.6.8 is outdated and may have compatibility issues with newer Scala versions.
fix
Upgrade to a newer version of specs or migrate to specs2.
affects: <=1.6.8
Upgrade
Version history
1.6.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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