public interface ProviderParameters
Modifier and Type | Method and Description |
---|---|
ConsoleStream |
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.
|
List<CommandLineOption> |
getMainCliOptions() |
Map<String,String> |
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
|
Shutdown |
getShutdown() |
int |
getSkipAfterFailureCount() |
Integer |
getSystemExitTimeout() |
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.
|
boolean |
isInsideFork() |
@Deprecated DirectoryScanner getDirectoryScanner()
ScanResult getScanResult()
RunOrderCalculator getRunOrderCalculator()
ReporterFactory getReporterFactory()
ConsoleStream getConsoleLogger()
@Deprecated DirectoryScannerParameters getDirectoryScannerParameters()
ReporterConfiguration getReporterConfiguration()
TestRequest getTestRequest()
ClassLoader getTestClassLoader()
Map<String,String> getProviderProperties()
TestArtifactInfo getTestArtifactInfo()
List<CommandLineOption> getMainCliOptions()
int getSkipAfterFailureCount()
skipAfterFailureCount
in POM.boolean isInsideFork()
true
if test provider appears in forked jvm; Otherwise false
means
in-plugin provider.Shutdown getShutdown()
Integer getSystemExitTimeout()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.