@Deprecated
public class PACLTestRule
extends Object
implements org.junit.rules.TestRule
| Modifier and Type | Class and Description |
|---|---|
static class |
PACLTestRule.PACLTestRuleThreadLocal
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_PATH
Deprecated.
|
| Constructor and Description |
|---|
PACLTestRule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterClass(org.junit.runner.Description description,
com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent,
com.liferay.portal.spring.context.PortletContextLoaderListener portletContextLoaderListener)
Deprecated.
|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
Deprecated.
|
protected com.liferay.portal.kernel.deploy.hot.HotDeployEvent |
beforeClass(org.junit.runner.Description description,
com.liferay.portal.spring.context.PortletContextLoaderListener portletContextLoaderListener)
Deprecated.
|
protected com.liferay.portal.kernel.deploy.hot.HotDeployEvent |
getHotDeployEvent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
Deprecated.
|
protected void |
invokeStatement(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
Deprecated.
|
public static final String RESOURCE_PATH
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRuleprotected void afterClass(org.junit.runner.Description description,
com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent,
com.liferay.portal.spring.context.PortletContextLoaderListener portletContextLoaderListener)
throws Exception
Exceptionprotected com.liferay.portal.kernel.deploy.hot.HotDeployEvent beforeClass(org.junit.runner.Description description,
com.liferay.portal.spring.context.PortletContextLoaderListener portletContextLoaderListener)
throws Exception
Exceptionprotected com.liferay.portal.kernel.deploy.hot.HotDeployEvent getHotDeployEvent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
protected void invokeStatement(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
throws Throwable
Throwable