| Package | Description |
|---|---|
| org.apache.maven.surefire.booter | |
| org.apache.maven.surefire.providerapi |
| Modifier and Type | Method and Description |
|---|---|
DirectoryScannerParameters |
BaseProviderFactory.getDirectoryScannerParameters() |
DirectoryScannerParameters |
ProviderConfiguration.getDirScannerParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProviderFactory.setDirectoryScannerParameters(DirectoryScannerParameters directoryScannerParameters) |
void |
SurefireReflector.setDirectoryScannerParameters(Object o,
DirectoryScannerParameters dirScannerParams) |
void |
SurefireReflector.setIfDirScannerAware(Object o,
DirectoryScannerParameters dirScannerParams) |
| Constructor and Description |
|---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
RunOrderParameters runOrderParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
Map<String,String> providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream,
List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount,
Shutdown shutdown) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryScannerParameters |
ProviderParameters.getDirectoryScannerParameters()
Deprecated.
Use scanresult instead, as of version 2.12.2. Will be removed in next major version.
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.