Package | Description |
---|---|
net.sourceforge.pmd.testframework |
Modifier and Type | Method and Description |
---|---|
TestDescriptor[] |
RuleTst.extractTestsFromXml(Rule rule)
Extract a set of tests from an XML file.
|
TestDescriptor[] |
RuleTst.extractTestsFromXml(Rule rule,
String testsFileName) |
TestDescriptor[] |
RuleTst.extractTestsFromXml(Rule rule,
String testsFileName,
String baseDirectory)
Extract a set of tests from an XML file with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleTst.runTest(TestDescriptor test)
Run the rule on the given code, and check the expected number of violations.
|
void |
SimpleAggregatorTst.runTests(TestDescriptor[] tests)
Run a set of tests of a certain sourceType.
|
Copyright © 2002-2014 InfoEther. All Rights Reserved.