Last Version

clocked-executor 0.0.3

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

GroupId

GroupId

org.skife
ArtifactId

ArtifactId

clocked-executor
Version

Version

0.0.3
Type

Type

jar
Description

Description

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

Project URL

http://github.com/brianm/clocked-executor
Source Code Management

Source Code Management

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

Download clocked-executor 0.0.3


<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
org.assertj : assertj-core jar 1.6.0
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.