|
||||||||||
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(java.util.List suiteXmlFiles,
java.io.File testSourceDirectory,
java.lang.String requestedTest)
|
Method Summary | |
---|---|
java.lang.String |
getRequestedTest()
A specific test request issued with -Dtest= from the command line. |
java.util.List |
getSuiteXmlFiles()
Represents suitexmlfiles that define the test-run request |
java.io.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(java.util.List suiteXmlFiles, java.io.File testSourceDirectory, java.lang.String requestedTest)
Method Detail |
---|
public java.util.List getSuiteXmlFiles()
public java.io.File getTestSourceDirectory()
public java.lang.String getRequestedTest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |