org.apache.lucene.util
Class LuceneTestCaseRunner
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
org.apache.lucene.util.LuceneTestCaseRunner
- All Implemented Interfaces:
- Describable, Filterable, Sortable
public class LuceneTestCaseRunner
- extends BlockJUnit4ClassRunner
optionally filters the tests to be run by TEST_METHOD
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner |
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout |
Methods inherited from class org.junit.runners.ParentRunner |
childrenInvoker, classBlock, classRules, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LuceneTestCaseRunner
public LuceneTestCaseRunner(Class<?> clazz)
throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
computeTestMethods
protected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
- Overrides:
computeTestMethods
in class BlockJUnit4ClassRunner
runChild
protected void runChild(org.junit.runners.model.FrameworkMethod arg0,
RunNotifier arg1)
- Overrides:
runChild
in class BlockJUnit4ClassRunner