com.liferay.portal.kernel.test
Class AbstractIntegrationJUnitTestRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
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
|
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. |
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. |
| Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, methodBlock, methodInvoker, possiblyExpectingExceptions, runChild, testName, validateConstructor, validateInstanceMethods, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withPotentialTimeout |
| Methods inherited from class org.junit.runners.ParentRunner |
childrenInvoker, classBlock, filter, getDescription, getName, getTestClass, run, 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 |
AbstractIntegrationJUnitTestRunner
public AbstractIntegrationJUnitTestRunner(Class<?> clazz)
throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
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.
- 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.
- Overrides:
withBefores in class org.junit.runners.BlockJUnit4ClassRunner