Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.rule.callback
Class CompanyProviderTestCallback

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

public class CompanyProviderTestCallback
extends BaseTestCallback<Long,Void>


Field Summary
static CompanyProviderTestCallback INSTANCE
           
 
Method Summary
 void afterClass(org.junit.runner.Description description, Long previousCompanyId)
           
 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 CompanyProviderTestCallback INSTANCE
Method Detail

afterClass

public void afterClass(org.junit.runner.Description description,
                       Long previousCompanyId)
Specified by:
afterClass in interface TestCallback<Long,Void>
Overrides:
afterClass in class BaseTestCallback<Long,Void>

beforeClass

public Long beforeClass(org.junit.runner.Description description)
                 throws PortalException
Specified by:
beforeClass in interface TestCallback<Long,Void>
Overrides:
beforeClass in class BaseTestCallback<Long,Void>
Throws:
PortalException

Liferay 7.0-ce-b4