Last Version

junit-quickcheck 1.0

Property-based testing, JUnit-style

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck
Version

Version

1.0
Type

Type

pom
Description

Description

junit-quickcheck
Property-based testing, JUnit-style
Project URL

Project URL

http://github.com/pholser/junit-quickcheck
Source Code Management

Source Code Management

http://github.com/pholser/junit-quickcheck

Download junit-quickcheck 1.0

Filename Size
junit-quickcheck-1.0.pom 20 KB
Browse

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

Dependencies

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

Project Modules

  • core
  • generators
  • guava
  • examples