Uses of Class
org.apache.maven.surefire.testset.TestArtifactInfo
-
Packages that use TestArtifactInfo Package Description org.apache.maven.surefire.booter org.apache.maven.surefire.providerapi -
-
Uses of TestArtifactInfo in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as TestArtifactInfo Modifier and Type Field Description private TestArtifactInfo
ProviderConfiguration. testArtifact
private TestArtifactInfo
BaseProviderFactory. testArtifactInfo
Methods in org.apache.maven.surefire.booter that return TestArtifactInfo Modifier and Type Method Description TestArtifactInfo
ProviderConfiguration. getTestArtifact()
TestArtifactInfo
BaseProviderFactory. getTestArtifactInfo()
Methods in org.apache.maven.surefire.booter with parameters of type TestArtifactInfo Modifier and Type Method Description private java.lang.Object
SurefireReflector. createTestArtifactInfo(TestArtifactInfo testArtifactInfo)
void
BaseProviderFactory. setTestArtifactInfo(TestArtifactInfo testArtifactInfo)
(package private) void
SurefireReflector. setTestArtifactInfo(java.lang.Object o, TestArtifactInfo testArtifactInfo)
void
TestArtifactInfoAware. setTestArtifactInfo(TestArtifactInfo testArtifactInfo)
void
SurefireReflector. setTestArtifactInfoAware(java.lang.Object o, TestArtifactInfo testArtifactInfo1)
Constructors in org.apache.maven.surefire.booter with parameters of type TestArtifactInfo Constructor 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)
-
Uses of TestArtifactInfo in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return TestArtifactInfo Modifier and Type Method Description TestArtifactInfo
ProviderParameters. getTestArtifactInfo()
Artifact info about the artifact used to autodetect provider
-