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 -
-
Uses of TestArtifactInfo in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter that return TestArtifactInfo Modifier and Type Method Description TestArtifactInfoBaseProviderFactory. getTestArtifactInfo()Methods in org.apache.maven.surefire.api.booter with parameters of type TestArtifactInfo Modifier and Type Method Description voidBaseProviderFactory. 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 TestArtifactInfoProviderParameters. getTestArtifactInfo()Artifact info about the artifact used to autodetect provider
-