License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.redfin |
ArtifactId | ArtifactIdfuzzy-junit-example |
Version | Version0.6.1 |
Type | Typepom |
Description |
DescriptionA tool that generates randomized but deterministic values for use in test suites.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
fuzzy-junit-example-0.6.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/ -->
<dependency>
<groupId>com.redfin</groupId>
<artifactId>fuzzy-junit-example</artifactId>
<version>0.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/
implementation 'com.redfin:fuzzy-junit-example:0.6.1'
// https://jarcasting.com/artifacts/com.redfin/fuzzy-junit-example/
implementation ("com.redfin:fuzzy-junit-example:0.6.1")
'com.redfin:fuzzy-junit-example:pom:0.6.1'
<dependency org="com.redfin" name="fuzzy-junit-example" rev="0.6.1">
<artifact name="fuzzy-junit-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.redfin', module='fuzzy-junit-example', version='0.6.1')
)
libraryDependencies += "com.redfin" % "fuzzy-junit-example" % "0.6.1"
[com.redfin/fuzzy-junit-example "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
com.redfin : fuzzy-core | jar | 0.6.1 |
com.redfin : fuzzy-junit-4 | jar | 0.6.1 |
junit : junit | jar | 4.12 |