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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаfi.jumi |
| Идентификатор | Идентификаторjumi-launcher |
| Последняя версия | Последняя версия0.5.437 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| jumi-launcher-0.5.437.pom | |
| jumi-launcher-0.5.437.jar | 553 KB |
| jumi-launcher-0.5.437-sources.jar | 15 KB |
| jumi-launcher-0.5.437-javadoc.jar | 134 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/fi.jumi/jumi-launcher/ -->
<dependency>
<groupId>fi.jumi</groupId>
<artifactId>jumi-launcher</artifactId>
<version>0.5.437</version>
</dependency>
// https://jarcasting.com/artifacts/fi.jumi/jumi-launcher/
implementation 'fi.jumi:jumi-launcher:0.5.437'
// https://jarcasting.com/artifacts/fi.jumi/jumi-launcher/
implementation ("fi.jumi:jumi-launcher:0.5.437")
'fi.jumi:jumi-launcher:jar:0.5.437'
<dependency org="fi.jumi" name="jumi-launcher" rev="0.5.437">
<artifact name="jumi-launcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='fi.jumi', module='jumi-launcher', version='0.5.437')
)
libraryDependencies += "fi.jumi" % "jumi-launcher" % "0.5.437"
[fi.jumi/jumi-launcher "0.5.437"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| fi.jumi : jumi-core | jar | 0.5.437 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| fi.jumi : jumi-core | test-jar | 0.5.437 |
| 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