License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.github.zaplatynski.testing |
ArtifactId | ArtifactIdjunit-random-runner |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Random Runner
A JUnit random-order test runner for repeatable randomized ordering of test methods.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.zaplatynski.testing/junit-random-runner/ -->
<dependency>
<groupId>com.github.zaplatynski.testing</groupId>
<artifactId>junit-random-runner</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zaplatynski.testing/junit-random-runner/
implementation 'com.github.zaplatynski.testing:junit-random-runner:1.0.0'
// https://jarcasting.com/artifacts/com.github.zaplatynski.testing/junit-random-runner/
implementation ("com.github.zaplatynski.testing:junit-random-runner:1.0.0")
'com.github.zaplatynski.testing:junit-random-runner:jar:1.0.0'
<dependency org="com.github.zaplatynski.testing" name="junit-random-runner" rev="1.0.0">
<artifact name="junit-random-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zaplatynski.testing', module='junit-random-runner', version='1.0.0')
)
libraryDependencies += "com.github.zaplatynski.testing" % "junit-random-runner" % "1.0.0"
[com.github.zaplatynski.testing/junit-random-runner "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |