Uses of Interface
org.awaitility.constraint.WaitConstraint
Packages that use WaitConstraint
-
Uses of WaitConstraint in org.awaitility
Fields in org.awaitility declared as WaitConstraintModifier and TypeFieldDescriptionprivate static WaitConstraintAwaitility.defaultWaitConstraintThe default wait constraint (10 seconds). -
Uses of WaitConstraint in org.awaitility.constraint
Classes in org.awaitility.constraint that implement WaitConstraintModifier and TypeClassDescriptionclassclassclassMethods in org.awaitility.constraint that return WaitConstraintModifier and TypeMethodDescriptionAtMostWaitConstraint.withHoldPredicateTime(Duration holdConditionTime) HoldsPredicateWaitConstraint.withHoldPredicateTime(Duration holdConditionTime) WaitConstraint.withHoldPredicateTime(Duration holdConditionTime) AtMostWaitConstraint.withMaxWaitTime(Duration maxWaitTime) HoldsPredicateWaitConstraint.withMaxWaitTime(Duration maxWaitTime) IntervalWaitConstraint.withMaxWaitTime(Duration maxWaitTime) WaitConstraint.withMaxWaitTime(Duration maxWaitTime) AtMostWaitConstraint.withMinWaitTime(Duration minWaitTime) HoldsPredicateWaitConstraint.withMinWaitTime(Duration minWaitTime) WaitConstraint.withMinWaitTime(Duration minWaitTime) -
Uses of WaitConstraint in org.awaitility.core
Fields in org.awaitility.core declared as WaitConstraintModifier and TypeFieldDescriptionprivate final WaitConstraintConditionFactory.timeoutConstraintTiming constraint.private final WaitConstraintConditionSettings.waitConstraintConstructors in org.awaitility.core with parameters of type WaitConstraintModifierConstructorDescriptionConditionFactory(String alias, WaitConstraint timeoutConstraint, PollInterval pollInterval, Duration pollDelay, boolean catchUncaughtExceptions, ExceptionIgnorer exceptionsIgnorer, ConditionEvaluationListener conditionEvaluationListener, ExecutorLifecycle executorLifecycle, FailFastCondition failFastCondition) Instantiates a new condition factory.(package private)ConditionSettings(String alias, boolean catchUncaughtExceptions, WaitConstraint waitConstraint, PollInterval pollInterval, Duration pollDelay, ConditionEvaluationListener conditionEvaluationListener, ExceptionIgnorer ignoreExceptions, ExecutorLifecycle executorLifecycle, FailFastCondition failFastCondition) Constructor for ConditionSettings.