com.liferay.portal.test.rule.callback
Class CITimeoutTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Long,Object>
com.liferay.portal.test.rule.callback.CITimeoutTestCallback
- All Implemented Interfaces:
- TestCallback<Long,Object>
public class CITimeoutTestCallback
- extends BaseTestCallback<Long,Object>
|
Method Summary |
void |
afterClass(org.junit.runner.Description description,
Long startTime)
|
Long |
beforeClass(org.junit.runner.Description description)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final CITimeoutTestCallback INSTANCE
afterClass
public void afterClass(org.junit.runner.Description description,
Long startTime)
- Specified by:
afterClass in interface TestCallback<Long,Object>- Overrides:
afterClass in class BaseTestCallback<Long,Object>
beforeClass
public Long beforeClass(org.junit.runner.Description description)
- Specified by:
beforeClass in interface TestCallback<Long,Object>- Overrides:
beforeClass in class BaseTestCallback<Long,Object>