net.sourceforge.pmd.cli
Class PMDCommandLineInterfaceTest

java.lang.Object
  extended by net.sourceforge.pmd.cli.PMDCommandLineInterfaceTest

public class PMDCommandLineInterfaceTest
extends Object

Unit test for PMDCommandLineInterface


Field Summary
 org.junit.contrib.java.lang.system.ExpectedSystemExit exit
           
 org.junit.contrib.java.lang.system.RestoreSystemProperties restoreSystemProperties
           
 
Constructor Summary
PMDCommandLineInterfaceTest()
           
 
Method Summary
 void clearSystemProperties()
           
 void testMultipleProperties()
           
 void testProperties()
           
 void testSetStatusCodeOrExit_DoExit()
           
 void testSetStatusCodeOrExit_SetStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exit

public final org.junit.contrib.java.lang.system.ExpectedSystemExit exit

restoreSystemProperties

public final org.junit.contrib.java.lang.system.RestoreSystemProperties restoreSystemProperties
Constructor Detail

PMDCommandLineInterfaceTest

public PMDCommandLineInterfaceTest()
Method Detail

clearSystemProperties

public void clearSystemProperties()

testProperties

public void testProperties()

testMultipleProperties

public void testMultipleProperties()

testSetStatusCodeOrExit_DoExit

public void testSetStatusCodeOrExit_DoExit()

testSetStatusCodeOrExit_SetStatus

public void testSetStatusCodeOrExit_SetStatus()


Copyright © 2002–2015 InfoEther. All rights reserved.