License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIduk.co.thebadgerset |
ArtifactId | ArtifactIdjunit-toolkit |
Last Version | Last Version0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-toolkit
JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.
|
Filename | Size |
---|---|
junit-toolkit-0.7.pom | |
junit-toolkit-0.7.jar | 86 KB |
junit-toolkit-0.7-sources.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/ -->
<dependency>
<groupId>uk.co.thebadgerset</groupId>
<artifactId>junit-toolkit</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/
implementation 'uk.co.thebadgerset:junit-toolkit:0.7'
// https://jarcasting.com/artifacts/uk.co.thebadgerset/junit-toolkit/
implementation ("uk.co.thebadgerset:junit-toolkit:0.7")
'uk.co.thebadgerset:junit-toolkit:jar:0.7'
<dependency org="uk.co.thebadgerset" name="junit-toolkit" rev="0.7">
<artifact name="junit-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.thebadgerset', module='junit-toolkit', version='0.7')
)
libraryDependencies += "uk.co.thebadgerset" % "junit-toolkit" % "0.7"
[uk.co.thebadgerset/junit-toolkit "0.7"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
log4j : log4j | jar |