| Package | Description |
|---|---|
| org.awaitility | |
| org.awaitility.core |
| Modifier and Type | Method and Description |
|---|---|
static void |
Awaitility.setDefaultConditionEvaluationListener(ConditionEvaluationListener defaultConditionEvaluationListener)
Sets the default condition evaluation listener that all await statements will use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionEvaluationLogger
Simple implementation of
ConditionEvaluationListener that prints the condition evaluation results to the console using System.out.println by default. |
| Modifier and Type | Method and Description |
|---|---|
ConditionEvaluationListener |
ConditionSettings.getConditionEvaluationListener()
Getter for the field
conditionResultLogger |
| Modifier and Type | Method and Description |
|---|---|
ConditionFactory |
ConditionFactory.conditionEvaluationListener(ConditionEvaluationListener conditionEvaluationListener)
Handle condition evaluation results each time evaluation of a condition occurs.
|
| Constructor and Description |
|---|
ConditionFactory(String alias,
WaitConstraint timeoutConstraint,
PollInterval pollInterval,
Duration pollDelay,
boolean catchUncaughtExceptions,
ExceptionIgnorer exceptionsIgnorer,
ConditionEvaluationListener conditionEvaluationListener,
ExecutorLifecycle executorLifecycle,
FailFastCondition failFastCondition)
Instantiates a new condition factory.
|
Copyright © 2010–2022. All rights reserved.