| Package | Description |
|---|---|
| org.apache.maven.surefire.booter | |
| org.apache.maven.surefire.providerapi |
| Modifier and Type | Method and Description |
|---|---|
TestArtifactInfo |
ProviderConfiguration.getTestArtifact() |
TestArtifactInfo |
BaseProviderFactory.getTestArtifactInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseProviderFactory.setTestArtifactInfo(TestArtifactInfo testArtifactInfo) |
void |
SurefireReflector.setTestArtifactInfoAware(Object o,
TestArtifactInfo testArtifactInfo1) |
| 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 |
|---|---|
TestArtifactInfo |
ProviderParameters.getTestArtifactInfo()
Artifact info about the artifact used to autodetect provider
|
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.