public class ProviderConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TESTS_SUCCEEDED_EXIT_CODE |
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 |
---|---|
File |
getBaseDir() |
DirectoryScannerParameters |
getDirScannerParams() |
List |
getExcludes() |
List |
getIncludes() |
List<CommandLineOption> |
getMainCliOptions() |
Map<String,String> |
getProviderProperties() |
ReporterConfiguration |
getReporterConfiguration() |
RunOrderParameters |
getRunOrderParameters() |
Shutdown |
getShutdown() |
int |
getSkipAfterFailureCount() |
TestArtifactInfo |
getTestArtifact() |
TypeEncodedValue |
getTestForFork() |
TestRequest |
getTestSuiteDefinition() |
boolean |
isFailIfNoTests() |
boolean |
isReadTestsFromInStream() |
public static final int TESTS_SUCCEEDED_EXIT_CODE
public 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)
public ReporterConfiguration getReporterConfiguration()
public boolean isFailIfNoTests()
public File getBaseDir()
public DirectoryScannerParameters getDirScannerParams()
public List getIncludes()
public List getExcludes()
public TestArtifactInfo getTestArtifact()
public TestRequest getTestSuiteDefinition()
public TypeEncodedValue getTestForFork()
public RunOrderParameters getRunOrderParameters()
public boolean isReadTestsFromInStream()
public List<CommandLineOption> getMainCliOptions()
public int getSkipAfterFailureCount()
public Shutdown getShutdown()
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.