Uses of Interface
org.awaitility.core.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in org.awaitility
Methods in org.awaitility with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic voidAwaitility.setDefaultFailFastCondition(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 ThrowingRunnableModifier and TypeFieldDescriptionprivate final ThrowingRunnableFailFastCondition.CallableFailFastCondition.FailFastAssertion.failFastAssertionMethods in org.awaitility.core that return ThrowingRunnableModifier and TypeMethodDescriptionFailFastCondition.CallableFailFastCondition.FailFastAssertion.getFailFastAssertion()Methods in org.awaitility.core with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionConditionFactory.failFast(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.ConditionFactory.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 StringAssertionCondition.generateDescriptionPrefix(ThrowingRunnable supplier, String conditionAlias, boolean includeAliasIfDefined) private StringAssertionCondition.generateMethodDescription(ThrowingRunnable supplier) private StringAssertionCondition.getMatchMessage(ThrowingRunnable supplier, String conditionAlias) private StringAssertionCondition.getMismatchMessage(ThrowingRunnable supplier, String exceptionMessage, 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 ThrowingRunnableModifierConstructorDescriptionAssertionCondition(ThrowingRunnable supplier, ConditionSettings settings) Constructor for AssertionCondition.FailFastAssertion(String failFastFailureReason, ThrowingRunnable failFastAssertion)