org.specsy:specsy-scala_2.9.3

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.specsy
ArtifactId

ArtifactId

specsy-scala_2.9.3
Last Version

Last Version

2.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

Download specsy-scala_2.9.3

How to add to project

<!-- https://jarcasting.com/artifacts/org.specsy/specsy-scala_2.9.3/ -->
<dependency>
    <groupId>org.specsy</groupId>
    <artifactId>specsy-scala_2.9.3</artifactId>
    <version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.specsy/specsy-scala_2.9.3/
implementation 'org.specsy:specsy-scala_2.9.3:2.1.1'
// https://jarcasting.com/artifacts/org.specsy/specsy-scala_2.9.3/
implementation ("org.specsy:specsy-scala_2.9.3:2.1.1")
'org.specsy:specsy-scala_2.9.3:jar:2.1.1'
<dependency org="org.specsy" name="specsy-scala_2.9.3" rev="2.1.1">
  <artifact name="specsy-scala_2.9.3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specsy', module='specsy-scala_2.9.3', version='2.1.1')
)
libraryDependencies += "org.specsy" % "specsy-scala_2.9.3" % "2.1.1"
[org.specsy/specsy-scala_2.9.3 "2.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.specsy : specsy-core jar 2.1.1
org.scala-lang : scala-library jar 2.9.3

provided (1)

Group / Artifact Type Version
org.scala-lang : scala-compiler jar 2.9.3

test (6)

Group / Artifact Type Version
org.specsy : specsy-core test-jar 2.1.1
fi.jumi : jumi-launcher jar 0.5.437
junit : junit-dep jar 4.10
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-all jar 1.9.0
fi.jumi : jumi-core jar 0.5.437

Project Modules

There are no modules declared in this project.

Specsy

Specsy is a BDD-style unit-level testing framework for Scala. It safely isolates mutable state and supports writing self-documenting tests/specifications.

For more information see http://specsy.org

Developing

Starting a Docker based development environment:

docker-compose pull
docker-compose run --rm dev

Starting a local server for the web site:

docker-compose run --rm --service-ports site

Versions

Version
2.1.1
2.1.0