Package | Description |
---|---|
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.providerapi |
Modifier and Type | Field and Description |
---|---|
private TestArtifactInfo |
ProviderConfiguration.testArtifact |
private TestArtifactInfo |
BaseProviderFactory.testArtifactInfo |
Modifier and Type | Method and Description |
---|---|
TestArtifactInfo |
ProviderConfiguration.getTestArtifact() |
TestArtifactInfo |
BaseProviderFactory.getTestArtifactInfo() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.Object |
SurefireReflector.createTestArtifactInfo(TestArtifactInfo testArtifactInfo) |
(package private) void |
SurefireReflector.setTestArtifactInfo(java.lang.Object o,
TestArtifactInfo testArtifactInfo) |
void |
BaseProviderFactory.setTestArtifactInfo(TestArtifactInfo testArtifactInfo) |
void |
TestArtifactInfoAware.setTestArtifactInfo(TestArtifactInfo testArtifactInfo) |
void |
SurefireReflector.setTestArtifactInfoAware(java.lang.Object o,
TestArtifactInfo testArtifactInfo1) |
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,
java.lang.Integer systemExitTimeout) |
Modifier and Type | Method and Description |
---|---|
TestArtifactInfo |
ProviderParameters.getTestArtifactInfo()
Artifact info about the artifact used to autodetect provider
|