Class Clock


  • public class Clock
    extends java.lang.Object
    Wrapper class for getting the current time. This class is especially useful for mocking the current time in tests.
    • Method Detail

      • getCurrentTimeInMillis

        public static long getCurrentTimeInMillis()
      • getCurrentTimeInSeconds

        public static long getCurrentTimeInSeconds()