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 TestArtifactInfoProviderConfiguration. testArtifactprivate TestArtifactInfoBaseProviderFactory. testArtifactInfoMethods in org.apache.maven.surefire.booter that return TestArtifactInfo Modifier and Type Method Description TestArtifactInfoProviderConfiguration. getTestArtifact()TestArtifactInfoBaseProviderFactory. getTestArtifactInfo()Methods in org.apache.maven.surefire.booter with parameters of type TestArtifactInfo Modifier and Type Method Description private java.lang.ObjectSurefireReflector. createTestArtifactInfo(TestArtifactInfo testArtifactInfo)voidBaseProviderFactory. setTestArtifactInfo(TestArtifactInfo testArtifactInfo)(package private) voidSurefireReflector. setTestArtifactInfo(java.lang.Object o, TestArtifactInfo testArtifactInfo)voidTestArtifactInfoAware. setTestArtifactInfo(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, 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 TestArtifactInfoProviderParameters. getTestArtifactInfo()Artifact info about the artifact used to autodetect provider
-