net.sourceforge.pmd.cli
Class CLITest

java.lang.Object
  extended by net.sourceforge.pmd.cli.BaseCLITest
      extended by net.sourceforge.pmd.cli.CLITest

public class CLITest
extends BaseCLITest

Author:
Romain Pelisse

Field Summary
 
Fields inherited from class net.sourceforge.pmd.cli.BaseCLITest
originalErr, originalOut, SOURCE_FOLDER, TEST_OUPUT_DIRECTORY
 
Constructor Summary
CLITest()
           
 
Method Summary
 void changeJavaVersion()
           
 void exitStatusNoViolations()
           
 void exitStatusWithViolations()
           
 void minimalArgs()
           
 void minimumPriority()
           
 void testWrongRulename()
          See https://sourceforge.net/p/pmd/bugs/1231/
 void testWrongRuleset()
          See https://sourceforge.net/p/pmd/bugs/1231/
 void testWrongRulesetWithRulename()
          See https://sourceforge.net/p/pmd/bugs/1231/
 void usingDebug()
           
 
Methods inherited from class net.sourceforge.pmd.cli.BaseCLITest
checkStatusCode, createTestOutputFile, getStatusCode, runPMDWith, runTest, runTest, setup, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLITest

public CLITest()
Method Detail

minimalArgs

public void minimalArgs()

minimumPriority

public void minimumPriority()

usingDebug

public void usingDebug()

changeJavaVersion

public void changeJavaVersion()

exitStatusNoViolations

public void exitStatusNoViolations()

exitStatusWithViolations

public void exitStatusWithViolations()

testWrongRuleset

public void testWrongRuleset()
                      throws Exception
See https://sourceforge.net/p/pmd/bugs/1231/

Throws:
Exception

testWrongRulesetWithRulename

public void testWrongRulesetWithRulename()
                                  throws Exception
See https://sourceforge.net/p/pmd/bugs/1231/

Throws:
Exception

testWrongRulename

public void testWrongRulename()
                       throws Exception
See https://sourceforge.net/p/pmd/bugs/1231/

Throws:
Exception


Copyright © 2002–2015 InfoEther. All rights reserved.