Liferay 7.0-ce-a2

com.liferay.portal.test.rule.callback
Class CITimeoutTestCallback

java.lang.Object
  extended by com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Long,Object>
      extended by com.liferay.portal.test.rule.callback.CITimeoutTestCallback
All Implemented Interfaces:
TestCallback<Long,Object>

public class CITimeoutTestCallback
extends BaseTestCallback<Long,Object>


Field Summary
static CITimeoutTestCallback INSTANCE
           
 
Method Summary
 void doAfterClass(org.junit.runner.Description description, Long startTime)
           
 Long doBeforeClass(org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterClass, afterMethod, beforeClass, beforeMethod, doAfterMethod, doBeforeMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final CITimeoutTestCallback INSTANCE
Method Detail

doAfterClass

public void doAfterClass(org.junit.runner.Description description,
                         Long startTime)
Overrides:
doAfterClass in class BaseTestCallback<Long,Object>

doBeforeClass

public Long doBeforeClass(org.junit.runner.Description description)
Overrides:
doBeforeClass in class BaseTestCallback<Long,Object>

Liferay 7.0-ce-a2