Uses of Package
org.awaitility.core
Packages that use org.awaitility.core
-
Classes in org.awaitility.core used by org.awaitilityClassDescriptionA ConditionEvaluationListener is called each time a condition has been evaluated by Awaitility.A factory for creating
Conditionobjects.Handles the lifecycle of an executor service.The field supplier builder allows you to create a supplier based a field.This interface replacesRunnablein cases when execution ofThrowingRunnable.run()method may throw exception. -
Classes in org.awaitility.core used by org.awaitility.coreClassDescriptionHandler for
Conditionimplementations that callsConditionEvaluationListenerwith condition evaluation result and message.A ConditionEvaluationListener is called each time a condition has been evaluated by Awaitility.Simple implementation ofConditionEvaluationListenerthat prints the condition evaluation results to the console usingSystem.out.printlnby default.A factory for creatingConditionobjects.Contains properties of the condition at its current stage.Handles how threads and thread-pools are cleanup after each conditional evaluation round.Handles the lifecycle of an executor service.This interface replacesRunnablein cases when execution ofThrowingRunnable.run()method may throw exception.