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,
Properties providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream) |
Modifier and Type | Method and Description |
---|---|
File |
getBaseDir() |
DirectoryScannerParameters |
getDirScannerParams() |
List |
getExcludes() |
List |
getIncludes() |
Properties |
getProviderProperties() |
ReporterConfiguration |
getReporterConfiguration() |
RunOrderParameters |
getRunOrderParameters() |
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, Properties providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream)
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 Properties getProviderProperties()
public TypeEncodedValue getTestForFork()
public RunOrderParameters getRunOrderParameters()
public boolean isReadTestsFromInStream()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.