| java.lang.Object test.net.sourceforge.pmd.testframework.TestDescriptor
TestDescriptor | public class TestDescriptor (Code) | | Stores the information required to run a complete test.
|
TestDescriptor | public TestDescriptor(String code, String description, int numberOfProblemsExpected, Rule rule)(Code) | | |
getNumberOfProblemsExpected | public int getNumberOfProblemsExpected()(Code) | | |
getReinitializeRule | public boolean getReinitializeRule()(Code) | | |
inRegressionTestMode | public static boolean inRegressionTestMode()(Code) | | Checks whether we are testing for regression problems only.
Return value is based on the system property "pmd.regress".
true if system property "pmd.regress" is set to true , false otherwise |
isRegressionTest | public boolean isRegressionTest()(Code) | | |
setRegressionTest | public void setRegressionTest(boolean isRegressionTest)(Code) | | |
setReinitializeRule | public void setReinitializeRule(boolean reinitializeRule)(Code) | | |
|
|