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 String
getOutput()
Deprecated.UserunTest(CPD.StatusCode, String...)
which returns the output.protected void
runCPD(String... args)
Deprecated.protected String
runTest(CPD.StatusCode expectedStatusCode, String... args)
void
setup()
void
teardown()
-
-
-
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)
-
-