Package 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:
org.junit.runner.Describable
,org.junit.runner.manipulation.Filterable
,org.junit.runner.manipulation.Sortable
public class LuceneTestCaseRunner extends org.junit.runners.BlockJUnit4ClassRunner
optionally filters the tests to be run by TEST_METHOD
-
-
Constructor Summary
Constructors Constructor Description LuceneTestCaseRunner(Class<?> clazz)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<org.junit.runners.model.FrameworkMethod>
computeTestMethods()
protected void
runChild(org.junit.runners.model.FrameworkMethod arg0, org.junit.runner.notification.RunNotifier arg1)
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
-
-
-
Constructor Detail
-
LuceneTestCaseRunner
public LuceneTestCaseRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-
Method Detail
-
computeTestMethods
protected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
- Overrides:
computeTestMethods
in classorg.junit.runners.BlockJUnit4ClassRunner
-
runChild
protected void runChild(org.junit.runners.model.FrameworkMethod arg0, org.junit.runner.notification.RunNotifier arg1)
- Overrides:
runChild
in classorg.junit.runners.BlockJUnit4ClassRunner
-
-