License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.rweisleder |
ArtifactId | ArtifactIdjfairy-junit-extension |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Extension for jFairy
Extension for JUnit which provides simple injection of random data into fields and method
parameters.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.rweisleder/jfairy-junit-extension/ -->
<dependency>
<groupId>com.github.rweisleder</groupId>
<artifactId>jfairy-junit-extension</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rweisleder/jfairy-junit-extension/
implementation 'com.github.rweisleder:jfairy-junit-extension:0.2.0'
// https://jarcasting.com/artifacts/com.github.rweisleder/jfairy-junit-extension/
implementation ("com.github.rweisleder:jfairy-junit-extension:0.2.0")
'com.github.rweisleder:jfairy-junit-extension:jar:0.2.0'
<dependency org="com.github.rweisleder" name="jfairy-junit-extension" rev="0.2.0">
<artifact name="jfairy-junit-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rweisleder', module='jfairy-junit-extension', version='0.2.0')
)
libraryDependencies += "com.github.rweisleder" % "jfairy-junit-extension" % "0.2.0"
[com.github.rweisleder/jfairy-junit-extension "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
io.codearte.jfairy : jfairy | jar | 0.5.9 |
org.junit.jupiter : junit-jupiter-api | jar | 5.0.2 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.8.0 |