Uses of Class
net.sourceforge.pmd.testframework.TestDescriptor
-
Packages that use TestDescriptor Package Description net.sourceforge.pmd.testframework -
-
Uses of TestDescriptor in net.sourceforge.pmd.testframework
Methods in net.sourceforge.pmd.testframework that return TestDescriptor Modifier and Type Method Description TestDescriptor[]RuleTst. extractTestsFromXml(Rule rule)Deprecated.TestDescriptor[]RuleTst. extractTestsFromXml(Rule rule, String testsFileName)Deprecated.TestDescriptor[]RuleTst. extractTestsFromXml(Rule rule, String testsFileName, String baseDirectory)Deprecated.Methods in net.sourceforge.pmd.testframework that return types with arguments of type TestDescriptor Modifier and Type Method Description protected List<TestDescriptor>RuleTestRunner. getChildren()Methods in net.sourceforge.pmd.testframework with parameters of type TestDescriptor Modifier and Type Method Description protected org.junit.runner.DescriptionRuleTestRunner. describeChild(TestDescriptor testCase)protected booleanRuleTestRunner. isIgnored(TestDescriptor child)protected voidRuleTestRunner. runChild(TestDescriptor testCase, org.junit.runner.notification.RunNotifier notifier)voidRuleTst. runTest(TestDescriptor test)Deprecated.voidRuleTst. runTestFromString(TestDescriptor test, Rule rule, Report report)Deprecated.voidRuleTst. runTests(TestDescriptor[] tests)Deprecated.
-