Last Version

org.specsy:specsy-junit5 2.3.0

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

JUnit Unit Testing
GroupId

GroupId

org.specsy
ArtifactId

ArtifactId

specsy-junit5
Version

Version

2.3.0
Type

Type

pom
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-junit5 2.3.0

Filename Size
specsy-junit5-2.3.0.pom 723 bytes
Browse

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

Dependencies

test (4)

Group / Artifact Type Version
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.