Jumi
Common test runner for the JVM. Natively supports running tests in parallel. Full stack from UI to class loading. Overcomes a bunch of limitations in JUnit's test runner, IDEs and build tools.
For more information see https://jumi.fi
| License |
License |
|---|---|
| GroupId | GroupIdfi.jumi |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version0.5.437 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCommon test runner for the JVM. Natively supports running
tests in parallel. Full stack from UI to class loading.
Overcomes a bunch of limitations in JUnit's test runner, IDEs
and build tools.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-0.5.437.pom | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fi.jumi/parent/ -->
<dependency>
<groupId>fi.jumi</groupId>
<artifactId>parent</artifactId>
<version>0.5.437</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fi.jumi/parent/
implementation 'fi.jumi:parent:0.5.437'
// https://jarcasting.com/artifacts/fi.jumi/parent/
implementation ("fi.jumi:parent:0.5.437")
'fi.jumi:parent:pom:0.5.437'
<dependency org="fi.jumi" name="parent" rev="0.5.437">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fi.jumi', module='parent', version='0.5.437')
)
libraryDependencies += "fi.jumi" % "parent" % "0.5.437"
[fi.jumi/parent "0.5.437"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-core | jar | 1.9.5 |
| com.googlecode.catch-exception : catch-exception | jar | 1.0.4 |
Common test runner for the JVM. Natively supports running tests in parallel. Full stack from UI to class loading. Overcomes a bunch of limitations in JUnit's test runner, IDEs and build tools.
For more information see https://jumi.fi