Package org.infinispan.commons.test
Class Eventually
java.lang.Object
org.infinispan.commons.test.Eventually
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voideventually(String message, Eventually.Condition ec) static voideventually(String message, Eventually.Condition ec, long timeout, long pollInterval, TimeUnit unit) static voideventually(Supplier<AssertionError> assertionErrorSupplier, Eventually.Condition ec, long timeout, long pollInterval, TimeUnit unit) static voidstatic voideventually(Eventually.Condition ec, long timeoutMillis) static voideventually(Eventually.Condition ec, long timeout, long pollInterval, TimeUnit unit) static voideventually(Eventually.Condition ec, long timeout, TimeUnit unit) static <T> voideventuallyEquals(T expected, Supplier<T> supplier) static <T> voideventuallyEquals(T expected, Supplier<T> supplier, long timeout, long pollInterval, TimeUnit unit) static <T> voideventuallyEquals(T expected, Supplier<T> supplier, long timeout, TimeUnit unit)
-
Field Details
-
DEFAULT_TIMEOUT_MILLIS
public static final int DEFAULT_TIMEOUT_MILLIS- See Also:
-
DEFAULT_POLL_INTERVAL_MILLIS
public static final int DEFAULT_POLL_INTERVAL_MILLIS- See Also:
-
-
Constructor Details
-
Eventually
public Eventually()
-
-
Method Details
-
eventually
public static void eventually(Supplier<AssertionError> assertionErrorSupplier, Eventually.Condition ec, long timeout, long pollInterval, TimeUnit unit) -
eventually
public static void eventually(String message, Eventually.Condition ec, long timeout, long pollInterval, TimeUnit unit) -
eventually
-
eventually
-
eventually
-
eventually
-
eventually
public static void eventually(Eventually.Condition ec, long timeout, long pollInterval, TimeUnit unit) -
eventuallyEquals
-
eventuallyEquals
-
eventuallyEquals
-