Last Version

junit-quickcheck-core 1.0

Property-based testing, JUnit-style: core functionality

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.pholser
ArtifactId

ArtifactId

junit-quickcheck-core
Version

Version

1.0
Type

Type

jar
Description

Description

junit-quickcheck-core
Property-based testing, JUnit-style: core functionality
Project URL

Project URL

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

Download junit-quickcheck-core 1.0


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

Dependencies

compile (6)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.hamcrest : hamcrest-core jar 1.3
org.javaruntype : javaruntype jar 1.3
ognl : ognl jar 3.1.12
ru.vyarus : generics-resolver jar 3.0.1
org.slf4j : slf4j-api jar 1.7.25

test (5)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-all jar 1.10.19
com.google.guava : guava jar 29.0-jre
com.google.guava : guava-testlib jar 29.0-jre
ch.qos.logback : logback-classic jar 1.2.3

Project Modules

There are no modules declared in this project.