Package dev.galasa.framework.spi.utils
Interface ITimeService
- All Known Implementing Classes:
SystemTimeService
public interface ITimeService
An interface to allow the mocking of time-related method calls.
-
Method Summary
-
Method Details
-
now
Instant now() -
sleepMillis
- Throws:
InterruptedException
-