clocked-executor

ScheduledExecutorService implementation designed for deterministic testing. It runs off an internal clock which must be manually advanced via the `ClockedExecutorService#advance` method.

Группа

Группа

org.skife
Идентификатор

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

clocked-executor
Последняя версия

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

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

clocked-executor
ScheduledExecutorService implementation designed for deterministic testing. It runs off an internal clock which must be manually advanced via the `ClockedExecutorService#advance` method.
Ссылка на сайт

Ссылка на сайт

http://github.com/brianm/clocked-executor
Система контроля версий

Система контроля версий

https://github.com/brianm/clocked-executor/

Скачать clocked-executor

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 1.6.0
junit : junit jar 4.11

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

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

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

Версия
0.0.3
0.0.2
0.0.1