Package 

Interface Clock


  • 
    public interface Clock
    
                        

    Interface to allow injecting of time functionality into a class for easier unit testing.

    Use SYSTEM instance to delegate functionality to System.currentTimeMillis() and default Date constructor.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Clock.Companion