public class FrameworkRunner
extends org.junit.runners.BlockJUnit4ClassRunner
Constructor and Description |
---|
FrameworkRunner(Class<?> clazz)
Creates a new instance of FrameworkRunner.
|
Modifier and Type | Method and Description |
---|---|
FrameworkSuite |
getSuite() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
void |
setSuite(FrameworkSuite suite)
Set the Suite reference into this class
|
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
public FrameworkRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
public void run(org.junit.runner.notification.RunNotifier notifier)
run
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)
runChild
in class org.junit.runners.BlockJUnit4ClassRunner
public void setSuite(FrameworkSuite suite)
suite
- The suite this classd is contained intopublic FrameworkSuite getSuite()
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.