net.sourceforge.pmd.lang.java.rule.strings
Class AvoidDuplicateLiteralsRuleTest

java.lang.Object
  extended by net.sourceforge.pmd.testframework.RuleTst
      extended by net.sourceforge.pmd.testframework.SimpleAggregatorTst
          extended by net.sourceforge.pmd.lang.java.rule.strings.AvoidDuplicateLiteralsRuleTest

public class AvoidDuplicateLiteralsRuleTest
extends net.sourceforge.pmd.testframework.SimpleAggregatorTst


Constructor Summary
AvoidDuplicateLiteralsRuleTest()
           
 
Method Summary
 void testAll()
           
 void testStringParserEmptyString()
           
 void testStringParserEscapedChar()
           
 void testStringParserEscapedEscapedChar()
           
 void testStringParserSimple()
           
 
Methods inherited from class net.sourceforge.pmd.testframework.SimpleAggregatorTst
addRule, getRules, runTests, runTests, runTests, setUp
 
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
 

Constructor Detail

AvoidDuplicateLiteralsRuleTest

public AvoidDuplicateLiteralsRuleTest()
Method Detail

testAll

public void testAll()

testStringParserEmptyString

public void testStringParserEmptyString()

testStringParserSimple

public void testStringParserSimple()

testStringParserEscapedChar

public void testStringParserEscapedChar()

testStringParserEscapedEscapedChar

public void testStringParserEscapedEscapedChar()


Copyright © 2002–2015 InfoEther. All rights reserved.