Class SettableClock

java.lang.Object
java.time.Clock
com.atlassian.crowd.test.util.SettableClock
All Implemented Interfaces:
InstantSource

public class SettableClock extends Clock
It's a Clock that can be set, for tests Use applicationContext-testClock.xml to inject it into your tests and make it override the system clock.
  • Constructor Details

    • SettableClock

      public SettableClock()
    • SettableClock

      public SettableClock(long epochMilli)
    • SettableClock

      public SettableClock(Instant timestamp)
  • Method Details