License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdorg.specsy |
ArtifactId | ArtifactIdspecsy-java |
Last Version | Last Version2.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpecsy is a BDD-style unit-level testing framework for Java/Scala/Groovy.
It safely isolates mutable state and supports writing self-documenting tests/specifications.
|
Filename | Size |
---|---|
specsy-java-2.3.3.pom | |
specsy-java-2.3.3.jar | 2 KB |
specsy-java-2.3.3-sources.jar | 1 KB |
specsy-java-2.3.3-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.specsy/specsy-java/ -->
<dependency>
<groupId>org.specsy</groupId>
<artifactId>specsy-java</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.specsy/specsy-java/
implementation 'org.specsy:specsy-java:2.3.3'
// https://jarcasting.com/artifacts/org.specsy/specsy-java/
implementation ("org.specsy:specsy-java:2.3.3")
'org.specsy:specsy-java:jar:2.3.3'
<dependency org="org.specsy" name="specsy-java" rev="2.3.3">
<artifact name="specsy-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.specsy', module='specsy-java', version='2.3.3')
)
libraryDependencies += "org.specsy" % "specsy-java" % "2.3.3"
[org.specsy/specsy-java "2.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.specsy : specsy-core | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.specsy : specsy-core | test-jar | 2.3.3 |
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 |