public class RenderingTestClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
classBlock(org.junit.runner.notification.RunNotifier notifier) |
Object |
createTest() |
protected String |
getName() |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
protected String |
testName(org.junit.runners.model.FrameworkMethod method) |
protected void |
validateConstructor(List<Throwable> errors) |
collectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionprotected String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected String testName(org.junit.runners.model.FrameworkMethod method)
testName in class org.junit.runners.BlockJUnit4ClassRunnerprotected void validateConstructor(List<Throwable> errors)
validateConstructor in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement classBlock(org.junit.runner.notification.RunNotifier notifier)
classBlock in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
Initialize the Component Manager and call all methods annotated with Initialized in the suite,
before each test is executed, to ensure test isolation.
runChild in class org.junit.runners.BlockJUnit4ClassRunnerCopyright © 2004–2016 XWiki. All rights reserved.