Specsy

BDD-style testing framework for Scala

License

License

Categories

Categories

Net
GroupId

GroupId

net.orfjackal.specsy
ArtifactId

ArtifactId

specsy
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Specsy
BDD-style testing framework for Scala
Project URL

Project URL

http://github.com/orfjackal/specsy

Download specsy

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit Optional jar 4.8.1

provided (2)

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

test (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.8.5

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
1.2.0
1.1.0
1.0.1
1.0.0