| Package | Description |
|---|---|
| org.apache.maven.surefire.booter | |
| org.apache.maven.surefire.providerapi |
| Modifier and Type | Method and Description |
|---|---|
TestRequest |
BaseProviderFactory.getTestRequest() |
TestRequest |
ProviderConfiguration.getTestSuiteDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProviderFactory.setTestRequest(TestRequest testRequest) |
void |
SurefireReflector.setTestSuiteDefinitionAware(java.lang.Object o,
TestRequest testSuiteDefinition2) |
| Constructor and Description |
|---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
java.util.Properties providerProperties,
java.lang.Object forkTestSet) |
| Modifier and Type | Method and Description |
|---|---|
TestRequest |
ProviderParameters.getTestRequest()
Contains information about requested test suites or individual tests from the command line.
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.