-
public interface Clock
The clock used for verification purposes.
-
-
Method Summary
Modifier and Type Method Description abstract Long
getCurrentTimeMillis()
Returns the current time in milliseconds (epoch). -
-
Method Detail
-
getCurrentTimeMillis
abstract Long getCurrentTimeMillis()
Returns the current time in milliseconds (epoch).
-
-
-
-