Package 

Class AbstractMetricTestRule

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.rule.Rule , net.sourceforge.pmd.properties.PropertySource

    
    public abstract class AbstractMetricTestRule<N extends Number, Comparable<N>>
    extends AbstractRule
                        

    Abstract test rule for a metric. Tests of metrics use the standard framework for rule testing, using one dummy rule per metric. Default parameters can be overridden by overriding the protected methods of this class.