Uses of Class
net.sourceforge.pmd.testframework.RuleTst
-
Packages that use RuleTst Package Description net.sourceforge.pmd.testframework -
-
Uses of RuleTst in net.sourceforge.pmd.testframework
Subclasses of RuleTst in net.sourceforge.pmd.testframework Modifier and Type Class Description class
PmdRuleTst
class
SimpleAggregatorTst
Simple setup for a rule unit test, capable of testing multiple rules.Constructor parameters in net.sourceforge.pmd.testframework with type arguments of type RuleTst Constructor Description RuleTestRunner(Class<? extends RuleTst> testClass)
-