License |
License
BSD 2-clause License
|
---|---|
Categories |
CategoriesJUnit Unit Testing Net |
GroupId | GroupIdnet.sf.randomjunit |
ArtifactId | ArtifactIdrandom-jUnit |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRandom 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
random-jUnit-1.0.2.pom | |
random-jUnit-1.0.2.jar | 6 KB |
random-jUnit-1.0.2-sources.jar | 3 KB |
random-jUnit-1.0.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.randomjunit/random-jUnit/ -->
<dependency>
<groupId>net.sf.randomjunit</groupId>
<artifactId>random-jUnit</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.randomjunit/random-jUnit/
implementation 'net.sf.randomjunit:random-jUnit:1.0.2'
// https://jarcasting.com/artifacts/net.sf.randomjunit/random-jUnit/
implementation ("net.sf.randomjunit:random-jUnit:1.0.2")
'net.sf.randomjunit:random-jUnit:jar:1.0.2'
<dependency org="net.sf.randomjunit" name="random-jUnit" rev="1.0.2">
<artifact name="random-jUnit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.randomjunit', module='random-jUnit', version='1.0.2')
)
libraryDependencies += "net.sf.randomjunit" % "random-jUnit" % "1.0.2"
[net.sf.randomjunit/random-jUnit "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |