Package org.awaitility.core
Interface ConditionEvaluator
-
- All Known Implementing Classes:
CallableCondition.ConditionEvaluationWrapper
interface ConditionEvaluator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditionEvaluationResulteval(java.time.Duration pollInterval)
-
-
-
Method Detail
-
eval
ConditionEvaluationResult eval(java.time.Duration pollInterval) throws java.lang.Exception
- Parameters:
pollInterval- The poll interval for the for this evaluation round- Throws:
java.lang.Exception
-
-