License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.thesett |
ArtifactId | ArtifactIdjunit-toolkit |
Last Version | Last Version0.9.52 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Toolkit
JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-toolkit-0.9.52.pom | |
junit-toolkit-0.9.52.jar | 91 KB |
junit-toolkit-0.9.52-sources.jar | 116 KB |
junit-toolkit-0.9.52-javadoc.jar | 374 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/junit-toolkit/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>junit-toolkit</artifactId>
<version>0.9.52</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/junit-toolkit/
implementation 'com.thesett:junit-toolkit:0.9.52'
// https://jarcasting.com/artifacts/com.thesett/junit-toolkit/
implementation ("com.thesett:junit-toolkit:0.9.52")
'com.thesett:junit-toolkit:jar:0.9.52'
<dependency org="com.thesett" name="junit-toolkit" rev="0.9.52">
<artifact name="junit-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='junit-toolkit', version='0.9.52')
)
libraryDependencies += "com.thesett" % "junit-toolkit" % "0.9.52"
[com.thesett/junit-toolkit "0.9.52"]
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.12 |
junit : junit | jar | 3.8.1 |