org.junit.runner.Describable, org.junit.runner.manipulation.Filterable, org.junit.runner.manipulation.Sortablepublic class RuleTestRunner extends org.junit.runners.ParentRunner<TestDescriptor>
| Constructor | Description |
|---|---|
RuleTestRunner(java.lang.Class<? extends SimpleAggregatorTst> testClass) |
| Modifier and Type | Method | Description |
|---|---|---|
protected org.junit.runner.Description |
describeChild(TestDescriptor testCase) |
|
protected java.util.List<TestDescriptor> |
getChildren() |
|
boolean |
hasUnitTests() |
Checks whether this test class has additionally unit test methods.
|
protected boolean |
isIgnored(TestDescriptor child) |
|
protected void |
runChild(TestDescriptor testCase,
org.junit.runner.notification.RunNotifier notifier) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchildrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic RuleTestRunner(java.lang.Class<? extends SimpleAggregatorTst> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected org.junit.runner.Description describeChild(TestDescriptor testCase)
describeChild in class org.junit.runners.ParentRunner<TestDescriptor>public boolean hasUnitTests()
protected java.util.List<TestDescriptor> getChildren()
getChildren in class org.junit.runners.ParentRunner<TestDescriptor>protected void runChild(TestDescriptor testCase, org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<TestDescriptor>protected boolean isIgnored(TestDescriptor child)
isIgnored in class org.junit.runners.ParentRunner<TestDescriptor>Copyright © 2002–2018 PMD. All rights reserved.