Package net.sourceforge.pmd.cli
Class BaseCPDCLITest
- java.lang.Object
-
- net.sourceforge.pmd.cli.BaseCPDCLITest
-
public abstract class BaseCPDCLITest extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseCPDCLITest()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetOutput()Deprecated.UserunTest(CPD.StatusCode, String...)which returns the output.protected voidrunCPD(String... args)Deprecated.protected StringrunTest(CPD.StatusCode expectedStatusCode, String... args)voidsetup()voidteardown()
-
-
-
Method Detail
-
setup
public void setup() throws UnsupportedEncodingException- Throws:
UnsupportedEncodingException
-
teardown
public void teardown()
-
getOutput
@Deprecated public final String getOutput()
Deprecated.UserunTest(CPD.StatusCode, String...)which returns the output.
-
runCPD
@Deprecated protected void runCPD(String... args)
Deprecated.
-
runTest
protected String runTest(CPD.StatusCode expectedStatusCode, String... args)
-
-