- AbstractWaitFailStrategy - Class in net.joala.condition.timing
-
- AbstractWaitFailStrategy() - Constructor for class net.joala.condition.timing.AbstractWaitFailStrategy
-
- addTimeoutDescription(String, Object, Object, long) - Method in class net.joala.condition.timing.AbstractWaitFailStrategy
-
Enhances the description for a failure message by the evaluated function and how long it took to
meet the timeout.
- assertEquals(T) - Method in interface net.joala.condition.Condition
-
Assert that the condition evaluates to the expected value within a given time.
- assertEquals(T) - Method in class net.joala.condition.DefaultCondition
-
- assertFalse() - Method in interface net.joala.condition.BooleanCondition
-
Convenience method to assert the condition to become false.
- assertFalse() - Method in class net.joala.condition.DefaultBooleanCondition
-
- AssertionErrorStrategy() - Constructor for class net.joala.condition.timing.MatcherExecute.AssertionErrorStrategy
-
- assertThat(Matcher<? super T>) - Method in interface net.joala.condition.Condition
-
Uses Matcher to assert that a condition is met in time.
- assertThat(Matcher<? super T>) - Method in class net.joala.condition.DefaultCondition
-
- assertTrue() - Method in interface net.joala.condition.BooleanCondition
-
Convenience method to assert the condition to become true.
- assertTrue() - Method in class net.joala.condition.DefaultBooleanCondition
-
- assumeEquals(T) - Method in interface net.joala.condition.Condition
-
Assumes that the condition evaluates to the expected value within a given time.
- assumeEquals(T) - Method in class net.joala.condition.DefaultCondition
-
- assumeFalse() - Method in interface net.joala.condition.BooleanCondition
-
Convenience method to assume the condition to become false.
- assumeFalse() - Method in class net.joala.condition.DefaultBooleanCondition
-
- assumeThat(Matcher<? super T>) - Method in interface net.joala.condition.Condition
-
Uses Matcher to assume that a condition is met in time.
- assumeThat(Matcher<? super T>) - Method in class net.joala.condition.DefaultCondition
-
- assumeTrue() - Method in interface net.joala.condition.BooleanCondition
-
Convenience method to assume the condition to become true.
- assumeTrue() - Method in class net.joala.condition.DefaultBooleanCondition
-
- await() - Method in interface net.joala.condition.Condition
-
Retrieve the result of the condition as soon as it is evaluated without any exception.
- await(Matcher<? super T>) - Method in interface net.joala.condition.Condition
-
Wait for the condition value until it fulfills the given matcher and return it.
- await() - Method in class net.joala.condition.DefaultCondition
-
- await(Matcher<? super T>) - Method in class net.joala.condition.DefaultCondition
-