fi.jumi:jumi-core

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.

Лицензия

Лицензия

Группа

Группа

fi.jumi
Идентификатор

Идентификатор

jumi-core
Последняя версия

Последняя версия

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-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/fi.jumi/jumi-core/ -->
<dependency>
    <groupId>fi.jumi</groupId>
    <artifactId>jumi-core</artifactId>
    <version>0.5.437</version>
</dependency>
// https://jarcasting.com/artifacts/fi.jumi/jumi-core/
implementation 'fi.jumi:jumi-core:0.5.437'
// https://jarcasting.com/artifacts/fi.jumi/jumi-core/
implementation ("fi.jumi:jumi-core:0.5.437")
'fi.jumi:jumi-core:jar:0.5.437'
<dependency org="fi.jumi" name="jumi-core" rev="0.5.437">
  <artifact name="jumi-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fi.jumi', module='jumi-core', version='0.5.437')
)
libraryDependencies += "fi.jumi" % "jumi-core" % "0.5.437"
[fi.jumi/jumi-core "0.5.437"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
fi.jumi : jumi-actors jar 0.1.196
fi.jumi : jumi-api jar 0.5.437

provided (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11
com.google.code.findbugs : jsr305 jar 2.0.1

test (5)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 13.0.1
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.5.437
0.5.390
0.5.376
0.5.365
0.4.350
0.4.345
0.4.317
0.4.313
0.3.257
0.2.241
0.2.235
0.1.196