com.liferay.portal.test
Class PACLTestRule
java.lang.Object
com.liferay.portal.kernel.test.BaseTestRule<HotDeployEvent,Object>
com.liferay.portal.test.PACLTestRule
- All Implemented Interfaces:
- org.junit.rules.TestRule
public class PACLTestRule
- extends BaseTestRule<HotDeployEvent,Object>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE_PATH
public static final String RESOURCE_PATH
- See Also:
- Constant Field Values
PACLTestRule
public PACLTestRule()
afterClass
protected void afterClass(org.junit.runner.Description description,
HotDeployEvent hotDeployEvent)
- Overrides:
afterClass in class BaseTestRule<HotDeployEvent,Object>
beforeClass
protected HotDeployEvent beforeClass(org.junit.runner.Description description)
throws ReflectiveOperationException
- Overrides:
beforeClass in class BaseTestRule<HotDeployEvent,Object>
- Throws:
ReflectiveOperationException
getHotDeployEvent
protected HotDeployEvent getHotDeployEvent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
invokeStatement
protected void invokeStatement(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
throws Throwable
- Overrides:
invokeStatement in class BaseTestRule<HotDeployEvent,Object>
- Throws:
Throwable