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