Liferay 7.0-ce-m3

com.liferay.portal.test
Class PACLTestRule

java.lang.Object
  extended by com.liferay.portal.kernel.test.BaseTestRule<HotDeployEvent,Object>
      extended by com.liferay.portal.test.PACLTestRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class PACLTestRule
extends BaseTestRule<HotDeployEvent,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.liferay.portal.kernel.test.BaseTestRule
BaseTestRule.StatementWrapper
 
Field Summary
static String RESOURCE_PATH
           
 
Constructor Summary
PACLTestRule()
           
 
Method Summary
protected  void afterClass(org.junit.runner.Description description, HotDeployEvent hotDeployEvent)
           
protected  HotDeployEvent beforeClass(org.junit.runner.Description description)
           
protected  HotDeployEvent getHotDeployEvent(javax.servlet.ServletContext servletContext, ClassLoader classLoader)
           
protected  void invokeStatement(org.junit.runners.model.Statement statement, org.junit.runner.Description description)
           
 
Methods inherited from class com.liferay.portal.kernel.test.BaseTestRule
afterMethod, apply, beforeMethod, inspectTarget, setInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_PATH

public static final String RESOURCE_PATH
See Also:
Constant Field Values
Constructor Detail

PACLTestRule

public PACLTestRule()
Method Detail

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

Liferay 7.0-ce-m3