Class PmdRuleTst


  • public class PmdRuleTst
    extends RuleTst
    • Constructor Detail

      • PmdRuleTst

        public PmdRuleTst()
    • Method Detail

      • setUp

        protected void setUp()
        Overrides:
        setUp in class RuleTst
      • getRules

        protected List<net.sourceforge.pmd.lang.rule.Rule> getRules()
        Description copied from class: RuleTst
        Return the rules that will be tested. Each rule must have a corresponding XML file containing a test collection. Test collections for all these rules are run separately.
        Overrides:
        getRules in class RuleTst