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,
Properties providerProperties,
TypeEncodedValue typeEncodedTestSet) |
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-2012 Apache Software Foundation. All Rights Reserved.