| License |
License |
|---|---|
| Categories |
CategoriesJUnit Unit Testing |
| GroupId | GroupIdcom.github.zington |
| ArtifactId | ArtifactIdParallelJUnit |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParallel JUnit performance test
This makes it possible to easy run your regular unit tests as performance tests.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ParallelJUnit-2.0.0.pom | |
| ParallelJUnit-2.0.0.jar | 23 KB |
| ParallelJUnit-2.0.0-sources.jar | 13 KB |
| ParallelJUnit-2.0.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zington/ParallelJUnit/ -->
<dependency>
<groupId>com.github.zington</groupId>
<artifactId>ParallelJUnit</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zington/ParallelJUnit/
implementation 'com.github.zington:ParallelJUnit:2.0.0'
// https://jarcasting.com/artifacts/com.github.zington/ParallelJUnit/
implementation ("com.github.zington:ParallelJUnit:2.0.0")
'com.github.zington:ParallelJUnit:jar:2.0.0'
<dependency org="com.github.zington" name="ParallelJUnit" rev="2.0.0">
<artifact name="ParallelJUnit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zington', module='ParallelJUnit', version='2.0.0')
)
libraryDependencies += "com.github.zington" % "ParallelJUnit" % "2.0.0"
[com.github.zington/ParallelJUnit "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | (,4.12] |