public interface ProviderParameters
Modifier and Type | Method and Description |
---|---|
ConsoleLogger |
getConsoleLogger()
Gets a logger intended for console output.
|
DirectoryScanner |
getDirectoryScanner()
Provides a directory scanner that enforces the includes/excludes parameters that were passed to surefire.
|
DirectoryScannerParameters |
getDirectoryScannerParameters()
The raw parameters used in creating the directory scanner
|
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
|
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()
ReporterFactory getReporterFactory()
ConsoleLogger getConsoleLogger()
DirectoryScannerParameters getDirectoryScannerParameters()
ReporterConfiguration getReporterConfiguration()
TestRequest getTestRequest()
ClassLoader getTestClassLoader()
Properties getProviderProperties()
TestArtifactInfo getTestArtifactInfo()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.