Liferay 7.0-ce-m2

com.liferay.portal.test.runners
Class PersistenceIntegrationJUnitTestRunner

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.PersistenceIntegrationJUnitTestRunner
All Implemented Interfaces:
org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortable

public class PersistenceIntegrationJUnitTestRunner
extends LiferayIntegrationJUnitTestRunner


Constructor Summary
PersistenceIntegrationJUnitTestRunner(Class<?> clazz)
           
 
Method Summary
protected  List<String> processConfigLocations(List<String> configLocations)
           
 
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
initApplicationContext
 
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
 

Constructor Detail

PersistenceIntegrationJUnitTestRunner

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

processConfigLocations

protected List<String> processConfigLocations(List<String> configLocations)
Overrides:
processConfigLocations in class CustomizableSpringContextJUnitTestRunner

Liferay 7.0-ce-m2