License |
License |
---|---|
Categories |
CategoriesAnt Build Tools JUnit Unit Testing Search Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.randomizedtesting |
ArtifactId | ArtifactIdjunit4-ant |
Last Version | Last Version2.7.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRandomizedTesting JUnit4 ANT Task
JUnit test runner and plugins for running JUnit tests with pseudo-randomness.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
junit4-ant-2.7.9.pom | |
junit4-ant-2.7.9.jar | 911 KB |
junit4-ant-2.7.9-sources.jar | 136 KB |
junit4-ant-2.7.9-javadoc.jar | 263 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/junit4-ant/ -->
<dependency>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>junit4-ant</artifactId>
<version>2.7.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/junit4-ant/
implementation 'com.carrotsearch.randomizedtesting:junit4-ant:2.7.9'
// https://jarcasting.com/artifacts/com.carrotsearch.randomizedtesting/junit4-ant/
implementation ("com.carrotsearch.randomizedtesting:junit4-ant:2.7.9")
'com.carrotsearch.randomizedtesting:junit4-ant:jar:2.7.9'
<dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" rev="2.7.9">
<artifact name="junit4-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.randomizedtesting', module='junit4-ant', version='2.7.9')
)
libraryDependencies += "com.carrotsearch.randomizedtesting" % "junit4-ant" % "2.7.9"
[com.carrotsearch.randomizedtesting/junit4-ant "2.7.9"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant | jar | 1.9.15 |
org.apache.ant : ant-junit | jar | 1.9.15 |
junit : junit | jar | 4.13.1 |
com.google.guava : guava | jar | 25.0-jre |
org.ow2.asm : asm | jar | 9.2 |
com.carrotsearch.thirdparty : simple-xml-safe | jar | 2.7.1 |
com.carrotsearch.randomizedtesting : randomizedtesting-runner | jar | 2.7.9 |