Class FixedClockMother


  • public class FixedClockMother
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.time.Clock utc​(java.time.Instant now)  
      static java.time.Clock utcNow()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FixedClockMother

        public FixedClockMother()
    • Method Detail

      • utcNow

        public static java.time.Clock utcNow()
      • utc

        public static java.time.Clock utc​(java.time.Instant now)