Package-level declarations
Types
Used to provide a range of instants to a test. The range is inclusive of the min and max values.
Annotation to be utilized on a parameter of type Instant in a parameterized test. The annotated parameter;s value will be populated with a randomized value derived from the provided values array.
Annotation to indicate that the annotated LocalDate parameter should be populated with a random value from the provided values array.
Annotation to indicate that the annotated LocalDateTime parameter should be populated with a random value from the provided values array.
Annotation to be utilized on a parameter of type LocalTime in a parametrized test. The annotated parameter's value will be populated with a randomized value derived from the provided values array.
This annotation is used to generate random java.time.Instants. The min and max values are used to determine the range of values to generate. If useOffset is true, the min and max values are treated as offsets from the current time. Otherwise, the min and max values are treated as java.time.Instants. The size parameter determines the number of random values to generate. The truncateTo parameter determines the truncation unit that the starting instant will be truncated to.