Package | Description |
---|---|
org.apache.maven.plugin.surefire.booterclient.lazytestprovider | |
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.providerapi |
Modifier and Type | Method and Description |
---|---|
void |
NotifiableTestStream.shutdown(Shutdown shutdownType) |
void |
TestLessInputStream.shutdown(Shutdown shutdownType) |
void |
TestProvidingInputStream.shutdown(Shutdown shutdownType) |
Modifier and Type | Method and Description |
---|---|
Shutdown |
ProviderConfiguration.getShutdown() |
Shutdown |
BaseProviderFactory.getShutdown() |
static Shutdown |
Shutdown.parameterOf(String parameter) |
Shutdown |
Command.toShutdownData() |
static Shutdown |
Shutdown.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Shutdown[] |
Shutdown.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SurefireReflector.setShutdown(Object o,
Shutdown shutdown) |
CommandReader |
CommandReader.setShutdown(Shutdown shutdown) |
void |
BaseProviderFactory.setShutdown(Shutdown shutdown) |
void |
ShutdownAware.setShutdown(Shutdown shutdown) |
static Command |
Command.toShutdown(Shutdown shutdownType) |
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 |
---|---|
Shutdown |
ProviderParameters.getShutdown() |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.