forked from phoedos/pmd
[apex] Convert rule test ApexDoc
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.apex.rule.documentation;
|
||||
|
||||
import net.sourceforge.pmd.testframework.PmdRuleTst;
|
||||
|
||||
public class ApexDocTest extends PmdRuleTst {
|
||||
// no additional unit tests
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
/**
|
||||
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
|
||||
*/
|
||||
|
||||
package net.sourceforge.pmd.lang.apex.rule.documentation;
|
||||
|
||||
import net.sourceforge.pmd.testframework.SimpleAggregatorTst;
|
||||
|
||||
public class DocumentationRulesTest extends SimpleAggregatorTst {
|
||||
|
||||
private static final String RULESET = "category/apex/documentation.xml";
|
||||
|
||||
@Override
|
||||
public void setUp() {
|
||||
addRule(RULESET, "ApexDoc");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user