JUnit Extension for jFairy

Extension for JUnit which provides simple injection of random data into fields and method parameters.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.rweisleder
ArtifactId

ArtifactId

jfairy-junit-extension
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

JUnit Extension for jFairy
Extension for JUnit which provides simple injection of random data into fields and method parameters.
Project URL

Project URL

https://github.com/rweisleder/jfairy-junit-extension
Source Code Management

Source Code Management

http://github.com/rweisleder/jfairy-junit-extension

Download jfairy-junit-extension

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
io.codearte.jfairy : jfairy jar 0.5.9
org.junit.jupiter : junit-jupiter-api jar 5.0.2

test (1)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.8.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0