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
Methods in org.apache.maven.surefire.booter that return TestArtifactInfo Modifier and Type Method Description TestArtifactInfoBaseProviderFactory. getTestArtifactInfo()Methods in org.apache.maven.surefire.booter with parameters of type TestArtifactInfo Modifier and Type Method Description voidBaseProviderFactory. setTestArtifactInfo(TestArtifactInfo testArtifactInfo)voidSurefireReflector. setTestArtifactInfoAware(java.lang.Object o, TestArtifactInfo testArtifactInfo1) -
Uses of TestArtifactInfo in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return TestArtifactInfo Modifier and Type Method Description TestArtifactInfoProviderParameters. getTestArtifactInfo()Artifact info about the artifact used to autodetect provider
-