Uses of Class
org.apache.maven.surefire.testset.TestRequest
-
Packages that use TestRequest Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.providerapi -
-
Uses of TestRequest in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return TestRequest Modifier and Type Method Description TestRequest
BaseProviderFactory. getTestRequest()
Methods in org.apache.maven.surefire.booter with parameters of type TestRequest Modifier and Type Method Description void
BaseProviderFactory. setTestRequest(TestRequest testRequest)
void
SurefireReflector. setTestSuiteDefinitionAware(java.lang.Object o, TestRequest testSuiteDefinition2)
-
Uses of TestRequest in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return TestRequest Modifier and Type Method Description TestRequest
ProviderParameters. getTestRequest()
Contains information about requested test suites or individual tests from the command line.
-