Uses of Class
org.awaitility.core.ConditionEvaluationLogger
-
Packages that use ConditionEvaluationLogger Package Description org.awaitility.core -
-
Uses of ConditionEvaluationLogger in org.awaitility.core
Methods in org.awaitility.core that return ConditionEvaluationLogger Modifier and Type Method Description static ConditionEvaluationLoggerConditionEvaluationLogger. conditionEvaluationLogger()Syntactic sugar to avoid writing thenewkeyword in Java.static ConditionEvaluationLoggerConditionEvaluationLogger. conditionEvaluationLogger(java.util.concurrent.TimeUnit unit)Syntactic sugar to avoid writing thenewkeyword in Java.static ConditionEvaluationLoggerConditionEvaluationLogger. conditionEvaluationLogger(java.util.function.Consumer<java.lang.String> logger)Syntactic sugar to avoid writing thenewkeyword in Java.
-