org.specsy:specsy-groovy

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

Groovy Languages
GroupId

GroupId

org.specsy
ArtifactId

ArtifactId

specsy-groovy
Last Version

Last Version

2.3.3
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-groovy

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.specsy : specsy-core jar 2.3.3

test (6)

Group / Artifact Type Version
org.specsy : specsy-core test-jar 2.3.3
org.codehaus.groovy : groovy jar 2.4.6
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.10.19
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.3.3
2.3.2
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0