Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.cli | |
org.apache.maven.surefire.providerapi |
Modifier and Type | Method and Description |
---|---|
static List<CommandLineOption> |
SurefireHelper.commandLineOptions(org.apache.maven.execution.MavenSession session,
org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
static void |
SurefireHelper.logDebugOrCliShowErrors(CharSequence s,
org.apache.maven.plugin.logging.Log log,
Collection<CommandLineOption> cli) |
Modifier and Type | Method and Description |
---|---|
List<CommandLineOption> |
ProviderConfiguration.getMainCliOptions() |
List<CommandLineOption> |
BaseProviderFactory.getMainCliOptions() |
Modifier and Type | Method and Description |
---|---|
void |
BaseProviderFactory.setMainCliOptions(List<CommandLineOption> mainCliOptions) |
void |
SurefireReflector.setMainCliOptions(Object o,
List<CommandLineOption> options) |
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 |
---|---|
static CommandLineOption |
CommandLineOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineOption[] |
CommandLineOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<CommandLineOption> |
CommandLineOption.fromStrings(Collection<String> elements) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
CommandLineOption.toStrings(Collection<CommandLineOption> options) |
Modifier and Type | Method and Description |
---|---|
List<CommandLineOption> |
ProviderParameters.getMainCliOptions() |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.