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 TestArtifactInfoBaseProviderFactory. testArtifactInfoMethods 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 -
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 TestArtifactInfoProviderConfiguration. testArtifactMethods in org.apache.maven.surefire.booter that return TestArtifactInfo Modifier and Type Method Description TestArtifactInfoProviderConfiguration. getTestArtifact()Methods in org.apache.maven.surefire.booter with parameters of type TestArtifactInfo Modifier and Type Method Description private java.lang.ObjectSurefireReflector. createTestArtifactInfo(TestArtifactInfo testArtifactInfo)(package private) voidSurefireReflector. setTestArtifactInfo(java.lang.Object o, TestArtifactInfo testArtifactInfo)voidSurefireReflector. 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)
-