Class IncreasingSortedDateTimeGenerator

All Implemented Interfaces:
TestDataGenerator<DBDateTime,DBDateTime>

public class IncreasingSortedDateTimeGenerator extends AbstractGenerator<DBDateTime>
  • Constructor Details

    • IncreasingSortedDateTimeGenerator

      public IncreasingSortedDateTimeGenerator(int step, DBDateTime startValue)
    • IncreasingSortedDateTimeGenerator

      public IncreasingSortedDateTimeGenerator(long minStep, int step, DBDateTime startValue)
    • IncreasingSortedDateTimeGenerator

      public IncreasingSortedDateTimeGenerator(long minStep, int step, long startValue)
  • Method Details