Uses of Interface
org.awaitility.core.ConditionEvaluator
-
Packages that use ConditionEvaluator Package Description org.awaitility.core -
-
Uses of ConditionEvaluator in org.awaitility.core
Classes in org.awaitility.core that implement ConditionEvaluator Modifier and Type Class Description private static classCallableCondition.ConditionEvaluationWrapperWraps and delegates to another callable and invokes theConditionEvaluationHandler.Fields in org.awaitility.core declared as ConditionEvaluator Modifier and Type Field Description private ConditionEvaluatorConditionAwaiter. conditionEvaluatorConstructors in org.awaitility.core with parameters of type ConditionEvaluator Constructor Description ConditionAwaiter(ConditionEvaluator conditionEvaluator, ConditionSettings conditionSettings)Constructor for ConditionAwaiter.
-