Package org.stubit.random
Class RandomDuration.RandomDurationBuilder
java.lang.Object
org.stubit.random.RandomDuration.RandomDurationBuilder
- Enclosing class:
- RandomDuration
Builds a random
Duration within a specified range.-
Method Summary
-
Method Details
-
min
- Parameters:
minInclusive- the minimum value (inclusive)- Returns:
- this
- Throws:
IllegalArgumentException- ifminInclusiveis greater than or equal tomaxInclusive
-
max
- Parameters:
maxInclusive- the maximum value (inclusive)- Returns:
- this
- Throws:
IllegalArgumentException- ifmaxInclusiveis less than or equal tominInclusive
-
build
- Returns:
- a random
DurationbetweenminInclusiveandmaxInclusive
-