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