public class ZohhakRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Modifier and Type | Field and Description |
|---|---|
protected List<org.junit.runners.model.FrameworkMethod> |
cachedMethods |
| Constructor and Description |
|---|
ZohhakRunner(Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods()
all methods that should be run.
|
protected org.junit.runner.Description |
describeChild(org.junit.runners.model.FrameworkMethod method) |
void |
filter(org.junit.runner.manipulation.Filter filter) |
org.junit.runner.Description |
getDescription() |
protected Annotation[] |
getRunnerAnnotations()
ParrentRunner.getRunnerAnnotations() was introduced in junit 4.10
for earlier versions this method must be manually defined
|
collectInitializationErrors, createTest, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutprotected List<org.junit.runners.model.FrameworkMethod> cachedMethods
public ZohhakRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
computeTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerpublic void filter(org.junit.runner.manipulation.Filter filter)
throws org.junit.runner.manipulation.NoTestsRemainException
filter in interface org.junit.runner.manipulation.Filterablefilter in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>org.junit.runner.manipulation.NoTestsRemainExceptionprotected Annotation[] getRunnerAnnotations()
getRunnerAnnotations in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>public org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected org.junit.runner.Description describeChild(org.junit.runners.model.FrameworkMethod method)
describeChild in class org.junit.runners.BlockJUnit4ClassRunnerCopyright © 2016. All rights reserved.