Class CompanyProviderClassTestRule
Object
com.liferay.portal.kernel.test.rule.AbstractTestRule<C,Void>
com.liferay.portal.kernel.test.rule.ClassTestRule<com.liferay.petra.lang.SafeCloseable>
com.liferay.portal.kernel.test.rule.CompanyProviderClassTestRule
- All Implemented Interfaces:
org.junit.rules.TestRule
public class CompanyProviderClassTestRule
extends ClassTestRule<com.liferay.petra.lang.SafeCloseable>
- Author:
- Cristina González
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterClass(org.junit.runner.Description description, com.liferay.petra.lang.SafeCloseable safeCloseable) protected com.liferay.petra.lang.SafeCloseablebeforeClass(org.junit.runner.Description description) Methods inherited from class com.liferay.portal.kernel.test.rule.ClassTestRule
afterMethod, beforeMethod, createMethodStatementMethods inherited from class com.liferay.portal.kernel.test.rule.AbstractTestRule
apply, createClassStatement
-
Field Details
-
INSTANCE
-
-
Method Details
-
afterClass
protected void afterClass(org.junit.runner.Description description, com.liferay.petra.lang.SafeCloseable safeCloseable) - Specified by:
afterClassin classAbstractTestRule<com.liferay.petra.lang.SafeCloseable,Void>
-
beforeClass
protected com.liferay.petra.lang.SafeCloseable beforeClass(org.junit.runner.Description description) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
beforeClassin classAbstractTestRule<com.liferay.petra.lang.SafeCloseable,Void> - Throws:
com.liferay.portal.kernel.exception.PortalException
-