Uses of Class
net.sourceforge.pmd.lang.apex.rule.AbstractApexUnitTestRule
-
Packages that use AbstractApexUnitTestRule Package Description net.sourceforge.pmd.lang.apex.rule.bestpractices -
-
Uses of AbstractApexUnitTestRule in net.sourceforge.pmd.lang.apex.rule.bestpractices
Subclasses of AbstractApexUnitTestRule in net.sourceforge.pmd.lang.apex.rule.bestpractices Modifier and Type Class Description classApexAssertionsShouldIncludeMessageRuleclassApexUnitTestClassShouldHaveAssertsRuleApex unit tests should have System.assert methods in themclassApexUnitTestMethodShouldHaveIsTestAnnotationRuleclassApexUnitTestShouldNotUseSeeAllDataTrueRuleIt's a very bad practice to use @isTest(seeAllData=true) in Apex unit tests, because it opens up the existing database data for unexpected modification by tests.
-