Package | Description |
---|---|
org.apache.maven.plugin.failsafe |
Provides Mojo goals for running integration tests and subsequently failing the build in a safe way.
|
org.apache.maven.plugin.surefire | |
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.cli | |
org.apache.maven.surefire.providerapi | |
org.apache.maven.surefire.testng |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<CommandLineOption> |
VerifyMojo.cli |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<CommandLineOption> |
VerifyMojo.commandLineOptions() |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CommandLineOption> |
AbstractSurefireMojo.cli |
Modifier and Type | Method and Description |
---|---|
private java.util.List<CommandLineOption> |
AbstractSurefireMojo.commandLineOptions() |
static java.util.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(java.lang.CharSequence s,
org.apache.maven.plugin.logging.Log log,
java.util.Collection<CommandLineOption> cli) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CommandLineOption> |
ProviderConfiguration.mainCliOptions |
private java.util.List<CommandLineOption> |
BaseProviderFactory.mainCliOptions |
Modifier and Type | Method and Description |
---|---|
java.util.List<CommandLineOption> |
ProviderConfiguration.getMainCliOptions() |
java.util.List<CommandLineOption> |
BaseProviderFactory.getMainCliOptions() |
Modifier and Type | Method and Description |
---|---|
void |
MainCliOptionsAware.setMainCliOptions(java.util.List<CommandLineOption> mainCliOptions) |
void |
BaseProviderFactory.setMainCliOptions(java.util.List<CommandLineOption> mainCliOptions) |
void |
SurefireReflector.setMainCliOptions(java.lang.Object o,
java.util.List<CommandLineOption> options) |
Constructor and Description |
---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
RunOrderParameters runOrderParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
java.util.Map<java.lang.String,java.lang.String> providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount,
Shutdown shutdown) |
Modifier and Type | Method and Description |
---|---|
static CommandLineOption |
CommandLineOption.valueOf(java.lang.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 java.util.List<CommandLineOption> |
CommandLineOption.fromStrings(java.util.Collection<java.lang.String> elements) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
CommandLineOption.toStrings(java.util.Collection<CommandLineOption> options) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CommandLineOption> |
ProviderParameters.getMainCliOptions() |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CommandLineOption> |
TestNGProvider.mainCliOptions |
private java.util.List<CommandLineOption> |
TestNGDirectoryTestSuite.mainCliOptions |
Modifier and Type | Method and Description |
---|---|
private static boolean |
TestNGExecutor.isCliDebugOrShowErrors(java.util.List<CommandLineOption> mainCliOptions) |
(package private) static void |
TestNGExecutor.run(java.lang.Iterable<java.lang.Class<?>> testClasses,
java.lang.String testSourceDirectory,
java.util.Map<java.lang.String,java.lang.String> options,
RunListener reportManager,
java.io.File reportsDirectory,
TestListResolver methodFilter,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount) |
Constructor and Description |
---|
TestNGDirectoryTestSuite(java.lang.String testSourceDirectory,
java.util.Map<java.lang.String,java.lang.String> confOptions,
java.io.File reportsDirectory,
TestListResolver methodFilter,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount) |