Package | Description |
---|---|
org.apache.maven.surefire.booter |
Modifier and Type | Field and Description |
---|---|
private TypeEncodedValue |
ProviderConfiguration.forkTestSet |
Modifier and Type | Method and Description |
---|---|
TypeEncodedValue |
ProviderConfiguration.getTestForFork() |
TypeEncodedValue |
PropertiesWrapper.getTypeEncodedValue(java.lang.String key)
Retrieves as single object that is persisted with type encoding
|
Constructor and Description |
---|
ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters,
RunOrderParameters runOrderParameters,
boolean failIfNoTests,
ReporterConfiguration reporterConfiguration,
TestArtifactInfo testArtifact,
TestRequest testSuiteDefinition,
java.util.Map<java.lang.String,java.lang.String> providerProperties,
TypeEncodedValue typeEncodedTestSet,
boolean readTestsFromInStream,
java.util.List<CommandLineOption> mainCliOptions,
int skipAfterFailureCount,
Shutdown shutdown) |