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