public class SuiteBlockRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
SuiteBlockRunner(java.lang.Class parentClass,
java.lang.Class<?> klass)
Creates a BlockJUnit4ClassRunner to run
klass |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
testName(org.junit.runners.model.FrameworkMethod method) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SuiteBlockRunner(java.lang.Class parentClass,
java.lang.Class<?> klass)
throws org.junit.runners.model.InitializationError
klassklass - org.junit.runners.model.InitializationError - if the test class is malformed.