public class Retries extends Object
| Constructor and Description |
|---|
Retries() |
| Modifier and Type | Method and Description |
|---|---|
static void |
tryWaitForSuccess(org.junit.function.ThrowingRunnable runnable) |
static void |
tryWaitForSuccess(org.junit.function.ThrowingRunnable runnable,
int maxAttempts,
long retryInterval,
TimeUnit retryIntervalUnits) |
public static void tryWaitForSuccess(org.junit.function.ThrowingRunnable runnable,
int maxAttempts,
long retryInterval,
TimeUnit retryIntervalUnits)
public static void tryWaitForSuccess(org.junit.function.ThrowingRunnable runnable)
Copyright © 2023. All rights reserved.