Liferay 7.0-ce-m2

com.liferay.portal.test.runners
Class PACLIntegrationJUnitTestRunner

java.lang.Object
  extended by org.junit.runner.Runner
      extended by org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
          extended by org.junit.runners.BlockJUnit4ClassRunner
              extended by com.liferay.portal.kernel.test.AbstractIntegrationJUnitTestRunner
                  extended by com.liferay.portal.test.runners.CustomizableSpringContextJUnitTestRunner
                      extended by com.liferay.portal.test.runners.LiferayIntegrationJUnitTestRunner
                          extended by com.liferay.portal.test.runners.PACLIntegrationJUnitTestRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class PACLIntegrationJUnitTestRunner
extends LiferayIntegrationJUnitTestRunner


Field Summary
static String RESOURCE_PATH
           
 
Constructor Summary
PACLIntegrationJUnitTestRunner(Class<?> clazz)
           
 
Method Summary
 void initApplicationContext()
           
 
Methods inherited from class com.liferay.portal.test.runners.LiferayIntegrationJUnitTestRunner
afterApplicationContextInit, classBlock, classRules, getExtraConfigLocations, logAssertStatement, methodBlock
 
Methods inherited from class com.liferay.portal.test.runners.CustomizableSpringContextJUnitTestRunner
processConfigLocations
 
Methods inherited from class com.liferay.portal.kernel.test.AbstractIntegrationJUnitTestRunner
withAfterClasses, withAfters, withBeforeClasses, withBefores
 
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withPotentialTimeout
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods
 
Methods inherited from class org.junit.runner.Runner
testCount
 
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

PACLIntegrationJUnitTestRunner

public PACLIntegrationJUnitTestRunner(Class<?> clazz)
                               throws org.junit.runners.model.InitializationError
Throws:
org.junit.runners.model.InitializationError
Method Detail

initApplicationContext

public void initApplicationContext()
Overrides:
initApplicationContext in class CustomizableSpringContextJUnitTestRunner

Liferay 7.0-ce-m2