public class SRRunner extends SRBlockJUnit4ClassRunner
fakeMethod| Constructor and Description |
|---|
SRRunner(Class<?> clazz)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods() |
protected org.junit.runner.Description |
describeChild(org.junit.runners.model.FrameworkMethod method) |
protected org.junit.runners.model.Statement |
methodInvoker(org.junit.runners.model.FrameworkMethod method,
Object test) |
classBlock, skipcollectInitializationErrors, createTest, getChildren, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SRRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
clazz - The test class.org.junit.runners.model.InitializationError - On initialization errors.protected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
computeTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runner.Description describeChild(org.junit.runners.model.FrameworkMethod method)
describeChild in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement methodInvoker(org.junit.runners.model.FrameworkMethod method,
Object test)
methodInvoker in class org.junit.runners.BlockJUnit4ClassRunnerCopyright © 2016. All rights reserved.