public class RuleTestRunner extends org.junit.runners.ParentRunner<TestDescriptor>
Constructor and Description |
---|
RuleTestRunner(java.lang.Class<? extends SimpleAggregatorTst> testClass) |
Modifier and Type | Method and 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) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
public RuleTestRunner(java.lang.Class<? extends SimpleAggregatorTst> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected 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–2017 PMD. All rights reserved.