FakeTime JUnit API

FakeTime uses a native Java agent to replace System.currentTimeMillis() implementation with the one you can control using system properties

License

License

MIT
Categories

Categories

Java Languages JUnit Unit Testing
GroupId

GroupId

io.github.faketime-java
ArtifactId

ArtifactId

faketime-junit
Last Version

Last Version

0.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

FakeTime JUnit API
FakeTime uses a native Java agent to replace System.currentTimeMillis() implementation with the one you can control using system properties

Download faketime-junit

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.faketime-java/faketime-junit/ -->
<dependency>
    <groupId>io.github.faketime-java</groupId>
    <artifactId>faketime-junit</artifactId>
    <version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.faketime-java/faketime-junit/
implementation 'io.github.faketime-java:faketime-junit:0.8.0'
// https://jarcasting.com/artifacts/io.github.faketime-java/faketime-junit/
implementation ("io.github.faketime-java:faketime-junit:0.8.0")
'io.github.faketime-java:faketime-junit:jar:0.8.0'
<dependency org="io.github.faketime-java" name="faketime-junit" rev="0.8.0">
  <artifact name="faketime-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.faketime-java', module='faketime-junit', version='0.8.0')
)
libraryDependencies += "io.github.faketime-java" % "faketime-junit" % "0.8.0"
[io.github.faketime-java/faketime-junit "0.8.0"]

Dependencies

compile (2)

Group / Artifact Type Version
io.github.faketime-java : faketime-api jar 0.8.0
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0