License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.randomizedtesting |
ArtifactId | ArtifactIdrandomizedtesting-runner |
Last Version | Last Version2.7.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRandomizedTesting Randomized Runner
JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-runner/ -->
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-runner</artifactId>
<version>2.7.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-runner/
implementation 'com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.9'
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/randomizedtesting-runner/
implementation ("com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.9")
'com.carrotsearch.randomizedtesting:randomizedtesting-runner:jar:2.7.9'
<dependency org="com.carrotsearch.randomizedtesting" name="randomizedtesting-runner" rev="2.7.9">
<artifact name="randomizedtesting-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.randomizedtesting', module='randomizedtesting-runner', version='2.7.9')
)
libraryDependencies += "com.carrotsearch.randomizedtesting" % "randomizedtesting-runner" % "2.7.9"
[com.carrotsearch.randomizedtesting/randomizedtesting-runner "2.7.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 2.2.0 |