Liferay 7.0-ce-b4

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 afterClass(org.junit.runner.Description description, Long startTime)
           
 Long beforeClass(org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.kernel.test.rule.callback.BaseTestCallback
afterMethod, beforeMethod
 
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

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>

Liferay 7.0-ce-b4