Package org.mockserver.test
Class Retries
java.lang.Object
org.mockserver.test.Retries
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidtryWaitForSuccess(org.junit.function.ThrowingRunnable runnable) static voidtryWaitForSuccess(org.junit.function.ThrowingRunnable runnable, int maxAttempts, long retryInterval, TimeUnit retryIntervalUnits)
-
Constructor Details
-
Retries
public Retries()
-
-
Method Details
-
tryWaitForSuccess
public static void tryWaitForSuccess(org.junit.function.ThrowingRunnable runnable, int maxAttempts, long retryInterval, TimeUnit retryIntervalUnits) -
tryWaitForSuccess
public static void tryWaitForSuccess(org.junit.function.ThrowingRunnable runnable)
-