org.apache.maven.surefire.booter
Class ProviderConfiguration
java.lang.Object
   org.apache.maven.surefire.booter.ProviderConfiguration
org.apache.maven.surefire.booter.ProviderConfiguration
- public class ProviderConfiguration 
- extends Object
Represents the surefire configuration that passes all the way into the provider
 classloader and the provider.
 
- Author:
- Jason van Zyl, Emmanuel Venisse, Kristian Rosenvold
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TESTS_SUCCEEDED_EXIT_CODE
public static final int TESTS_SUCCEEDED_EXIT_CODE
- See Also:
- Constant Field Values
TESTS_FAILED_EXIT_CODE
public static final int TESTS_FAILED_EXIT_CODE
- See Also:
- Constant Field Values
NO_TESTS_EXIT_CODE
public static final int NO_TESTS_EXIT_CODE
- See Also:
- Constant Field Values
ProviderConfiguration
public ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
                             RunOrderParameters runOrderParameters,
                             boolean failIfNoTests,
                             ReporterConfiguration reporterConfiguration,
                             TestArtifactInfo testArtifact,
                             TestRequest testSuiteDefinition,
                             Properties providerProperties,
                             TypeEncodedValue typeEncodedTestSet,
                             boolean readTestsFromInStream)
getReporterConfiguration
public ReporterConfiguration getReporterConfiguration()
- 
 
isFailIfNoTests
public Boolean isFailIfNoTests()
- 
 
getBaseDir
public File getBaseDir()
- 
 
getDirScannerParams
public DirectoryScannerParameters getDirScannerParams()
- 
 
getIncludes
public List getIncludes()
- 
 
getExcludes
public List getExcludes()
- 
 
getTestArtifact
public TestArtifactInfo getTestArtifact()
- 
 
getTestSuiteDefinition
public TestRequest getTestSuiteDefinition()
- 
 
getProviderProperties
public Properties getProviderProperties()
- 
 
getTestForFork
public TypeEncodedValue getTestForFork()
- 
 
getRunOrderParameters
public RunOrderParameters getRunOrderParameters()
- 
 
isReadTestsFromInStream
public boolean isReadTestsFromInStream()
- 
 
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.