Package org.apache.maven.surefire.booter
Class ProviderConfiguration
java.lang.Object
org.apache.maven.surefire.booter.ProviderConfiguration
Represents the surefire configuration that passes all the way into the provider
classloader and the provider.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DirectoryScannerParameters
private final TypeEncodedValue
private final List<CommandLineOption>
private final boolean
private final ReporterConfiguration
private final RunOrderParameters
private final Shutdown
private final int
private final Integer
private final TestArtifactInfo
private final TestRequest
-
Constructor Summary
ConstructorsConstructorDescriptionProviderConfiguration
(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout) -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.int
boolean
long
systemExitTimeout
(long fallback)
-
Field Details
-
dirScannerParams
-
reporterConfiguration
-
testArtifact
-
testSuiteDefinition
-
runOrderParameters
-
providerProperties
-
forkTestSet
-
readTestsFromInStream
private final boolean readTestsFromInStream -
mainCliOptions
-
skipAfterFailureCount
private final int skipAfterFailureCount -
shutdown
-
systemExitTimeout
-
-
Constructor Details
-
ProviderConfiguration
public ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout)
-
-
Method Details
-
getReporterConfiguration
-
getBaseDir
-
getDirScannerParams
-
getIncludes
Deprecated. -
getExcludes
Deprecated. -
getTestArtifact
-
getTestSuiteDefinition
-
getProviderProperties
-
getTestForFork
-
getRunOrderParameters
-
isReadTestsFromInStream
public boolean isReadTestsFromInStream() -
getMainCliOptions
-
getSkipAfterFailureCount
public int getSkipAfterFailureCount() -
getShutdown
-
getSystemExitTimeout
-
systemExitTimeout
public long systemExitTimeout(long fallback)
-