JUnit Random Runner

A JUnit random-order test runner for repeatable randomized ordering of test methods.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.github.zaplatynski.testing
ArtifactId

ArtifactId

junit-random-runner
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

JUnit Random Runner
A JUnit random-order test runner for repeatable randomized ordering of test methods.
Project URL

Project URL

https://github.com/zaplatynski/junit-random-runner
Source Code Management

Source Code Management

https://github.com/zaplatynski/junit-random-runner

Download junit-random-runner

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0