| Package | Description |
|---|---|
| org.awaitility | |
| org.awaitility.core |
| Modifier and Type | Method and Description |
|---|---|
static void |
Awaitility.setDefaultFailFastCondition(String failFastFailureReason,
ThrowingRunnable defaultFailFastAssertion)
If the supplied
failFastAssertion ever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. |
static void |
Awaitility.setDefaultFailFastCondition(ThrowingRunnable defaultFailFastAssertion)
If the supplied
failFastAssertion ever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. |
| Modifier and Type | Method and Description |
|---|---|
ThrowingRunnable |
FailFastCondition.CallableFailFastCondition.FailFastAssertion.getFailFastAssertion() |
| Modifier and Type | Method and Description |
|---|---|
ConditionFactory |
ConditionFactory.failFast(String failFastFailureReason,
ThrowingRunnable failFastAssertion)
If the supplied
failFastAssertion ever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. |
ConditionFactory |
ConditionFactory.failFast(ThrowingRunnable failFastAssertion)
If the supplied
failFastAssertion ever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. |
void |
ConditionFactory.untilAsserted(ThrowingRunnable assertion)
Await until a
Runnable supplier execution passes (ends without throwing an exception). |
| Constructor and Description |
|---|
AssertionCondition(ThrowingRunnable supplier,
ConditionSettings settings)
Constructor for AssertionCondition.
|
FailFastAssertion(String failFastFailureReason,
ThrowingRunnable failFastAssertion) |
Copyright © 2010–2022. All rights reserved.