Interface ITimeService

All Known Implementing Classes:
SystemTimeService

public interface ITimeService
An interface to allow the mocking of time-related method calls.
  • Method Summary

    Modifier and Type
    Method
    Description
    now()
     
    void
    sleepMillis(long millisToSleep)