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.
- Author:
- Jason van Zyl, Emmanuel Venisse, Kristian Rosenvold
-
Constructor Summary
ConstructorsConstructorDescriptionProviderConfiguration
(org.apache.maven.surefire.testset.DirectoryScannerParameters directoryScannerParameters, org.apache.maven.surefire.testset.RunOrderParameters runOrderParameters, boolean failIfNoTests, org.apache.maven.surefire.report.ReporterConfiguration reporterConfiguration, org.apache.maven.surefire.testset.TestArtifactInfo testArtifact, org.apache.maven.surefire.testset.TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<org.apache.maven.surefire.cli.CommandLineOption> mainCliOptions, int skipAfterFailureCount, org.apache.maven.surefire.booter.Shutdown shutdown, Integer systemExitTimeout) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.surefire.testset.DirectoryScannerParameters
Deprecated.Deprecated.List
<org.apache.maven.surefire.cli.CommandLineOption> org.apache.maven.surefire.report.ReporterConfiguration
org.apache.maven.surefire.testset.RunOrderParameters
org.apache.maven.surefire.booter.Shutdown
int
org.apache.maven.surefire.testset.TestArtifactInfo
org.apache.maven.surefire.testset.TestRequest
boolean
boolean
long
systemExitTimeout
(long fallback)
-
Constructor Details
-
ProviderConfiguration
public ProviderConfiguration(org.apache.maven.surefire.testset.DirectoryScannerParameters directoryScannerParameters, org.apache.maven.surefire.testset.RunOrderParameters runOrderParameters, boolean failIfNoTests, org.apache.maven.surefire.report.ReporterConfiguration reporterConfiguration, org.apache.maven.surefire.testset.TestArtifactInfo testArtifact, org.apache.maven.surefire.testset.TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<org.apache.maven.surefire.cli.CommandLineOption> mainCliOptions, int skipAfterFailureCount, org.apache.maven.surefire.booter.Shutdown shutdown, Integer systemExitTimeout)
-
-
Method Details
-
getReporterConfiguration
public org.apache.maven.surefire.report.ReporterConfiguration getReporterConfiguration() -
isFailIfNoTests
public boolean isFailIfNoTests() -
getBaseDir
-
getDirScannerParams
public org.apache.maven.surefire.testset.DirectoryScannerParameters getDirScannerParams() -
getIncludes
Deprecated. -
getExcludes
Deprecated. -
getTestArtifact
public org.apache.maven.surefire.testset.TestArtifactInfo getTestArtifact() -
getTestSuiteDefinition
public org.apache.maven.surefire.testset.TestRequest getTestSuiteDefinition() -
getProviderProperties
-
getTestForFork
-
getRunOrderParameters
public org.apache.maven.surefire.testset.RunOrderParameters getRunOrderParameters() -
isReadTestsFromInStream
public boolean isReadTestsFromInStream() -
getMainCliOptions
-
getSkipAfterFailureCount
public int getSkipAfterFailureCount() -
getShutdown
public org.apache.maven.surefire.booter.Shutdown getShutdown() -
getSystemExitTimeout
-
systemExitTimeout
public long systemExitTimeout(long fallback)
-