|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.surefire.testset.TestRequest
public class TestRequest
Information about the requested test.
Constructor Summary | |
---|---|
TestRequest(List suiteXmlFiles,
File testSourceDirectory,
String requestedTest)
|
|
TestRequest(List suiteXmlFiles,
File testSourceDirectory,
String requestedTest,
String requestedTestMethod)
|
Method Summary | |
---|---|
String |
getRequestedTest()
A specific test request issued with -Dtest= from the command line. |
String |
getRequestedTestMethod()
A specific test request method issued with -Dtest=class#method from the command line. |
List<File> |
getSuiteXmlFiles()
Represents suitexmlfiles that define the test-run request |
File |
getTestSourceDirectory()
Test source directory, normally ${project.build.testSourceDirectory} |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestRequest(List suiteXmlFiles, File testSourceDirectory, String requestedTest)
public TestRequest(List suiteXmlFiles, File testSourceDirectory, String requestedTest, String requestedTestMethod)
Method Detail |
---|
public List<File> getSuiteXmlFiles()
public File getTestSourceDirectory()
public String getRequestedTest()
public String getRequestedTestMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |