com.liferay.portal.kernel.test.rule.callback
Class CompanyProviderTestCallback
java.lang.Object
com.liferay.portal.kernel.test.rule.callback.BaseTestCallback<Long,Void>
com.liferay.portal.kernel.test.rule.callback.CompanyProviderTestCallback
- All Implemented Interfaces:
- TestCallback<Long,Void>
public class CompanyProviderTestCallback
- extends BaseTestCallback<Long,Void>
|
Method Summary |
void |
afterClass(org.junit.runner.Description description,
Long previousCompanyId)
|
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 CompanyProviderTestCallback INSTANCE
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