Class FixedDateSupplier

java.lang.Object
de.galan.commons.test.FixedDateSupplier
All Implemented Interfaces:
Supplier<Date>

public class FixedDateSupplier extends Object implements Supplier<Date>
Provides a fixed date given by the constructor.
  • Constructor Details

    • FixedDateSupplier

      public FixedDateSupplier(String date)
    • FixedDateSupplier

      public FixedDateSupplier(Date date)
    • FixedDateSupplier

      public FixedDateSupplier(String date, boolean utc)
    • FixedDateSupplier

      public FixedDateSupplier(Instant instant)
  • Method Details