Last Version

Fuzzy 0.6.1

A tool that generates randomized but deterministic values for use in test suites.

License

License

GroupId

GroupId

com.redfin
ArtifactId

ArtifactId

fuzzy
Version

Version

0.6.1
Type

Type

pom
Description

Description

Fuzzy
A tool that generates randomized but deterministic values for use in test suites.
Project URL

Project URL

https://github.com/redfin/fuzzy
Project Organization

Project Organization

Redfin
Source Code Management

Source Code Management

https://github.com/redfin/fuzzy

Download fuzzy 0.6.1

Filename Size
fuzzy-0.6.1.pom 2 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • fuzzy-core
  • fuzzy-junit-4
  • fuzzy-junit-example