A B C D E F G H I J L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractHamcrestCondition<T> - Class in org.awaitility.core
- AbstractHamcrestCondition(Callable<T>, Matcher<? super T>, ConditionSettings) - Constructor for class org.awaitility.core.AbstractHamcrestCondition
-
Constructor for AbstractHamcrestCondition.
- add(String) - Method in class org.awaitility.classes.FakeRepositoryList
- addLambdaDetailsIfFound(Class<?>, String, boolean) - Static method in class org.awaitility.core.LambdaErrorMessageGenerator
- alias - Variable in class org.awaitility.core.ConditionFactory
-
The alias.
- alias - Variable in class org.awaitility.core.ConditionSettings
- alias - Variable in class org.awaitility.core.EvaluatedCondition
- alias - Variable in class org.awaitility.core.IgnoredException
- alias - Variable in class org.awaitility.core.StartEvaluationEvent
- alias - Variable in class org.awaitility.core.TimeoutEvent
- alias(String) - Method in class org.awaitility.core.ConditionFactory
-
Set the alias
- aMethod() - Method in class org.awaitility.classes.ClassWithMethods
- and() - Method in class org.awaitility.core.ConditionFactory
-
A method to increase the readability of the Awaitility DSL.
- and() - Method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Syntactic sugar
- andAnnotatedWith(Class<? extends Annotation>) - Method in class org.awaitility.core.FieldSupplierBuilder.AnnotationFieldSupplier
-
Find a field based on a name, type and annotation.
- andAnnotatedWith(Class<? extends Annotation>) - Method in class org.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
-
Find a field based on the type and an annotation.
- andOfType(Class<S>) - Method in class org.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
-
Find a field based on the annotation and field type.
- andWithName(String) - Method in class org.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
-
Find a field based on the type and name.
- andWithName(String) - Method in class org.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
-
Find a field based on the annotation and field name.
- andWithName(String) - Method in class org.awaitility.core.FieldSupplierBuilder.NameFieldSupplier
-
Find a field based on the type and name.
- annotation - Variable in class org.awaitility.reflect.FieldAnnotationMatcherStrategy
- AnnotationFieldSupplier() - Constructor for class org.awaitility.core.FieldSupplierBuilder.AnnotationFieldSupplier
- AssertExceptionThrownInAnotherThreadButNeverCaughtByAnyThreadTest - Class in org.awaitility.classes
- AssertExceptionThrownInAnotherThreadButNeverCaughtByAnyThreadTest() - Constructor for class org.awaitility.classes.AssertExceptionThrownInAnotherThreadButNeverCaughtByAnyThreadTest
- AssertionCondition - Class in org.awaitility.core
-
Condition implementation which takes an executable assertion which should throw
AssertionErroron assertion failure. - AssertionCondition(ThrowingRunnable, ConditionSettings) - Constructor for class org.awaitility.core.AssertionCondition
-
Constructor for AssertionCondition.
- assertNotNullParameter(Object, String) - Method in class org.awaitility.core.FieldSupplierBuilder
- assertObjectInGetInternalStateIsNotNull(Object) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Assert object in get internal state is not null.
- AssignableToFieldTypeMatcherStrategy - Class in org.awaitility.reflect
- AssignableToFieldTypeMatcherStrategy(Class<?>) - Constructor for class org.awaitility.reflect.AssignableToFieldTypeMatcherStrategy
-
Constructor for AssignableToFieldTypeMatcherStrategy.
- Asynch - Class in org.awaitility.classes
- Asynch(FakeRepository) - Constructor for class org.awaitility.classes.Asynch
- atLeast(long, TimeUnit) - Method in class org.awaitility.core.ConditionFactory
-
Condition has to be evaluated not earlier than
timeoutbefore throwing a timeout exception. - atLeast(Duration) - Method in class org.awaitility.core.ConditionFactory
-
Condition has to be evaluated not earlier than
timeoutbefore throwing a timeout exception. - atLeastConstraint - Variable in class org.awaitility.constraint.IntervalWaitConstraint
- atMost(long, TimeUnit) - Method in class org.awaitility.core.ConditionFactory
-
Await at most
timeoutbefore throwing a timeout exception. - atMost(Duration) - Method in class org.awaitility.core.ConditionFactory
-
Await at most
timeoutbefore throwing a timeout exception. - atMostDuration - Variable in class org.awaitility.constraint.AtMostWaitConstraint
- AtMostWaitConstraint - Class in org.awaitility.constraint
- AtMostWaitConstraint(Duration) - Constructor for class org.awaitility.constraint.AtMostWaitConstraint
- await() - Static method in class org.awaitility.Awaitility
-
Start building an await statement.
- await() - Method in class org.awaitility.core.AbstractHamcrestCondition
-
await.
- await() - Method in class org.awaitility.core.AssertionCondition
-
await.
- await() - Method in class org.awaitility.core.CallableCondition
-
await
- await() - Method in interface org.awaitility.core.Condition
-
Await for the condition to complete
- await() - Method in class org.awaitility.core.ConditionFactory
-
Await for an asynchronous operation.
- await(String) - Static method in class org.awaitility.Awaitility
-
Start building a named await statement.
- await(String) - Method in class org.awaitility.core.ConditionFactory
-
Await for an asynchronous operation and give this await instance a particular name.
- await(ConditionEvaluationHandler<T>) - Method in class org.awaitility.core.ConditionAwaiter
-
await.
- Awaitility - Class in org.awaitility
-
Awaitility is a small Java DSL for synchronizing (waiting for) asynchronous operations.
- Awaitility() - Constructor for class org.awaitility.Awaitility
- awaitTermination(long, TimeUnit) - Method in class org.awaitility.core.SameThreadExecutorService
B
- BASE - Static variable in class org.awaitility.core.TemporalDuration
- BEFORE_JAVA_21_LAMBDA_CLASS_NAME - Static variable in class org.awaitility.core.LambdaErrorMessageGenerator
- beforeEvaluation(StartEvaluationEvent<Object>) - Method in class org.awaitility.core.ConditionEvaluationLogger
- beforeEvaluation(StartEvaluationEvent<T>) - Method in interface org.awaitility.core.ConditionEvaluationListener
-
Handle the startEvaluationEvent.
- between(long, TimeUnit, long, TimeUnit) - Method in class org.awaitility.core.ConditionFactory
-
Specifies the duration window which has to be satisfied during operation execution.
- between(Duration, Duration) - Static method in class org.awaitility.constraint.IntervalWaitConstraint
- between(Duration, Duration) - Method in class org.awaitility.core.ConditionFactory
-
Specifies the duration window which has to be satisfied during operation execution.
C
- calculateConditionEvaluationDuration(Duration, long, long, Duration, Duration) - Static method in class org.awaitility.core.ConditionAwaiter
- call() - Method in class org.awaitility.classes.FakeRepositoryEqualsOne
- call() - Method in class org.awaitility.classes.FakeRepositoryValue
- call() - Method in class org.awaitility.classes.ThrowExceptionUnlessFakeRepositoryEqualsOne
- call() - Method in class org.awaitility.core.ConditionAwaiter.ConditionPoller
- call() - Method in class org.awaitility.core.FieldSupplierBuilder.AnnotationFieldSupplier
- call() - Method in class org.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
- call() - Method in class org.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
- call() - Method in class org.awaitility.core.FieldSupplierBuilder.NameFieldSupplier
- CallableCondition - Class in org.awaitility.core
- CallableCondition(Callable<Boolean>, ConditionSettings) - Constructor for class org.awaitility.core.CallableCondition
-
Constructor for CallableCondition.
- CallableCondition.ConditionEvaluationWrapper - Class in org.awaitility.core
-
Wraps and delegates to another callable and invokes the
ConditionEvaluationHandler. - CallableFailFastCondition(String, Callable<Boolean>) - Constructor for class org.awaitility.core.FailFastCondition.CallableFailFastCondition
- CallableHamcrestCondition<T> - Class in org.awaitility.core
- CallableHamcrestCondition(Callable<T>, Matcher<? super T>, ConditionSettings) - Constructor for class org.awaitility.core.CallableHamcrestCondition
-
Constructor for CallableHamcrestCondition.
- catchUncaughtExceptions - Variable in class org.awaitility.core.ConditionFactory
-
The catch uncaught exceptions.
- catchUncaughtExceptions - Variable in class org.awaitility.core.ConditionSettings
- catchUncaughtExceptions() - Static method in class org.awaitility.Awaitility
-
Catching uncaught exceptions in other threads.
- catchUncaughtExceptions() - Method in class org.awaitility.core.ConditionFactory
-
Instruct Awaitility to catch uncaught exceptions from other threads.
- catchUncaughtExceptionsByDefault() - Static method in class org.awaitility.Awaitility
-
Instruct Awaitility to catch uncaught exceptions from other threads by default.
- CheckedExceptionRethrower - Class in org.awaitility.core
-
This is an internal class and should NOT be used outside of Awaitility! Use it at own risk (please don't :)).
- CheckedExceptionRethrower() - Constructor for class org.awaitility.core.CheckedExceptionRethrower
- checkThatDurationCanBeConvertedToNanos(Duration, long, TimeUnit) - Static method in class org.awaitility.core.DurationFactory
- ClassPathResolver - Class in org.awaitility.classpath
- ClassPathResolver() - Constructor for class org.awaitility.classpath.ClassPathResolver
- ClassWithMethods - Class in org.awaitility.classes
- ClassWithMethods() - Constructor for class org.awaitility.classes.ClassWithMethods
- Condition<T> - Interface in org.awaitility.core
- conditionAwaiter - Variable in class org.awaitility.core.AbstractHamcrestCondition
- conditionAwaiter - Variable in class org.awaitility.core.AssertionCondition
- conditionAwaiter - Variable in class org.awaitility.core.CallableCondition
- ConditionAwaiter - Class in org.awaitility.core
- ConditionAwaiter(ConditionEvaluator, ConditionSettings) - Constructor for class org.awaitility.core.ConditionAwaiter
-
Constructor for ConditionAwaiter.
- ConditionAwaiter.ConditionPoller - Class in org.awaitility.core
- conditionEvaluated(EvaluatedCondition<Object>) - Method in class org.awaitility.core.ConditionEvaluationLogger
- conditionEvaluated(EvaluatedCondition<T>) - Method in interface org.awaitility.core.ConditionEvaluationListener
-
Handle an evaluated condition of a matcher.
- conditionEvaluationHandler - Variable in class org.awaitility.core.AbstractHamcrestCondition
- conditionEvaluationHandler - Variable in class org.awaitility.core.AssertionCondition
- conditionEvaluationHandler - Variable in class org.awaitility.core.CallableCondition
- conditionEvaluationHandler - Variable in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- ConditionEvaluationHandler<T> - Class in org.awaitility.core
-
Handler for
Conditionimplementations that callsConditionEvaluationListenerwith condition evaluation result and message. - ConditionEvaluationHandler(Matcher<? super T>, ConditionSettings) - Constructor for class org.awaitility.core.ConditionEvaluationHandler
- ConditionEvaluationHandler.StopWatch - Class in org.awaitility.core
- conditionEvaluationListener - Variable in class org.awaitility.core.ConditionFactory
-
The condition evaluation listener
- conditionEvaluationListener - Variable in class org.awaitility.core.ConditionSettings
- conditionEvaluationListener(ConditionEvaluationListener) - Method in class org.awaitility.core.ConditionFactory
-
Handle condition evaluation results each time evaluation of a condition occurs.
- ConditionEvaluationListener<T> - Interface in org.awaitility.core
-
A ConditionEvaluationListener is called each time a condition has been evaluated by Awaitility.
- conditionEvaluationLogger() - Static method in class org.awaitility.core.ConditionEvaluationLogger
-
Syntactic sugar to avoid writing the
newkeyword in Java. - conditionEvaluationLogger(TimeUnit) - Static method in class org.awaitility.core.ConditionEvaluationLogger
-
Syntactic sugar to avoid writing the
newkeyword in Java. - conditionEvaluationLogger(Consumer<String>) - Static method in class org.awaitility.core.ConditionEvaluationLogger
-
Syntactic sugar to avoid writing the
newkeyword in Java. - ConditionEvaluationLogger - Class in org.awaitility.core
-
Simple implementation of
ConditionEvaluationListenerthat prints the condition evaluation results to the console usingSystem.out.printlnby default. - ConditionEvaluationLogger() - Constructor for class org.awaitility.core.ConditionEvaluationLogger
-
Uses
TimeUnit.MILLISECONDSas unit for elapsed and remaining time. - ConditionEvaluationLogger(TimeUnit) - Constructor for class org.awaitility.core.ConditionEvaluationLogger
-
Specifies the
TimeUnitto use as unit for elapsed and remaining time. - ConditionEvaluationLogger(Consumer<String>) - Constructor for class org.awaitility.core.ConditionEvaluationLogger
-
Specifies a consumer that is responsible for actually printing the logs
- ConditionEvaluationLogger(Consumer<String>, TimeUnit) - Constructor for class org.awaitility.core.ConditionEvaluationLogger
- ConditionEvaluationResult - Class in org.awaitility.core
- ConditionEvaluationResult(boolean) - Constructor for class org.awaitility.core.ConditionEvaluationResult
-
Return the result of the condition evaluation as either just
trueorfalse. - ConditionEvaluationResult(boolean, Throwable, Throwable) - Constructor for class org.awaitility.core.ConditionEvaluationResult
-
Fail the condition evaluation due to an exception with an optional trace.
- ConditionEvaluationWrapper(Callable<Boolean>, ConditionSettings, ConditionEvaluationHandler<Object>) - Constructor for class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- conditionEvaluator - Variable in class org.awaitility.core.ConditionAwaiter
- ConditionEvaluator - Interface in org.awaitility.core
- ConditionFactory - Class in org.awaitility.core
-
A factory for creating
Conditionobjects. - ConditionFactory(String, WaitConstraint, PollInterval, Duration, boolean, ExceptionIgnorer, ConditionEvaluationListener, ExecutorLifecycle, FailFastCondition) - Constructor for class org.awaitility.core.ConditionFactory
-
Instantiates a new condition factory.
- conditionIsFulfilled - Variable in class org.awaitility.core.EvaluatedCondition
- conditionIsFulfilled - Variable in class org.awaitility.core.TimeoutEvent
- ConditionPoller(Duration) - Constructor for class org.awaitility.core.ConditionAwaiter.ConditionPoller
- conditionSettings - Variable in class org.awaitility.core.ConditionAwaiter
- ConditionSettings - Class in org.awaitility.core
- ConditionSettings(String, boolean, WaitConstraint, PollInterval, Duration, ConditionEvaluationListener, ExceptionIgnorer, ExecutorLifecycle, FailFastCondition) - Constructor for class org.awaitility.core.ConditionSettings
-
Constructor for ConditionSettings.
- ConditionTimeoutException - Exception in org.awaitility.core
-
A runtime exception thrown by Awaitility when a condition was not fulfilled within the specified threshold.
- ConditionTimeoutException(String) - Constructor for exception org.awaitility.core.ConditionTimeoutException
-
Constructor for ConditionTimeoutException.
- ConditionTimeoutException(String, Throwable) - Constructor for exception org.awaitility.core.ConditionTimeoutException
-
Constructor for ConditionTimeoutException.
- create(BiFunction<Runnable, String, Thread>, String) - Static method in class org.awaitility.core.InternalExecutorServiceFactory
-
Creates an executor services that creates thread's based on the
thread supplier. - create(Function<Runnable, Thread>) - Static method in class org.awaitility.core.InternalExecutorServiceFactory
-
Creates an executor service that creates thread's based on the
thread supplier - currentConditionValue - Variable in class org.awaitility.core.EvaluatedCondition
D
- DeadlockException - Class in org.awaitility.core
-
A
Throwableused as a cause if deadlocked threads are detected by Awaitility. - DeadlockException(long[]) - Constructor for class org.awaitility.core.DeadlockException
- decapitalize(String) - Static method in class org.awaitility.core.ConditionAwaiter
- DEFAULT_FAILURE_REASON - Static variable in class org.awaitility.core.FailFastCondition.CallableFailFastCondition
- DEFAULT_OFFSET - Static variable in class org.awaitility.pollinterval.FibonacciPollInterval
- DEFAULT_POLL_DELAY - Static variable in class org.awaitility.Awaitility
- DEFAULT_POLL_INTERVAL - Static variable in class org.awaitility.Awaitility
- defaultCatchUncaughtExceptions - Static variable in class org.awaitility.Awaitility
-
Catch all uncaught exceptions by default?
- defaultConditionEvaluationListener - Static variable in class org.awaitility.Awaitility
-
Default listener of condition evaluation results.
- defaultExceptionIgnorer - Static variable in class org.awaitility.Awaitility
-
Ignore caught exceptions by default?
- defaultExecutorLifecycle - Static variable in class org.awaitility.Awaitility
-
Default condition evaluation executor service.
- defaultFailFastCondition - Static variable in class org.awaitility.Awaitility
-
If this condition if _ever_ false, indicates our condition will _never_ be true.
- defaultPollDelay - Static variable in class org.awaitility.Awaitility
-
The default poll delay
- defaultPollInterval - Static variable in class org.awaitility.Awaitility
-
The default poll interval (fixed 100 ms).
- defaultWaitConstraint - Static variable in class org.awaitility.Awaitility
-
The default wait constraint (10 seconds).
- definePollDelay(Duration, PollInterval) - Method in class org.awaitility.core.ConditionFactory
-
Ensures backward compatibility (especially that poll delay is the same as poll interval for fixed poll interval).
- delayed - Variable in class org.awaitility.core.ConditionAwaiter.ConditionPoller
- description - Variable in class org.awaitility.core.EvaluatedCondition
- description - Variable in class org.awaitility.core.StartEvaluationEvent
- description - Variable in class org.awaitility.core.TimeoutEvent
- doNotCatchUncaughtExceptionsByDefault() - Static method in class org.awaitility.Awaitility
-
Instruct Awaitility not to catch uncaught exceptions from other threads.
- dontCatchUncaughtExceptions() - Static method in class org.awaitility.Awaitility
-
Don't catch uncaught exceptions in other threads.
- dontCatchUncaughtExceptions() - Method in class org.awaitility.core.ConditionFactory
-
Don't catch uncaught exceptions in other threads.
- doWithListener(Consumer<ConditionEvaluationListener<T>>) - Method in class org.awaitility.core.ConditionEvaluationHandler
- dtf - Static variable in class org.awaitility.core.TemporalDuration
- duration - Variable in class org.awaitility.core.TemporalDuration
- duration - Variable in class org.awaitility.pollinterval.FixedPollInterval
- DurationFactory - Class in org.awaitility.core
- DurationFactory() - Constructor for class org.awaitility.core.DurationFactory
- Durations - Class in org.awaitility
-
Duration class.
- Durations() - Constructor for class org.awaitility.Durations
- during(long, TimeUnit) - Method in class org.awaitility.core.ConditionFactory
-
Await at the predicate holds during at least
timeout - during(Duration) - Method in class org.awaitility.core.ConditionFactory
-
Await at the predicate holds during at least
timeout
E
- elapsedTimeInMS - Variable in class org.awaitility.core.EvaluatedCondition
- elapsedTimeInMS - Variable in class org.awaitility.core.IgnoredException
- elapsedTimeInMS - Variable in class org.awaitility.core.StartEvaluationEvent
- elapsedTimeInMS - Variable in class org.awaitility.core.TimeoutEvent
- endTask() - Method in class org.awaitility.core.SameThreadExecutorService
-
Decrements the running task count.
- equals(Object) - Method in class org.awaitility.core.ConditionEvaluationResult
- equals(Object) - Method in class org.awaitility.pollinterval.FibonacciPollInterval
- equals(Object) - Method in class org.awaitility.pollinterval.FixedPollInterval
- equals(Object) - Method in class org.awaitility.pollinterval.IterativePollInterval
- eval(Duration) - Method in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- eval(Duration) - Method in interface org.awaitility.core.ConditionEvaluator
- EvaluatedCondition<T> - Class in org.awaitility.core
-
Contains properties of the condition at its current stage.
- EvaluatedCondition(String, Matcher<? super T>, T, long, long, boolean, String, Duration) - Constructor for class org.awaitility.core.EvaluatedCondition
- evaluationCleanup - Variable in class org.awaitility.core.ExecutorLifecycle
- EvaluationCleanup - Class in org.awaitility.core
-
Handles how threads and thread-pools are cleanup after each conditional evaluation round.
- EvaluationCleanup(Consumer<ExecutorService>, Consumer<ExecutorService>) - Constructor for class org.awaitility.core.EvaluationCleanup
- ExampleAnnotation - Annotation Type in org.awaitility.classes
- ExampleAnnotation2 - Annotation Type in org.awaitility.classes
- exceptionIgnored(IgnoredException) - Method in interface org.awaitility.core.ConditionEvaluationListener
-
Handle ignored exception that get thrown while condition evaluation.
- exceptionIgnored(IgnoredException) - Method in class org.awaitility.core.ConditionEvaluationLogger
- ExceptionIgnorer - Interface in org.awaitility.core
- exceptionsIgnorer - Variable in class org.awaitility.core.ConditionFactory
-
The ignore exceptions.
- ExceptionThrowingAsynch - Class in org.awaitility.classes
- ExceptionThrowingAsynch(Throwable) - Constructor for class org.awaitility.classes.ExceptionThrowingAsynch
- ExceptionThrowingFakeRepository - Class in org.awaitility.classes
- ExceptionThrowingFakeRepository() - Constructor for class org.awaitility.classes.ExceptionThrowingFakeRepository
- execute(Runnable) - Method in class org.awaitility.core.SameThreadExecutorService
- executeFailFastConditionIfDefined() - Method in class org.awaitility.core.ConditionAwaiter
- executeNormalCleanupBehavior(ExecutorService) - Method in class org.awaitility.core.EvaluationCleanup
- executeNormalCleanupBehavior(ExecutorService) - Method in class org.awaitility.core.ExecutorLifecycle
- executeUnexpectedCleanupBehavior(ExecutorService) - Method in class org.awaitility.core.EvaluationCleanup
- executeUnexpectedCleanupBehavior(ExecutorService) - Method in class org.awaitility.core.ExecutorLifecycle
- executor - Variable in class org.awaitility.core.ConditionAwaiter
- executorLifecycle - Variable in class org.awaitility.core.ConditionFactory
-
The executor lifecycle
- executorLifecycle - Variable in class org.awaitility.core.ConditionSettings
- ExecutorLifecycle - Class in org.awaitility.core
-
Handles the lifecycle of an executor service.
- ExecutorLifecycle(Supplier<ExecutorService>, EvaluationCleanup) - Constructor for class org.awaitility.core.ExecutorLifecycle
- executorServiceSupplier - Variable in class org.awaitility.core.ExecutorLifecycle
- existInCP(String) - Static method in class org.awaitility.classpath.ClassPathResolver
- existsInCP(String, ClassLoader) - Static method in class org.awaitility.classpath.ClassPathResolver
- expectedAnnotation - Variable in class org.awaitility.core.FieldSupplierBuilder
- expectedFieldName - Variable in class org.awaitility.core.FieldSupplierBuilder
- expectedFieldType - Variable in class org.awaitility.core.FieldSupplierBuilder
- expectedFieldType - Variable in class org.awaitility.reflect.FieldTypeMatcherStrategy
F
- failFast(String, Callable<Boolean>) - Method in class org.awaitility.core.ConditionFactory
-
If the supplied Callable ever returns false, it indicates our condition will never be true, and if so fail the system immediately.
- failFast(String, ThrowingRunnable) - Method in class org.awaitility.core.ConditionFactory
-
If the supplied
failFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. - failFast(Callable<Boolean>) - Method in class org.awaitility.core.ConditionFactory
-
If the supplied Callable ever returns false, it indicates our condition will never be true, and if so fail the system immediately.
- failFast(ThrowingRunnable) - Method in class org.awaitility.core.ConditionFactory
-
If the supplied
failFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. - failFastAssertion - Variable in class org.awaitility.core.FailFastCondition.CallableFailFastCondition.FailFastAssertion
- FailFastAssertion(String, ThrowingRunnable) - Constructor for class org.awaitility.core.FailFastCondition.CallableFailFastCondition.FailFastAssertion
- failFastCondition - Variable in class org.awaitility.core.ConditionFactory
-
If this condition if ever false, indicates our condition will never be true.
- failFastCondition - Variable in class org.awaitility.core.ConditionSettings
- failFastCondition - Variable in class org.awaitility.core.FailFastCondition.CallableFailFastCondition
- FailFastCondition - Class in org.awaitility.core
- FailFastCondition() - Constructor for class org.awaitility.core.FailFastCondition
- FailFastCondition.CallableFailFastCondition - Class in org.awaitility.core
- FailFastCondition.CallableFailFastCondition.FailFastAssertion - Class in org.awaitility.core
- failFastFailureReason - Variable in class org.awaitility.core.FailFastCondition.CallableFailFastCondition.FailFastAssertion
- failFastFailureReason - Variable in class org.awaitility.core.FailFastCondition.CallableFailFastCondition
- FakeObjectRepository - Class in org.awaitility.classes
- FakeObjectRepository() - Constructor for class org.awaitility.classes.FakeObjectRepository
- FakeRepository - Interface in org.awaitility.classes
- FakeRepositoryEqualsOne - Class in org.awaitility.classes
- FakeRepositoryEqualsOne(FakeRepository) - Constructor for class org.awaitility.classes.FakeRepositoryEqualsOne
- FakeRepositoryImpl - Class in org.awaitility.classes
- FakeRepositoryImpl() - Constructor for class org.awaitility.classes.FakeRepositoryImpl
- FakeRepositoryList - Class in org.awaitility.classes
- FakeRepositoryList() - Constructor for class org.awaitility.classes.FakeRepositoryList
- FakeRepositoryValue - Class in org.awaitility.classes
- FakeRepositoryValue(FakeRepository) - Constructor for class org.awaitility.classes.FakeRepositoryValue
- FakeRepositoryWithAnnotation - Class in org.awaitility.classes
- FakeRepositoryWithAnnotation() - Constructor for class org.awaitility.classes.FakeRepositoryWithAnnotation
- FakeRepositoryWithStaticFieldAndAnnotation - Class in org.awaitility.classes
- FakeRepositoryWithStaticFieldAndAnnotation() - Constructor for class org.awaitility.classes.FakeRepositoryWithStaticFieldAndAnnotation
- fib(int, int, int) - Method in class org.awaitility.pollinterval.FibonacciPollInterval
- fibonacci() - Static method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Syntactic sugar for
new FibonacciPollInterval() - fibonacci(int) - Method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Generate the value of the fibonacci sequence for
number. - fibonacci(int, TimeUnit) - Static method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Syntactic sugar for
new FibonacciPollInterval(offset, unit) - fibonacci(TimeUnit) - Static method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Syntactic sugar for
new FibonacciPollInterval(unit) - FibonacciPollInterval - Class in org.awaitility.pollinterval
-
Generates a non-linear poll interval based on the fibonacci sequence: [0, 1, 1, 2, 3, 5, 8, 13, ..]
- FibonacciPollInterval() - Constructor for class org.awaitility.pollinterval.FibonacciPollInterval
-
Create an instance of the
FibonacciPollIntervalwith the time unit ofTimeUnit.MILLISECONDS. - FibonacciPollInterval(int, TimeUnit) - Constructor for class org.awaitility.pollinterval.FibonacciPollInterval
-
Create an instance of the
FibonacciPollIntervalwith a supplied time unit. - FibonacciPollInterval(TimeUnit) - Constructor for class org.awaitility.pollinterval.FibonacciPollInterval
-
Create an instance of the
FibonacciPollIntervalwith the supplied time unit starting with offset equal to 0. - FieldAnnotationMatcherStrategy - Class in org.awaitility.reflect
-
FieldAnnotationMatcherStrategy class.
- FieldAnnotationMatcherStrategy(Class<? extends Annotation>) - Constructor for class org.awaitility.reflect.FieldAnnotationMatcherStrategy
-
Constructor for FieldAnnotationMatcherStrategy.
- fieldIn(Class<?>) - Static method in class org.awaitility.Awaitility
-
Await until a static field matches something.
- fieldIn(Object) - Static method in class org.awaitility.Awaitility
-
Await until an instance field matches something.
- FieldMatcherStrategy - Class in org.awaitility.reflect
-
Class that should be implemented by field matching strategies.
- FieldMatcherStrategy() - Constructor for class org.awaitility.reflect.FieldMatcherStrategy
- fieldName - Variable in class org.awaitility.reflect.FieldNameAndTypeMatcherStrategy
- fieldName - Variable in class org.awaitility.reflect.FieldNameMatcherStrategy
- FieldNameAndTypeMatcherStrategy - Class in org.awaitility.reflect
- FieldNameAndTypeMatcherStrategy(String, Class<?>) - Constructor for class org.awaitility.reflect.FieldNameAndTypeMatcherStrategy
-
Constructor for FieldNameAndTypeMatcherStrategy.
- FieldNameMatcherStrategy - Class in org.awaitility.reflect
- FieldNameMatcherStrategy(String) - Constructor for class org.awaitility.reflect.FieldNameMatcherStrategy
-
Constructor for FieldNameMatcherStrategy.
- FieldNotFoundException - Exception in org.awaitility.reflect.exception
-
A run-time exception that may be thrown to indicate that a field was not found.
- FieldNotFoundException(String) - Constructor for exception org.awaitility.reflect.exception.FieldNotFoundException
-
Constructs a new exception with the specified detail message.
- FieldSupplierBuilder - Class in org.awaitility.core
-
The field supplier builder allows you to create a supplier based a field.
- FieldSupplierBuilder(Object) - Constructor for class org.awaitility.core.FieldSupplierBuilder
-
Constructor for FieldSupplierBuilder.
- FieldSupplierBuilder.AnnotationFieldSupplier<T> - Class in org.awaitility.core
- FieldSupplierBuilder.NameAndAnnotationFieldSupplier<T> - Class in org.awaitility.core
- FieldSupplierBuilder.NameAndTypeFieldSupplier<T> - Class in org.awaitility.core
- FieldSupplierBuilder.NameFieldSupplier<T> - Class in org.awaitility.core
- fieldType - Variable in class org.awaitility.reflect.FieldNameAndTypeMatcherStrategy
- FieldTypeMatcherStrategy - Class in org.awaitility.reflect
- FieldTypeMatcherStrategy(Class<?>) - Constructor for class org.awaitility.reflect.FieldTypeMatcherStrategy
-
Constructor for FieldTypeMatcherStrategy.
- filter(Matcher<?>) - Static method in class org.awaitility.core.HamcrestToStringFilter
-
Filter words from the
matcher.toString()so it looks nicer when printed out. - FinalClass - Class in org.awaitility.classes
- FinalClass() - Constructor for class org.awaitility.classes.FinalClass
- FinalFakeRepositoryImpl - Class in org.awaitility.classes
- FinalFakeRepositoryImpl() - Constructor for class org.awaitility.classes.FinalFakeRepositoryImpl
- finalize() - Method in class org.awaitility.classes.ClassWithMethods
- findFieldInHierarchy(Object, String) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Find field in hierarchy.
- findFieldInHierarchy(Object, FieldMatcherStrategy) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Find field in hierarchy.
- findSingleFieldUsingStrategy(FieldMatcherStrategy, Object, boolean, Class<?>) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Find single field using strategy.
- FIVE_HUNDRED_MILLISECONDS - Static variable in class org.awaitility.Durations
-
Constant
FIVE_HUNDRED_MILLISECONDS - FIVE_MINUTES - Static variable in class org.awaitility.Durations
-
Constant
FIVE_MINUTES - FIVE_SECONDS - Static variable in class org.awaitility.Durations
-
Constant
FIVE_SECONDS - fixed(long, TimeUnit) - Static method in class org.awaitility.pollinterval.FixedPollInterval
-
Syntactic sugar for create a new instance of
FixedPollInterval. - fixed(Duration) - Static method in class org.awaitility.pollinterval.FixedPollInterval
-
Syntactic sugar for create a new instance of
FixedPollInterval. - FixedPollInterval - Class in org.awaitility.pollinterval
-
Generates a fixed (linear) poll interval based on the supplied duration
- FixedPollInterval(long, TimeUnit) - Constructor for class org.awaitility.pollinterval.FixedPollInterval
-
Create a new instance of the
FixedPollInterval. - FixedPollInterval(Duration) - Constructor for class org.awaitility.pollinterval.FixedPollInterval
-
Create a new instance of the
FixedPollInterval. - forever() - Method in class org.awaitility.core.ConditionFactory
-
Await forever until the condition is satisfied.
- FOREVER - Static variable in class org.awaitility.constraint.AtMostWaitConstraint
- FOREVER - Static variable in class org.awaitility.core.ForeverDuration
-
Constant
FOREVER - FOREVER - Static variable in class org.awaitility.Durations
-
Constant
FOREVER - ForeverDuration - Class in org.awaitility.core
- ForeverDuration() - Constructor for class org.awaitility.core.ForeverDuration
- formatAsString(Duration) - Static method in class org.awaitility.core.TemporalDuration
- foundField - Variable in class org.awaitility.core.FieldSupplierBuilder.NameFieldSupplier
- function - Variable in class org.awaitility.pollinterval.IterativePollInterval
G
- generateConditionSettings() - Method in class org.awaitility.core.ConditionFactory
- generateDefaultThreadName(String) - Static method in class org.awaitility.core.InternalExecutorServiceFactory
- generateDescriptionPrefix(Callable<Boolean>, String) - Method in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- generateDescriptionPrefix(ThrowingRunnable, String, boolean) - Method in class org.awaitility.core.AssertionCondition
- generateFieldSupplierErrorMessage(Callable<T>) - Method in class org.awaitility.core.CallableHamcrestCondition
- generateLambdaErrorMessagePrefix(Class<?>, boolean) - Static method in class org.awaitility.core.LambdaErrorMessageGenerator
- generateMethodDescription(Callable<Boolean>) - Method in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- generateMethodDescription(ThrowingRunnable) - Method in class org.awaitility.core.AssertionCondition
- get() - Static method in class org.awaitility.core.OriginalDefaultUncaughtExceptionHandler
- getAlias() - Method in class org.awaitility.core.ConditionSettings
-
Getter for the field
alias. - getAlias() - Method in class org.awaitility.core.EvaluatedCondition
- getAlias() - Method in class org.awaitility.core.IgnoredException
- getAlias() - Method in class org.awaitility.core.StartEvaluationEvent
- getAlias() - Method in class org.awaitility.core.TimeoutEvent
- getByNameAndType(Object, String, Class<T>) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
getByNameAndType.
- getCallableDescription(Callable<T>) - Method in class org.awaitility.core.AbstractHamcrestCondition
- getCallableDescription(Callable<T>) - Method in class org.awaitility.core.CallableHamcrestCondition
- getConditionEvaluationListener() - Method in class org.awaitility.core.ConditionSettings
-
Getter for the field
conditionResultLogger - getDescription() - Method in class org.awaitility.core.EvaluatedCondition
- getDescription() - Method in class org.awaitility.core.StartEvaluationEvent
- getDescription() - Method in class org.awaitility.core.TimeoutEvent
- getDuration() - Method in class org.awaitility.core.TemporalDuration
- getElapsedTimeInMS() - Method in class org.awaitility.core.ConditionEvaluationHandler.StopWatch
- getElapsedTimeInMS() - Method in class org.awaitility.core.EvaluatedCondition
- getElapsedTimeInMS() - Method in class org.awaitility.core.IgnoredException
- getElapsedTimeInMS() - Method in class org.awaitility.core.StartEvaluationEvent
- getElapsedTimeInMS() - Method in class org.awaitility.core.TimeoutEvent
- getExecutorLifecycle() - Method in class org.awaitility.core.ConditionSettings
- getExpectedAnnotation() - Method in class org.awaitility.core.FieldSupplierBuilder
- getExpectedFieldName() - Method in class org.awaitility.core.FieldSupplierBuilder
- getExpectedFieldType() - Method in class org.awaitility.core.FieldSupplierBuilder
- getFailFastAssertion() - Method in class org.awaitility.core.FailFastCondition.CallableFailFastCondition.FailFastAssertion
- getFailFastCondition() - Method in class org.awaitility.core.ConditionSettings
- getFailFastCondition() - Method in class org.awaitility.core.FailFastCondition.CallableFailFastCondition
- getFailFastFailureReason() - Method in class org.awaitility.core.FailFastCondition.CallableFailFastCondition.FailFastAssertion
- getFailFastFailureReason() - Method in class org.awaitility.core.FailFastCondition.CallableFailFastCondition
- getFailFastFailureReason() - Method in class org.awaitility.core.FailFastCondition
- getFieldAnnotatedWith(Object, Class<? extends Annotation>) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Get field annotated with a particular annotation.
- getHoldPredicateTime() - Method in class org.awaitility.constraint.AtMostWaitConstraint
- getHoldPredicateTime() - Method in class org.awaitility.constraint.HoldsPredicateWaitConstraint
- getHoldPredicateTime() - Method in interface org.awaitility.constraint.WaitConstraint
- getHoldPredicateTime() - Method in class org.awaitility.core.ConditionSettings
-
Returning hold predicate wait time from field
waitConstraint. - getInternalState(Object, Class<T>) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Get the value of a field using reflection.
- getInternalState(Object, String) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Get the value of a field using reflection.
- getJavaMajorVersion() - Static method in class org.awaitility.core.JavaVersionDetector
- getJavaMajorVersion(String) - Static method in class org.awaitility.core.JavaVersionDetector
- getLambdaDetectionClassName() - Static method in class org.awaitility.core.LambdaErrorMessageGenerator
- getLong(TemporalField) - Method in class org.awaitility.core.TemporalDuration
- getMatcher() - Method in class org.awaitility.core.EvaluatedCondition
- getMatcher() - Method in class org.awaitility.core.StartEvaluationEvent
- getMatchMessage(Callable<Boolean>, String) - Method in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- getMatchMessage(Callable<T>, Matcher<? super T>) - Method in class org.awaitility.core.AbstractHamcrestCondition
- getMatchMessage(ThrowingRunnable, String) - Method in class org.awaitility.core.AssertionCondition
- getMaxWaitTime() - Method in class org.awaitility.constraint.AtMostWaitConstraint
- getMaxWaitTime() - Method in interface org.awaitility.constraint.WaitConstraint
- getMaxWaitTime() - Method in class org.awaitility.core.ConditionSettings
-
Returning maximum wait time from field
waitConstraint. - getMessage() - Method in class org.awaitility.core.DeadlockException
- getMinWaitTime() - Method in class org.awaitility.constraint.AtMostWaitConstraint
- getMinWaitTime() - Method in class org.awaitility.constraint.IntervalWaitConstraint
- getMinWaitTime() - Method in interface org.awaitility.constraint.WaitConstraint
- getMinWaitTime() - Method in class org.awaitility.core.ConditionSettings
-
Returning minimum wait time from field
waitConstraint. - getMismatchMessage(Callable<Boolean>, String) - Method in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- getMismatchMessage(Callable<T>, Matcher<? super T>) - Method in class org.awaitility.core.AbstractHamcrestCondition
- getMismatchMessage(ThrowingRunnable, String, String, boolean) - Method in class org.awaitility.core.AssertionCondition
- getObject() - Method in class org.awaitility.classes.FakeObjectRepository
- getObject() - Method in class org.awaitility.core.FieldSupplierBuilder
- getPollDelay() - Method in class org.awaitility.core.ConditionSettings
-
Getter for the field
pollDelay. - getPollInterval() - Method in class org.awaitility.core.ConditionSettings
-
Getter for the field
pollInterval. - getPollInterval() - Method in class org.awaitility.core.EvaluatedCondition
- getRemainingTimeInMS() - Method in class org.awaitility.core.EvaluatedCondition
- getRemainingTimeInMS() - Method in class org.awaitility.core.IgnoredException
- getRemainingTimeInMS() - Method in class org.awaitility.core.StartEvaluationEvent
- getRemainingTimeInMS() - Method in class org.awaitility.core.TimeoutEvent
- getRemainingTimeInMS(long, Duration) - Method in class org.awaitility.core.ConditionEvaluationHandler
- getThreadInfos() - Method in class org.awaitility.core.DeadlockException
- getThrowable() - Method in class org.awaitility.core.ConditionEvaluationResult
- getThrowable() - Method in class org.awaitility.core.IgnoredException
- getTimeoutMessage() - Method in class org.awaitility.core.ConditionAwaiter
-
getTimeoutMessage.
- getTrace() - Method in class org.awaitility.core.ConditionEvaluationResult
- getType(Object) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Gets the type.
- getUninterruptibly(Future<V>) - Static method in class org.awaitility.core.Uninterruptibles
-
Invokes
future.get()uninterruptibly. - getUninterruptibly(Future<V>, long, TimeUnit) - Static method in class org.awaitility.core.Uninterruptibles
-
Invokes
future.get(timeout, unit)uninterruptibly. - getUninterruptibly(Future<V>, Duration) - Static method in class org.awaitility.core.Uninterruptibles
-
Invokes
future.get(timeout, unit)uninterruptibly. - getValue() - Method in class org.awaitility.classes.ExceptionThrowingFakeRepository
- getValue() - Method in interface org.awaitility.classes.FakeRepository
- getValue() - Method in class org.awaitility.classes.FakeRepositoryImpl
- getValue() - Method in class org.awaitility.classes.FakeRepositoryWithAnnotation
- getValue() - Method in class org.awaitility.classes.FakeRepositoryWithStaticFieldAndAnnotation
- getValue() - Method in class org.awaitility.core.EvaluatedCondition
- given() - Static method in class org.awaitility.Awaitility
-
Start constructing an await statement given some settings.
- given() - Method in class org.awaitility.core.ConditionFactory
-
A method to increase the readability of the Awaitility DSL.
H
- HamcrestExceptionIgnorer - Class in org.awaitility.core
- HamcrestExceptionIgnorer(Matcher<? super Throwable>) - Constructor for class org.awaitility.core.HamcrestExceptionIgnorer
- HamcrestToStringFilter - Class in org.awaitility.core
-
The Class HamcrestToStringFilter.
- HamcrestToStringFilter() - Constructor for class org.awaitility.core.HamcrestToStringFilter
- handleConditionResultMatch(String, T, Duration) - Method in class org.awaitility.core.ConditionEvaluationHandler
- handleConditionResultMismatch(String, T, Duration) - Method in class org.awaitility.core.ConditionEvaluationHandler
- handleIgnoredException(Throwable) - Method in class org.awaitility.core.ConditionEvaluationHandler
- handleTimeout(String, boolean) - Method in class org.awaitility.core.ConditionEvaluationHandler
- hasAlias() - Method in class org.awaitility.core.ConditionSettings
-
hasAlias
- hasAlias() - Method in class org.awaitility.core.EvaluatedCondition
- hasFieldProperModifier(Object, Field) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Checks for field proper modifier.
- hashCode() - Method in class org.awaitility.core.ConditionEvaluationResult
- hashCode() - Method in class org.awaitility.pollinterval.FibonacciPollInterval
- hashCode() - Method in class org.awaitility.pollinterval.FixedPollInterval
- hashCode() - Method in class org.awaitility.pollinterval.IterativePollInterval
- hasThrowable() - Method in class org.awaitility.core.ConditionEvaluationResult
- hasTrace() - Method in class org.awaitility.core.ConditionEvaluationResult
- holdConditionTime - Variable in class org.awaitility.constraint.HoldsPredicateWaitConstraint
- HoldsPredicateWaitConstraint - Class in org.awaitility.constraint
- HoldsPredicateWaitConstraint(Duration, Duration, Duration) - Constructor for class org.awaitility.constraint.HoldsPredicateWaitConstraint
I
- IgnoredException - Class in org.awaitility.core
- IgnoredException(Throwable, long, long, String) - Constructor for class org.awaitility.core.IgnoredException
- ignoreException(Class<? extends Throwable>) - Method in class org.awaitility.core.ConditionFactory
-
Instruct Awaitility to ignore a specific exception and no subclasses of this exception.
- ignoreExceptionByDefault(Class<? extends Throwable>) - Static method in class org.awaitility.Awaitility
-
Instruct Awaitility to ignore caught exception of the given type during condition evaluation.
- ignoreExceptions - Variable in class org.awaitility.core.ConditionSettings
- ignoreExceptions() - Method in class org.awaitility.core.ConditionFactory
-
Instruct Awaitility to ignore all exceptions that occur during evaluation.
- ignoreExceptionsByDefault() - Static method in class org.awaitility.Awaitility
-
Instruct Awaitility to ignore caught or uncaught exceptions during condition evaluation.
- ignoreExceptionsByDefaultMatching(Predicate<? super Throwable>) - Static method in class org.awaitility.Awaitility
-
Instruct Awaitility to ignore caught exceptions matching the given
predicateduring condition evaluation. - ignoreExceptionsByDefaultMatching(Matcher<? super Throwable>) - Static method in class org.awaitility.Awaitility
-
Instruct Awaitility to ignore caught exceptions matching the supplied
matcherduring condition evaluation. - ignoreExceptionsInstanceOf(Class<? extends Throwable>) - Method in class org.awaitility.core.ConditionFactory
-
Instruct Awaitility to ignore exceptions instance of the supplied exceptionType type.
- ignoreExceptionsMatching(Predicate<? super Throwable>) - Method in class org.awaitility.core.ConditionFactory
-
Instruct Awaitility to ignore exceptions that occur during evaluation and matches the supplied
predicate. - ignoreExceptionsMatching(Matcher<? super Throwable>) - Method in class org.awaitility.core.ConditionFactory
-
Instruct Awaitility to ignore exceptions that occur during evaluation and matches the supplied Hamcrest matcher.
- ignoreNoExceptions() - Method in class org.awaitility.core.ConditionFactory
-
Instruct Awaitility to not ignore any exceptions that occur during evaluation.
- InternalExecutorServiceFactory - Class in org.awaitility.core
-
Please don't use this class directly, it's for internal purposes only and will be moved/renamed without notice!
- InternalExecutorServiceFactory() - Constructor for class org.awaitility.core.InternalExecutorServiceFactory
- IntervalWaitConstraint - Class in org.awaitility.constraint
- IntervalWaitConstraint(Duration, Duration) - Constructor for class org.awaitility.constraint.IntervalWaitConstraint
- isClass(Object) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Checks if is class.
- isConditionIsFulfilled() - Method in class org.awaitility.core.TimeoutEvent
- isConditionRunningForever() - Method in class org.awaitility.core.EvaluatedCondition
- isError() - Method in class org.awaitility.core.ConditionEvaluationResult
- isFieldSupplier(Class<?>) - Method in class org.awaitility.core.CallableHamcrestCondition
- isForever(Duration) - Static method in class org.awaitility.core.ForeverDuration
-
isForever.
- isHamcrestCondition() - Method in class org.awaitility.core.EvaluatedCondition
- isLambdaClass(Class<?>) - Static method in class org.awaitility.core.LambdaErrorMessageGenerator
- isSatisfied() - Method in class org.awaitility.core.EvaluatedCondition
- isShutdown() - Method in class org.awaitility.core.SameThreadExecutorService
- isSuccessful() - Method in class org.awaitility.core.ConditionEvaluationResult
- isSupported(TemporalField) - Method in class org.awaitility.core.TemporalDuration
- isTerminated() - Method in class org.awaitility.core.SameThreadExecutorService
- iterative(Function<Duration, Duration>) - Static method in class org.awaitility.pollinterval.IterativePollInterval
-
Syntactic sugar for creating a
IterativePollInterval. - iterative(Function<Duration, Duration>, Duration) - Static method in class org.awaitility.pollinterval.IterativePollInterval
-
Syntactic sugar for creating a
IterativePollInterval. - IterativePollInterval - Class in org.awaitility.pollinterval
-
A poll interval that is generated by a function and a start duration.
- IterativePollInterval(Function<Duration, Duration>) - Constructor for class org.awaitility.pollinterval.IterativePollInterval
-
Generate an iterative poll interval based on the supplied function.
- IterativePollInterval(Function<Duration, Duration>, Duration) - Constructor for class org.awaitility.pollinterval.IterativePollInterval
-
Generate a iterative poll interval based on the supplied function and start duration.
- IterativePollInterval(Function<Duration, Duration>, Duration, boolean) - Constructor for class org.awaitility.pollinterval.IterativePollInterval
-
Generate a iterative poll interval based on the supplied function and start duration.
J
- JAVA_21_LAMBDA_CLASS_NAME - Static variable in class org.awaitility.core.LambdaErrorMessageGenerator
- JAVA_VERSION - Static variable in class org.awaitility.core.JavaVersionDetector
- JavaVersionDetector - Class in org.awaitility.core
- JavaVersionDetector() - Constructor for class org.awaitility.core.JavaVersionDetector
L
- LAMBDA_METHOD_NAME - Static variable in class org.awaitility.core.LambdaErrorMessageGenerator
- LambdaErrorMessageGenerator - Class in org.awaitility.core
-
Helper class for generating nicer error messages when lambda expression are used
- LambdaErrorMessageGenerator() - Constructor for class org.awaitility.core.LambdaErrorMessageGenerator
- lastExceptionMessage - Variable in class org.awaitility.core.AssertionCondition
- lastResult - Variable in class org.awaitility.core.AbstractHamcrestCondition
- lock - Variable in class org.awaitility.core.SameThreadExecutorService
-
Lock used whenever accessing the state variables (runningTasks, shutdown, terminationCondition) of the executor
- logging() - Method in class org.awaitility.core.ConditionFactory
-
Logging condition evaluation results each time evaluation of a condition occurs to System.out.
- logging(Consumer<String>) - Method in class org.awaitility.core.ConditionFactory
-
Logging condition evaluation results each time evaluation of a condition occurs to chosen consumer.
- logPrinter - Variable in class org.awaitility.core.ConditionEvaluationLogger
M
- matcher - Variable in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- matcher - Variable in class org.awaitility.core.ConditionEvaluationHandler
- matcher - Variable in class org.awaitility.core.EvaluatedCondition
- matcher - Variable in class org.awaitility.core.HamcrestExceptionIgnorer
- matcher - Variable in class org.awaitility.core.StartEvaluationEvent
- matches(Field) - Method in class org.awaitility.reflect.AssignableToFieldTypeMatcherStrategy
-
A field matcher that checks if a field matches a given criteria.
- matches(Field) - Method in class org.awaitility.reflect.FieldAnnotationMatcherStrategy
-
A field matcher that checks if a field matches a given criteria.
- matches(Field) - Method in class org.awaitility.reflect.FieldMatcherStrategy
-
A field matcher that checks if a field matches a given criteria.
- matches(Field) - Method in class org.awaitility.reflect.FieldNameAndTypeMatcherStrategy
-
A field matcher that checks if a field matches a given criteria.
- matches(Field) - Method in class org.awaitility.reflect.FieldNameMatcherStrategy
-
A field matcher that checks if a field matches a given criteria.
- matches(Field) - Method in class org.awaitility.reflect.FieldTypeMatcherStrategy
-
A field matcher that checks if a field matches a given criteria.
N
- NameAndAnnotationFieldSupplier() - Constructor for class org.awaitility.core.FieldSupplierBuilder.NameAndAnnotationFieldSupplier
- NameAndTypeFieldSupplier() - Constructor for class org.awaitility.core.FieldSupplierBuilder.NameAndTypeFieldSupplier
- NameFieldSupplier() - Constructor for class org.awaitility.core.FieldSupplierBuilder.NameFieldSupplier
- next(int, Duration) - Method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Generate the next duration
- next(int, Duration) - Method in class org.awaitility.pollinterval.FixedPollInterval
-
Generate the next duration
- next(int, Duration) - Method in class org.awaitility.pollinterval.IterativePollInterval
-
Generate the next Duration based on the supplied function.
- next(int, Duration) - Method in interface org.awaitility.pollinterval.PollInterval
-
Generate the next poll interval (
Duration) based on the previousDurationand/or thepoll count. - noCleanup() - Static method in class org.awaitility.core.ExecutorLifecycle
- normalCleanupBehavior() - Static method in class org.awaitility.core.ExecutorLifecycle
- normalShutdownBehavior - Variable in class org.awaitility.core.EvaluationCleanup
- notFound(Class<?>, boolean) - Method in class org.awaitility.reflect.FieldAnnotationMatcherStrategy
-
Throws an
FieldNotFoundExceptionif the strategy criteria could not be found. - notFound(Class<?>, boolean) - Method in class org.awaitility.reflect.FieldMatcherStrategy
-
Throws an
FieldNotFoundExceptionif the strategy criteria could not be found. - notFound(Class<?>, boolean) - Method in class org.awaitility.reflect.FieldNameAndTypeMatcherStrategy
-
Throws an
FieldNotFoundExceptionif the strategy criteria could not be found. - notFound(Class<?>, boolean) - Method in class org.awaitility.reflect.FieldNameMatcherStrategy
-
Throws an
FieldNotFoundExceptionif the strategy criteria could not be found. - notFound(Class<?>, boolean) - Method in class org.awaitility.reflect.FieldTypeMatcherStrategy
-
Throws an
FieldNotFoundExceptionif the strategy criteria could not be found.
O
- object - Variable in class org.awaitility.classes.FakeObjectRepository
- object - Variable in class org.awaitility.core.FieldSupplierBuilder
- of(long, TimeUnit) - Static method in class org.awaitility.core.DurationFactory
- offset - Variable in class org.awaitility.pollinterval.FibonacciPollInterval
- offset(int) - Method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Create a new
FibonacciPollIntervalwith the same time unit but with a different offset - ofType(Class<T>) - Method in class org.awaitility.core.FieldSupplierBuilder
-
Find a field based on a type.
- ONE_HUNDRED_MILLISECONDS - Static variable in class org.awaitility.Durations
-
Constant
ONE_HUNDRED_MILLISECONDS - ONE_MILLISECOND - Static variable in class org.awaitility.Durations
-
Constant
ONE_MILLISECOND - ONE_MINUTE - Static variable in class org.awaitility.Durations
-
Constant
ONE_MINUTE - ONE_SECOND - Static variable in class org.awaitility.Durations
-
Constant
ONE_SECOND - onTimeout(TimeoutEvent) - Method in interface org.awaitility.core.ConditionEvaluationListener
-
Handle the timeoutEvent.
- onTimeout(TimeoutEvent) - Method in class org.awaitility.core.ConditionEvaluationLogger
- org.awaitility - package org.awaitility
- org.awaitility.classes - package org.awaitility.classes
- org.awaitility.classpath - package org.awaitility.classpath
- org.awaitility.constraint - package org.awaitility.constraint
- org.awaitility.core - package org.awaitility.core
- org.awaitility.pollinterval - package org.awaitility.pollinterval
- org.awaitility.reflect - package org.awaitility.reflect
- org.awaitility.reflect.exception - package org.awaitility.reflect.exception
- org.awaitility.spi - package org.awaitility.spi
- originalDefaultUncaughtExceptionHandler - Static variable in class org.awaitility.core.OriginalDefaultUncaughtExceptionHandler
- OriginalDefaultUncaughtExceptionHandler - Class in org.awaitility.core
- OriginalDefaultUncaughtExceptionHandler() - Constructor for class org.awaitility.core.OriginalDefaultUncaughtExceptionHandler
P
- perform() - Method in class org.awaitility.classes.Asynch
- perform() - Method in class org.awaitility.classes.ExceptionThrowingAsynch
- pollDelay - Variable in class org.awaitility.core.ConditionFactory
-
The poll delay.
- pollDelay - Variable in class org.awaitility.core.ConditionSettings
- pollDelay(long, TimeUnit) - Method in class org.awaitility.core.ConditionFactory
-
Specify the delay that will be used before Awaitility starts polling for the result the first time.
- pollDelay(Duration) - Method in class org.awaitility.core.ConditionFactory
-
Specify the delay that will be used before Awaitility starts polling for the result the first time.
- pollExecutorService(ExecutorService) - Static method in class org.awaitility.Awaitility
-
Specify the executor service whose threads will be used to evaluate the poll condition in Awaitility.
- pollExecutorService(ExecutorService) - Method in class org.awaitility.core.ConditionFactory
-
Specify the executor service whose threads will be used to evaluate the poll condition in Awaitility.
- pollInSameThread() - Static method in class org.awaitility.Awaitility
-
Instructs Awaitility to execute the polling of the condition from the same as the test.
- pollInSameThread() - Method in class org.awaitility.core.ConditionFactory
-
Instructs Awaitility to execute the polling of the condition from the same as the test.
- pollInterval - Variable in class org.awaitility.core.ConditionFactory
-
The poll interval.
- pollInterval - Variable in class org.awaitility.core.ConditionSettings
- pollInterval - Variable in class org.awaitility.core.EvaluatedCondition
- pollInterval(long, TimeUnit) - Method in class org.awaitility.core.ConditionFactory
-
Specify the polling interval Awaitility will use for this await statement.
- pollInterval(Duration) - Method in class org.awaitility.core.ConditionFactory
-
Specify the polling interval Awaitility will use for this await statement.
- pollInterval(PollInterval) - Method in class org.awaitility.core.ConditionFactory
- PollInterval - Interface in org.awaitility.pollinterval
-
A poll interval represents how often Awaitility will pause before reevaluating the supplied condition.
- pollThread(Function<Runnable, Thread>) - Static method in class org.awaitility.Awaitility
-
Specify a thread supplier whose thread will be used to evaluate the poll condition in Awaitility.
- pollThread(Function<Runnable, Thread>) - Method in class org.awaitility.core.ConditionFactory
-
Specify a thread supplier whose thread will be used to evaluate the poll condition in Awaitility.
- predicate - Variable in class org.awaitility.core.PredicateExceptionIgnorer
- PredicateExceptionIgnorer - Class in org.awaitility.core
- PredicateExceptionIgnorer(Predicate<? super Throwable>) - Constructor for class org.awaitility.core.PredicateExceptionIgnorer
R
- remainingTimeInMS - Variable in class org.awaitility.core.EvaluatedCondition
- remainingTimeInMS - Variable in class org.awaitility.core.IgnoredException
- remainingTimeInMS - Variable in class org.awaitility.core.StartEvaluationEvent
- remainingTimeInMS - Variable in class org.awaitility.core.TimeoutEvent
- repository - Variable in class org.awaitility.classes.Asynch
- repository - Variable in class org.awaitility.classes.FakeRepositoryEqualsOne
- repository - Variable in class org.awaitility.classes.FakeRepositoryValue
- repository - Variable in class org.awaitility.classes.ThrowExceptionUnlessFakeRepositoryEqualsOne
- reset() - Static method in class org.awaitility.Awaitility
-
Reset the timeout, poll interval, poll delay, uncaught exception handling to their default values:
- run() - Method in interface org.awaitility.core.ThrowingRunnable
- runningTasks - Variable in class org.awaitility.core.SameThreadExecutorService
S
- safeRethrow(Throwable) - Static method in class org.awaitility.core.CheckedExceptionRethrower
-
safeRethrow.
- safeRethrow0(Throwable) - Static method in class org.awaitility.core.CheckedExceptionRethrower
- sameThreadExecutorService() - Static method in class org.awaitility.core.InternalExecutorServiceFactory
- SameThreadExecutorService - Class in org.awaitility.core
-
Creates an executor service that runs each task in the thread that invokes
execute/submit, as inThreadPoolExecutor.CallerRunsPolicyThis applies both to individually submitted tasks and to collections of tasks submitted viainvokeAllorinvokeAny. - SameThreadExecutorService() - Constructor for class org.awaitility.core.SameThreadExecutorService
- saturatedToNanos(Duration) - Static method in class org.awaitility.core.Uninterruptibles
-
Returns the number of nanoseconds of the given duration without throwing or overflowing.
- serialVersionUID - Static variable in exception org.awaitility.reflect.exception.FieldNotFoundException
- serialVersionUID - Static variable in exception org.awaitility.reflect.exception.TooManyFieldsFoundException
- set(Thread.UncaughtExceptionHandler) - Static method in class org.awaitility.core.OriginalDefaultUncaughtExceptionHandler
- setDefaultConditionEvaluationListener(ConditionEvaluationListener) - Static method in class org.awaitility.Awaitility
-
Sets the default condition evaluation listener that all await statements will use.
- setDefaultFailFastCondition(String, Callable<Boolean>) - Static method in class org.awaitility.Awaitility
-
If the supplied Callable ever returns false, it indicates our condition will never be true, and if so fail the system immediately.
- setDefaultFailFastCondition(String, ThrowingRunnable) - Static method in class org.awaitility.Awaitility
-
If the supplied
failFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. - setDefaultFailFastCondition(Callable<Boolean>) - Static method in class org.awaitility.Awaitility
-
If the supplied Callable ever returns false, it indicates our condition will never be true, and if so fail the system immediately.
- setDefaultFailFastCondition(ThrowingRunnable) - Static method in class org.awaitility.Awaitility
-
If the supplied
failFastAssertionever returns throws an exception, it indicates our condition will never be true, and if so fail the system immediately. - setDefaultLogging() - Static method in class org.awaitility.Awaitility
-
Sets the default logging condition evaluation listener that all await statements will use.
- setDefaultPollDelay(long, TimeUnit) - Static method in class org.awaitility.Awaitility
-
Sets the default poll delay all await statements will use.
- setDefaultPollDelay(Duration) - Static method in class org.awaitility.Awaitility
-
Sets the default poll delay that all await statements will use.
- setDefaultPollInterval(long, TimeUnit) - Static method in class org.awaitility.Awaitility
-
Sets the default poll interval that all await statements will use.
- setDefaultPollInterval(Duration) - Static method in class org.awaitility.Awaitility
-
Sets the default poll interval that all await statements will use.
- setDefaultPollInterval(PollInterval) - Static method in class org.awaitility.Awaitility
-
Sets the default poll interval that all await statements will use.
- setDefaultTimeout(long, TimeUnit) - Static method in class org.awaitility.Awaitility
-
Sets the default timeout all await statements will use.
- setDefaultTimeout(Duration) - Static method in class org.awaitility.Awaitility
-
Sets the default timeout that all await statements will use.
- setLogging(Consumer<String>) - Static method in class org.awaitility.Awaitility
-
Sets the default logging condition evaluation listener that all await statements will use.
- setLoggingListener(ConditionEvaluationListener) - Static method in class org.awaitility.Awaitility
-
Sets the default logging condition evaluation listener that all await statements will use.
- settings - Variable in class org.awaitility.core.CallableCondition.ConditionEvaluationWrapper
- settings - Variable in class org.awaitility.core.ConditionEvaluationHandler
- setValue(int) - Method in class org.awaitility.classes.ExceptionThrowingFakeRepository
- setValue(int) - Method in interface org.awaitility.classes.FakeRepository
- setValue(int) - Method in class org.awaitility.classes.FakeRepositoryImpl
- setValue(int) - Method in class org.awaitility.classes.FakeRepositoryWithAnnotation
- setValue(int) - Method in class org.awaitility.classes.FakeRepositoryWithStaticFieldAndAnnotation
- shouldCatchUncaughtExceptions() - Method in class org.awaitility.core.ConditionSettings
-
shouldCatchUncaughtExceptions.
- shouldExceptionBeIgnored(Throwable) - Method in class org.awaitility.core.ConditionSettings
- shouldIgnoreException(Throwable) - Method in interface org.awaitility.core.ExceptionIgnorer
- shouldIgnoreException(Throwable) - Method in class org.awaitility.core.HamcrestExceptionIgnorer
- shouldIgnoreException(Throwable) - Method in class org.awaitility.core.PredicateExceptionIgnorer
- shutdown - Variable in class org.awaitility.core.SameThreadExecutorService
- shutdown() - Method in class org.awaitility.core.SameThreadExecutorService
- shutdownNow() - Method in class org.awaitility.core.SameThreadExecutorService
- shutdownUninterruptibly(ExecutorService, long, TimeUnit) - Static method in class org.awaitility.core.Uninterruptibles
-
Shuts down an executor service uninterruptedly Note that this method is created by Johan Haleby and is thus not covered by the Guava license
- sleepUninterruptibly(long, TimeUnit) - Static method in class org.awaitility.core.Uninterruptibles
- start() - Method in class org.awaitility.core.ConditionEvaluationHandler
- start() - Method in class org.awaitility.core.ConditionEvaluationHandler.StopWatch
- startDuration - Variable in class org.awaitility.pollinterval.IterativePollInterval
- startDuration(Duration) - Method in class org.awaitility.pollinterval.IterativePollInterval
-
Set the start duration of this poll interval
- StartEvaluationEvent<T> - Class in org.awaitility.core
- StartEvaluationEvent(String, Matcher<? super T>, long, long, String) - Constructor for class org.awaitility.core.StartEvaluationEvent
- startTask() - Method in class org.awaitility.core.SameThreadExecutorService
-
Checks if the executor has been shut down and increments the running task count.
- startTime - Variable in class org.awaitility.core.ConditionEvaluationHandler.StopWatch
- state - Variable in class org.awaitility.classes.FakeRepositoryList
- state() - Method in class org.awaitility.classes.FakeRepositoryList
- StopWatch() - Constructor for class org.awaitility.core.ConditionEvaluationHandler.StopWatch
- successful - Variable in class org.awaitility.core.ConditionEvaluationResult
- supplyExecutorService() - Method in class org.awaitility.core.ExecutorLifecycle
T
- temporal - Variable in class org.awaitility.core.TemporalDuration
- TemporalDuration - Class in org.awaitility.core
- TemporalDuration(Duration) - Constructor for class org.awaitility.core.TemporalDuration
- TEN_MINUTES - Static variable in class org.awaitility.Durations
-
Constant
TEN_MINUTES - TEN_SECONDS - Static variable in class org.awaitility.constraint.AtMostWaitConstraint
- TEN_SECONDS - Static variable in class org.awaitility.Durations
-
Constant
TEN_SECONDS - TerminalFailureException - Exception in org.awaitility.core
-
If thrown, indicates terminal failure condition has been reached, and that the system should immediately stop polling conditions and fail.
- TerminalFailureException(String) - Constructor for exception org.awaitility.core.TerminalFailureException
- TerminalFailureException(String, Throwable) - Constructor for exception org.awaitility.core.TerminalFailureException
- termination - Variable in class org.awaitility.core.SameThreadExecutorService
-
Signaled after the executor is shutdown and running tasks are done
- testLogic() - Method in class org.awaitility.classes.AssertExceptionThrownInAnotherThreadButNeverCaughtByAnyThreadTest
- then() - Method in class org.awaitility.core.ConditionFactory
-
A method to increase the readability of the Awaitility DSL.
- threadInfos - Variable in class org.awaitility.core.DeadlockException
- throwable - Variable in class org.awaitility.classes.ExceptionThrowingAsynch
- throwable - Variable in class org.awaitility.core.ConditionEvaluationResult
- throwable - Variable in class org.awaitility.core.IgnoredException
- throwClassCastExceptionBecauseConditionEvaluationListenerCouldNotBeApplied(ClassCastException, ConditionEvaluationListener) - Method in class org.awaitility.core.ConditionEvaluationHandler
- throwExceptionIfFieldWasNotFound(Class<?>, String, Field) - Static method in class org.awaitility.reflect.WhiteboxImpl
-
Throw exception if field was not found.
- ThrowExceptionUnlessFakeRepositoryEqualsOne - Class in org.awaitility.classes
- ThrowExceptionUnlessFakeRepositoryEqualsOne(FakeRepository) - Constructor for class org.awaitility.classes.ThrowExceptionUnlessFakeRepositoryEqualsOne
- ThrowingRunnable - Interface in org.awaitility.core
-
This interface replaces
Runnablein cases when execution ofThrowingRunnable.run()method may throw exception. - timeout(long, TimeUnit) - Method in class org.awaitility.core.ConditionFactory
-
Await at most
timeoutbefore throwing a timeout exception. - timeout(Duration) - Method in class org.awaitility.core.ConditionFactory
-
Await at most
timeoutbefore throwing a timeout exception. - Timeout - Class in org.awaitility.spi
-
Allow Awaitility extensions to define their own error messages.
- Timeout() - Constructor for class org.awaitility.spi.Timeout
- timeout_message - Static variable in class org.awaitility.spi.Timeout
-
Constant
timeout_message="null" - timeoutConstraint - Variable in class org.awaitility.core.ConditionFactory
-
Timing constraint.
- TimeoutEvent - Class in org.awaitility.core
- TimeoutEvent(String, long, long, boolean, String) - Constructor for class org.awaitility.core.TimeoutEvent
- TooManyFieldsFoundException - Exception in org.awaitility.reflect.exception
-
A run-time exception that may be thrown to indicate that too many fields were found.
- TooManyFieldsFoundException(String) - Constructor for exception org.awaitility.reflect.exception.TooManyFieldsFoundException
-
Constructs a new exception with the specified detail message.
- toString() - Method in class org.awaitility.core.ConditionEvaluationResult
- toString() - Method in class org.awaitility.core.TemporalDuration
- toString() - Method in class org.awaitility.pollinterval.FibonacciPollInterval
- toString() - Method in class org.awaitility.pollinterval.FixedPollInterval
- toString() - Method in class org.awaitility.pollinterval.IterativePollInterval
- toString() - Method in class org.awaitility.reflect.FieldAnnotationMatcherStrategy
- toString() - Method in class org.awaitility.reflect.FieldNameAndTypeMatcherStrategy
-
toString.
- toString() - Method in class org.awaitility.reflect.FieldNameMatcherStrategy
-
toString.
- toString() - Method in class org.awaitility.reflect.FieldTypeMatcherStrategy
- trace - Variable in class org.awaitility.core.ConditionEvaluationResult
- TWO_HUNDRED_MILLISECONDS - Static variable in class org.awaitility.Durations
-
Constant
TWO_HUNDRED_MILLISECONDS - TWO_MINUTES - Static variable in class org.awaitility.Durations
-
Constant
TWO_MINUTES - TWO_SECONDS - Static variable in class org.awaitility.Durations
-
Constant
TWO_SECONDS
U
- uncaughtException(Thread, Throwable) - Method in class org.awaitility.core.ConditionAwaiter
- uncaughtThrowable - Variable in class org.awaitility.core.ConditionAwaiter
- unexpectedShutdownBehavior - Variable in class org.awaitility.core.EvaluationCleanup
- Uninterruptibles - Class in org.awaitility.core
-
These code snippets are copied from the Guava library (e.g.
- Uninterruptibles() - Constructor for class org.awaitility.core.Uninterruptibles
- unit - Variable in class org.awaitility.core.ConditionEvaluationLogger
- unit - Variable in class org.awaitility.pollinterval.FibonacciPollInterval
- unit(TimeUnit) - Method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Create a new
FibonacciPollIntervalwith the same offset but with a different time unit - until(Callable<Boolean>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a
Callablereturnstrue. - until(Callable<T>, Predicate<? super T>) - Method in class org.awaitility.core.ConditionFactory
-
Wait until the given supplier matches the supplied predicate.
- until(Callable<T>, Matcher<? super T>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a
Callablesupplies a value matching the specifiedMatcher. - until(Condition<T>) - Method in class org.awaitility.core.ConditionFactory
- untilAccumulator(DoubleAccumulator, Consumer<? super Double>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a DoubleAccumulator is asserted by the
matcherconsumer E.g. - untilAccumulator(DoubleAccumulator, Matcher<? super Double>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a
DoubleAccumulatorhas a value matching the specifiedMatcher. - untilAccumulator(LongAccumulator, Consumer<? super Long>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a LongAccumulator is asserted by the
matcherconsumer E.g. - untilAccumulator(LongAccumulator, Matcher<? super Long>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a
LongAccumulatorhas a value matching the specifiedMatcher. - untilAdder(DoubleAdder, Consumer<? super Double>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a DoubleAdder is asserted by the
matcherconsumer E.g. - untilAdder(DoubleAdder, Matcher<? super Double>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a
DoubleAdderhas a value matching the specifiedMatcher. - untilAdder(LongAdder, Consumer<? super Long>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a LongAdder is asserted by the
matcherconsumer E.g. - untilAdder(LongAdder, Matcher<? super Long>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a
LongAdderhas a value matching the specifiedMatcher. - untilAsserted(Callable<T>, Consumer<? super T>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a callable returns a value that when passed to a
Consumerends without throwing an exception. - untilAsserted(ThrowingRunnable) - Method in class org.awaitility.core.ConditionFactory
-
Await until a
Runnablesupplier execution passes (ends without throwing an exception). - untilAtomic(AtomicBoolean, Consumer<? super Boolean>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a AtomicBoolean is asserted by the
matcherconsumer E.g. - untilAtomic(AtomicBoolean, Matcher<? super Boolean>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic variable has a value matching the specified
Matcher. - untilAtomic(AtomicInteger, Consumer<? super Integer>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic integer is asserted by the
matcherconsumer E.g. - untilAtomic(AtomicInteger, Matcher<? super Integer>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic variable has a value matching the specified
Matcher. - untilAtomic(AtomicLong, Consumer<? super Long>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic long is asserted by the
matcherconsumer E.g. - untilAtomic(AtomicLong, Matcher<? super Long>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic variable has a value matching the specified
Matcher. - untilAtomic(AtomicReference<V>, Consumer<? super V>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic variable is asserted by the
matcherconsumer E.g. - untilAtomic(AtomicReference<V>, Matcher<? super V>) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic variable has a value matching the specified
Matcher. - untilFalse(AtomicBoolean) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic boolean becomes false.
- untilTrue(AtomicBoolean) - Method in class org.awaitility.core.ConditionFactory
-
Await until a Atomic boolean becomes true.
V
- value - Variable in class org.awaitility.classes.FakeRepositoryImpl
- value - Variable in class org.awaitility.classes.FakeRepositoryWithAnnotation
- value - Static variable in class org.awaitility.classes.FakeRepositoryWithStaticFieldAndAnnotation
W
- waitAtMost(long, TimeUnit) - Static method in class org.awaitility.Awaitility
-
An alternative to using
Awaitility.await()if you want to specify a timeout directly. - waitAtMost(Duration) - Static method in class org.awaitility.Awaitility
-
An alternative to using
Awaitility.await()if you want to specify a timeout directly. - waitConstraint - Variable in class org.awaitility.core.ConditionSettings
- WaitConstraint - Interface in org.awaitility.constraint
-
Interface that defines the wait strategy.
- watch - Variable in class org.awaitility.core.ConditionEvaluationHandler
- WhiteboxImpl - Class in org.awaitility.reflect
-
Various utilities for accessing internals of a class.
- WhiteboxImpl() - Constructor for class org.awaitility.reflect.WhiteboxImpl
- with() - Static method in class org.awaitility.Awaitility
-
Start constructing an await statement with some settings.
- with() - Method in class org.awaitility.core.ConditionFactory
-
A method to increase the readability of the Awaitility DSL.
- with() - Method in class org.awaitility.pollinterval.FibonacciPollInterval
-
Syntactic sugar
- with() - Method in class org.awaitility.pollinterval.IterativePollInterval
-
Syntactic sugar
- withHoldPredicateTime(Duration) - Method in class org.awaitility.constraint.AtMostWaitConstraint
- withHoldPredicateTime(Duration) - Method in class org.awaitility.constraint.HoldsPredicateWaitConstraint
- withHoldPredicateTime(Duration) - Method in interface org.awaitility.constraint.WaitConstraint
- withMaxWaitTime(Duration) - Method in class org.awaitility.constraint.AtMostWaitConstraint
- withMaxWaitTime(Duration) - Method in class org.awaitility.constraint.HoldsPredicateWaitConstraint
- withMaxWaitTime(Duration) - Method in class org.awaitility.constraint.IntervalWaitConstraint
- withMaxWaitTime(Duration) - Method in interface org.awaitility.constraint.WaitConstraint
- withMinWaitTime(Duration) - Method in class org.awaitility.constraint.AtMostWaitConstraint
- withMinWaitTime(Duration) - Method in class org.awaitility.constraint.HoldsPredicateWaitConstraint
- withMinWaitTime(Duration) - Method in interface org.awaitility.constraint.WaitConstraint
- withNormalCleanupBehavior(Supplier<ExecutorService>) - Static method in class org.awaitility.core.ExecutorLifecycle
- withoutCleanup(ExecutorService) - Static method in class org.awaitility.core.ExecutorLifecycle
- withoutCleanup(Supplier<ExecutorService>) - Static method in class org.awaitility.core.ExecutorLifecycle
- wordsToRemove - Static variable in class org.awaitility.core.HamcrestToStringFilter
All Classes All Packages