Last Version

net.sf.randomjunit:random-junit 1.0.3

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.

Categories

Categories

JUnit Unit Testing Net
GroupId

GroupId

net.sf.randomjunit
ArtifactId

ArtifactId

random-junit
Version

Version

1.0.3
Type

Type

jar

Download random-junit 1.0.3


<!-- https://jarcasting.com/artifacts/net.sf.randomjunit/random-junit/ -->
<dependency>
    <groupId>net.sf.randomjunit</groupId>
    <artifactId>random-junit</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.randomjunit/random-junit/
implementation 'net.sf.randomjunit:random-junit:1.0.3'
// https://jarcasting.com/artifacts/net.sf.randomjunit/random-junit/
implementation ("net.sf.randomjunit:random-junit:1.0.3")
'net.sf.randomjunit:random-junit:jar:1.0.3'
<dependency org="net.sf.randomjunit" name="random-junit" rev="1.0.3">
  <artifact name="random-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.randomjunit', module='random-junit', version='1.0.3')
)
libraryDependencies += "net.sf.randomjunit" % "random-junit" % "1.0.3"
[net.sf.randomjunit/random-junit "1.0.3"]