Liferay 6.2-ce-ga5

com.liferay.portal.kernel.test
Class AbstractIntegrationJUnitTestRunner

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

public abstract class AbstractIntegrationJUnitTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner


Constructor Summary
AbstractIntegrationJUnitTestRunner(Class<?> clazz)
           
 
Method Summary
abstract  void initApplicationContext()
           
protected  org.junit.runners.model.Statement withAfterClasses(org.junit.runners.model.Statement statement)
           
protected  org.junit.runners.model.Statement withAfters(org.junit.runners.model.FrameworkMethod frameworkMethod, Object instance, org.junit.runners.model.Statement statement)
          Deprecated. As of 6.2.0
protected  org.junit.runners.model.Statement withBeforeClasses(org.junit.runners.model.Statement statement)
           
protected  org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod frameworkMethod, Object instance, org.junit.runners.model.Statement statement)
          Deprecated. As of 6.2.0
 
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withPotentialTimeout
 
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, 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

AbstractIntegrationJUnitTestRunner

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

initApplicationContext

public abstract void initApplicationContext()

withAfterClasses

protected org.junit.runners.model.Statement withAfterClasses(org.junit.runners.model.Statement statement)
Overrides:
withAfterClasses in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>

withAfters

protected org.junit.runners.model.Statement withAfters(org.junit.runners.model.FrameworkMethod frameworkMethod,
                                                       Object instance,
                                                       org.junit.runners.model.Statement statement)
Deprecated. As of 6.2.0

Overrides:
withAfters in class org.junit.runners.BlockJUnit4ClassRunner

withBeforeClasses

protected org.junit.runners.model.Statement withBeforeClasses(org.junit.runners.model.Statement statement)
Overrides:
withBeforeClasses in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>

withBefores

protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod frameworkMethod,
                                                        Object instance,
                                                        org.junit.runners.model.Statement statement)
Deprecated. As of 6.2.0

Overrides:
withBefores in class org.junit.runners.BlockJUnit4ClassRunner

Liferay 6.2-ce-ga5