net.sourceforge.pmd.lang.java
Class SuppressWarningsTest
java.lang.Object
net.sourceforge.pmd.testframework.RuleTst
net.sourceforge.pmd.lang.java.SuppressWarningsTest
public class SuppressWarningsTest
- extends net.sourceforge.pmd.testframework.RuleTst
Methods inherited from class net.sourceforge.pmd.testframework.RuleTst |
extractTestsFromXml, extractTestsFromXml, extractTestsFromXml, findRule, getCleanRuleName, runTest, runTestFromString, runTestFromString, runTestFromString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuppressWarningsTest
public SuppressWarningsTest()
testClassLevelSuppression
public void testClassLevelSuppression()
throws Throwable
- Throws:
Throwable
testInheritedSuppression
public void testInheritedSuppression()
throws Throwable
- Throws:
Throwable
testMethodLevelSuppression
public void testMethodLevelSuppression()
throws Throwable
- Throws:
Throwable
testConstructorLevelSuppression
public void testConstructorLevelSuppression()
throws Throwable
- Throws:
Throwable
testFieldLevelSuppression
public void testFieldLevelSuppression()
throws Throwable
- Throws:
Throwable
testParameterLevelSuppression
public void testParameterLevelSuppression()
throws Throwable
- Throws:
Throwable
testLocalVariableLevelSuppression
public void testLocalVariableLevelSuppression()
throws Throwable
- Throws:
Throwable
testSpecificSuppression
public void testSpecificSuppression()
throws Throwable
- Throws:
Throwable
testSpecificSuppressionValue1
public void testSpecificSuppressionValue1()
throws Throwable
- Throws:
Throwable
testSpecificSuppressionValue2
public void testSpecificSuppressionValue2()
throws Throwable
- Throws:
Throwable
testSpecificSuppressionValue3
public void testSpecificSuppressionValue3()
throws Throwable
- Throws:
Throwable
testSpecificSuppressionMulitpleValues1
public void testSpecificSuppressionMulitpleValues1()
throws Throwable
- Throws:
Throwable
testSpecificSuppressionMulitpleValues2
public void testSpecificSuppressionMulitpleValues2()
throws Throwable
- Throws:
Throwable
testNoSuppressionBlank
public void testNoSuppressionBlank()
throws Throwable
- Throws:
Throwable
testNoSuppressionSomethingElseS
public void testNoSuppressionSomethingElseS()
throws Throwable
- Throws:
Throwable
testSuppressAll
public void testSuppressAll()
throws Throwable
- Throws:
Throwable
testSpecificSuppressionAtTopLevel
public void testSpecificSuppressionAtTopLevel()
throws Throwable
- Throws:
Throwable
suite
public static junit.framework.Test suite()
Copyright © 2002–2015 InfoEther. All rights reserved.