public class SRBlockJUnit4ClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Field and Description |
|---|---|
protected org.junit.runners.model.FrameworkMethod |
fakeMethod
Fake method.
|
| Constructor and Description |
|---|
SRBlockJUnit4ClassRunner(Class<?> clazz)
Basic constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runners.model.Statement |
classBlock(org.junit.runner.notification.RunNotifier notifier) |
protected boolean |
skip()
Check if method has to be skipped.
|
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SRBlockJUnit4ClassRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
clazz - The test class.org.junit.runners.model.InitializationError - On initialization errors.protected 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 boolean skip()
Exception - On verification errors.Copyright © 2016. All rights reserved.