| Package | Description |
|---|---|
| org.echocat.jomon.testing |
| Modifier and Type | Method and Description |
|---|---|
static Assert.AssertWithRetryRespectingException |
Assert.assertWithRetries(int maxNumbersOfRetries)
Creates an
Assert.AssertWithRetry that allows to test the assertion at most maxNumbersOfRetries times until it must succeed. |
static Assert.AssertWithRetryRespectingException |
Assert.assertWithTimeout(Duration duration)
Creates an
Assert.AssertWithRetry that allows a timeout in which the assertion must be satisfied. |
static Assert.AssertWithRetryRespectingException |
Assert.assertWithTimeout(java.lang.String duration)
Creates an
Assert.AssertWithRetry that allows a timeout in which the assertion must be satisfied. |
Assert.AssertWithRetryRespectingException |
Assert.AssertWithRetryRespectingException.respecting(java.lang.Class<? extends java.lang.Throwable>... exceptionTypes) |
Assert.AssertWithRetryRespectingException |
Assert.AssertWithRetryRespectingException.respecting(java.lang.Iterable<java.lang.Class<? extends java.lang.Throwable>> exceptionTypes) |
Copyright © 2015 echocat. All Rights Reserved.