r

random-junit

This project permits to execute jUnit randomly: per ClassRunner and per suite. This approach is not the best to reproduce errors, however, it aims to discover new ones.
http://randomjunit.sourceforge.net/
BSD 2-clause License Creative Commons - Attribution
AngocA
Andres Gomez Casanova
Files download
File Operation
random-junit-1.0.3.jar download
random-junit-1.0.3.pom download
random-junit-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.randomjunit</groupId>
  <artifactId>random-junit</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.randomjunit:random-junit:1.0.3'
Gradle Kotlin
implementation("net.sf.randomjunit:random-junit:1.0.3")
Scala SBT
libraryDependencies += "net.sf.randomjunit" % "random-junit" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.randomjunit', module='random-junit', version='1.0.3')
)
Apache Ivy
<dependency org="net.sf.randomjunit" name="random-junit" rev="1.0.3" />
Leiningen
[net.sf.randomjunit/random-junit "1.0.3"]
Apache Buildr
'net.sf.randomjunit:random-junit:jar:1.0.3'