|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.kernel.test.IdempotentRetryAssert
public class IdempotentRetryAssert
| Constructor Summary | |
|---|---|
IdempotentRetryAssert()
|
|
| Method Summary | ||
|---|---|---|
static
|
retryAssert(long timeout,
TimeUnit timeoutTimeUnit,
Callable<T> callable)
|
|
static
|
retryAssert(long timeout,
TimeUnit timeoutTimeUnit,
long pause,
TimeUnit pauseTimeUnit,
Callable<T> callable)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdempotentRetryAssert()
| Method Detail |
|---|
public static <T> T retryAssert(long timeout,
TimeUnit timeoutTimeUnit,
Callable<T> callable)
throws Exception
Exception
public static <T> T retryAssert(long timeout,
TimeUnit timeoutTimeUnit,
long pause,
TimeUnit pauseTimeUnit,
Callable<T> callable)
throws Exception
Exception
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||