public interface ProviderParameters
Modifier and Type | Method and Description |
---|---|
ConsoleLogger |
getConsoleLogger()
Gets a logger intended for console output.
|
DirectoryScanner |
getDirectoryScanner()
Deprecated.
Use scanresult instead, as of version 2.12.2. Will be removed in next major version.
|
DirectoryScannerParameters |
getDirectoryScannerParameters()
Deprecated.
Use scanresult instead, as of version 2.12.2. Will be removed in next major version.
|
Properties |
getProviderProperties()
The per-provider specific properties that may come all the way from the plugin's properties setting.
|
ReporterConfiguration |
getReporterConfiguration()
The raw parameters used in creating the ReporterManagerFactory
|
ReporterFactory |
getReporterFactory()
Provides features for creating reporting objects
|
RunOrderCalculator |
getRunOrderCalculator()
Provides a service to calculate run order of tests.
|
ScanResult |
getScanResult()
Provides the result of the directory scan performed in the plugin
|
TestArtifactInfo |
getTestArtifactInfo()
Artifact info about the artifact used to autodetect provider
|
ClassLoader |
getTestClassLoader()
The class loader for the tests
|
TestRequest |
getTestRequest()
Contains information about requested test suites or individual tests from the command line.
|
DirectoryScanner getDirectoryScanner()
ScanResult getScanResult()
RunOrderCalculator getRunOrderCalculator()
ReporterFactory getReporterFactory()
ConsoleLogger getConsoleLogger()
DirectoryScannerParameters getDirectoryScannerParameters()
ReporterConfiguration getReporterConfiguration()
TestRequest getTestRequest()
ClassLoader getTestClassLoader()
Properties getProviderProperties()
TestArtifactInfo getTestArtifactInfo()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.