Package it.tidalwave.util.spi
Class MockInstantProvider
- java.lang.Object
-
- it.tidalwave.util.spi.MockInstantProvider
-
- All Implemented Interfaces:
InstantProvider,Supplier<Instant>
public class MockInstantProvider extends Object implements InstantProvider
A mock implementation ofInstantProviderwhich returns a fixed value that can be set (the zero epoch instant by default).- Since:
- 1.39
- Author:
- Fabrizio Giudici
- See Also:
InstantProvider
-
-
Constructor Summary
Constructors Constructor Description MockInstantProvider()
-