com.liferay.portal.kernel.test
Class IdempotentRetryAssert
java.lang.Object
com.liferay.portal.kernel.test.IdempotentRetryAssert
public class IdempotentRetryAssert
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdempotentRetryAssert
public IdempotentRetryAssert()
retryAssert
public static <T> T retryAssert(long timeout,
TimeUnit timeUnit,
Callable<T> callable)
throws Exception
- Throws:
Exception