Package org.awaitility
Class Durations
- java.lang.Object
-
- org.awaitility.Durations
-
public final class Durations extends java.lang.ObjectDuration class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.time.DurationFIVE_HUNDRED_MILLISECONDSConstantFIVE_HUNDRED_MILLISECONDSstatic java.time.DurationFIVE_MINUTESConstantFIVE_MINUTESstatic java.time.DurationFIVE_SECONDSConstantFIVE_SECONDSstatic java.time.DurationFOREVERConstantFOREVERstatic java.time.DurationONE_HUNDRED_MILLISECONDSConstantONE_HUNDRED_MILLISECONDSstatic java.time.DurationONE_MILLISECONDConstantONE_MILLISECONDstatic java.time.DurationONE_MINUTEConstantONE_MINUTEstatic java.time.DurationONE_SECONDConstantONE_SECONDstatic java.time.DurationTEN_MINUTESConstantTEN_MINUTESstatic java.time.DurationTEN_SECONDSConstantTEN_SECONDSstatic java.time.DurationTWO_HUNDRED_MILLISECONDSConstantTWO_HUNDRED_MILLISECONDSstatic java.time.DurationTWO_MINUTESConstantTWO_MINUTESstatic java.time.DurationTWO_SECONDSConstantTWO_SECONDS
-
Constructor Summary
Constructors Constructor Description Durations()
-
-
-
Field Detail
-
FOREVER
public static final java.time.Duration FOREVER
ConstantFOREVER
-
ONE_MILLISECOND
public static final java.time.Duration ONE_MILLISECOND
ConstantONE_MILLISECOND
-
ONE_HUNDRED_MILLISECONDS
public static final java.time.Duration ONE_HUNDRED_MILLISECONDS
ConstantONE_HUNDRED_MILLISECONDS
-
TWO_HUNDRED_MILLISECONDS
public static final java.time.Duration TWO_HUNDRED_MILLISECONDS
ConstantTWO_HUNDRED_MILLISECONDS
-
FIVE_HUNDRED_MILLISECONDS
public static final java.time.Duration FIVE_HUNDRED_MILLISECONDS
ConstantFIVE_HUNDRED_MILLISECONDS
-
ONE_SECOND
public static final java.time.Duration ONE_SECOND
ConstantONE_SECOND
-
TWO_SECONDS
public static final java.time.Duration TWO_SECONDS
ConstantTWO_SECONDS
-
FIVE_SECONDS
public static final java.time.Duration FIVE_SECONDS
ConstantFIVE_SECONDS
-
TEN_SECONDS
public static final java.time.Duration TEN_SECONDS
ConstantTEN_SECONDS
-
ONE_MINUTE
public static final java.time.Duration ONE_MINUTE
ConstantONE_MINUTE
-
TWO_MINUTES
public static final java.time.Duration TWO_MINUTES
ConstantTWO_MINUTES
-
FIVE_MINUTES
public static final java.time.Duration FIVE_MINUTES
ConstantFIVE_MINUTES
-
TEN_MINUTES
public static final java.time.Duration TEN_MINUTES
ConstantTEN_MINUTES
-
-