public class RetryableAssertion extends Object
Constructor | Description |
---|---|
RetryableAssertion() |
Modifier and Type | Method | Description |
---|---|---|
static void |
doRetryableAssert(AssertCallable callable,
RetryableParams params) |
Static method to repeatedly call assertion logic until it succeeds or the max allowed
attempts is reached.
|
public static void doRetryableAssert(AssertCallable callable, RetryableParams params) throws Exception
callable
- Callable implementing assertion logicparams
- Retry related parametersException
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.