Modifier and Type | Method and Description |
---|---|
private static java.lang.Thread |
ForkStarter.createCachableShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder,
Shutdown shutdownType) |
private static java.lang.Thread |
ForkStarter.createImmediateShutdownHookThread(TestLessInputStream.TestLessInputStreamBuilder builder,
Shutdown shutdownType) |
private static java.lang.Thread |
ForkStarter.createShutdownHookThread(java.lang.Iterable<TestProvidingInputStream> streams,
Shutdown shutdownType) |
Modifier and Type | Method and Description |
---|---|
void |
TestProvidingInputStream.shutdown(Shutdown shutdownType) |
void |
NotifiableTestStream.shutdown(Shutdown shutdownType) |
void |
TestLessInputStream.shutdown(Shutdown shutdownType) |
void |
TestLessInputStream.TestLessInputStreamBuilder.ImmediateCommands.shutdown(Shutdown shutdownType) |
void |
TestLessInputStream.TestLessInputStreamBuilder.CachableCommands.shutdown(Shutdown shutdownType) |
Modifier and Type | Field and Description |
---|---|
private Shutdown |
CommandReader.shutdown |
private Shutdown |
BaseProviderFactory.shutdown |
private Shutdown |
ProviderConfiguration.shutdown |
Modifier and Type | Method and Description |
---|---|
Shutdown |
BaseProviderFactory.getShutdown() |
Shutdown |
ProviderConfiguration.getShutdown() |
static Shutdown |
Shutdown.parameterOf(java.lang.String parameter) |
Shutdown |
Command.toShutdownData() |
static Shutdown |
Shutdown.valueOf(java.lang.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(java.lang.Object o,
Shutdown shutdown) |
CommandReader |
CommandReader.setShutdown(Shutdown shutdown) |
void |
ShutdownAware.setShutdown(Shutdown shutdown) |
void |
BaseProviderFactory.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,
java.util.Map<java.lang.String,java.lang.String> providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount,
Shutdown shutdown,
java.lang.Integer systemExitTimeout) |
Modifier and Type | Method and Description |
---|---|
Shutdown |
ProviderParameters.getShutdown() |