JUnit Toolkit

JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.thesett
ArtifactId

ArtifactId

junit-toolkit
Last Version

Last Version

0.9.52
Release Date

Release Date

Type

Type

jar
Description

Description

JUnit Toolkit
JUnit Toolkit enhances JUnit with performance testing, asymptotic behaviour analysis, and concurrency testing.
Project URL

Project URL

https://github.com/rupertlssmith/junit_toolkit
Source Code Management

Source Code Management

https://github.com/rupertlssmith/junit_toolkit

Download junit-toolkit

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.12
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.52
0.9.32
0.9.12
0.8.22
0.8.21
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8-M1