Uses of Interface
org.awaitility.core.ThrowingRunnable
-
Packages that use ThrowingRunnable Package Description org.awaitility org.awaitility.core -
-
Uses of ThrowingRunnable in org.awaitility
Methods in org.awaitility with parameters of type ThrowingRunnable Modifier and Type Method Description static voidAwaitility. setDefaultFailFastCondition(java.lang.String failFastFailureReason, ThrowingRunnable defaultFailFastAssertion)If the suppliedfailFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately.static voidAwaitility. setDefaultFailFastCondition(ThrowingRunnable defaultFailFastAssertion)If the suppliedfailFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. -
Uses of ThrowingRunnable in org.awaitility.core
Fields in org.awaitility.core declared as ThrowingRunnable Modifier and Type Field Description private ThrowingRunnableFailFastCondition.CallableFailFastCondition.FailFastAssertion. failFastAssertionMethods in org.awaitility.core that return ThrowingRunnable Modifier and Type Method Description ThrowingRunnableFailFastCondition.CallableFailFastCondition.FailFastAssertion. getFailFastAssertion()Methods in org.awaitility.core with parameters of type ThrowingRunnable Modifier and Type Method Description ConditionFactoryConditionFactory. failFast(java.lang.String failFastFailureReason, ThrowingRunnable failFastAssertion)If the suppliedfailFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately.ConditionFactoryConditionFactory. failFast(ThrowingRunnable failFastAssertion)If the suppliedfailFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately.private java.lang.StringAssertionCondition. generateDescriptionPrefix(ThrowingRunnable supplier, java.lang.String conditionAlias, boolean includeAliasIfDefined)private java.lang.StringAssertionCondition. generateMethodDescription(ThrowingRunnable supplier)private java.lang.StringAssertionCondition. getMatchMessage(ThrowingRunnable supplier, java.lang.String conditionAlias)private java.lang.StringAssertionCondition. getMismatchMessage(ThrowingRunnable supplier, java.lang.String exceptionMessage, java.lang.String conditionAlias, boolean includeAliasIfDefined)voidConditionFactory. untilAsserted(ThrowingRunnable assertion)Await until aRunnablesupplier execution passes (ends without throwing an exception).Constructors in org.awaitility.core with parameters of type ThrowingRunnable Constructor Description AssertionCondition(ThrowingRunnable supplier, ConditionSettings settings)Constructor for AssertionCondition.FailFastAssertion(java.lang.String failFastFailureReason, ThrowingRunnable failFastAssertion)
-