Package org.mockserver.test
Class Retries
- java.lang.Object
-
- org.mockserver.test.Retries
-
public class Retries extends Object
-
-
Constructor Summary
Constructors Constructor Description Retries()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidtryWaitForSuccess(org.junit.function.ThrowingRunnable runnable)static voidtryWaitForSuccess(org.junit.function.ThrowingRunnable runnable, int maxAttempts, long retryInterval, TimeUnit retryIntervalUnits)
-
-
-
Method Detail
-
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)
-
-