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,
Properties providerProperties,
TypeEncodedValue typeEncodedTestSet) |
Modifier and Type | Method and Description |
---|---|
TestArtifactInfo |
ProviderParameters.getTestArtifactInfo()
Artifact info about the artifact used to autodetect provider
|
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.