Uses of Class
org.apache.maven.surefire.testset.TestArtifactInfo
Packages that use TestArtifactInfo
-
Uses of TestArtifactInfo in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as TestArtifactInfoModifier and TypeFieldDescriptionprivate final TestArtifactInfoProviderConfiguration.testArtifactprivate TestArtifactInfoBaseProviderFactory.testArtifactInfoMethods in org.apache.maven.surefire.booter that return TestArtifactInfoModifier and TypeMethodDescriptionProviderConfiguration.getTestArtifact()BaseProviderFactory.getTestArtifactInfo()Methods in org.apache.maven.surefire.booter with parameters of type TestArtifactInfoModifier and TypeMethodDescriptionprivate ObjectSurefireReflector.createTestArtifactInfo(TestArtifactInfo testArtifactInfo) voidBaseProviderFactory.setTestArtifactInfo(TestArtifactInfo testArtifactInfo) (package private) voidSurefireReflector.setTestArtifactInfo(Object o, TestArtifactInfo testArtifactInfo) voidTestArtifactInfoAware.setTestArtifactInfo(TestArtifactInfo testArtifactInfo) voidSurefireReflector.setTestArtifactInfoAware(Object o, TestArtifactInfo testArtifactInfo1) Constructors in org.apache.maven.surefire.booter with parameters of type TestArtifactInfoModifierConstructorDescriptionProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, boolean failIfNoTests, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout) -
Uses of TestArtifactInfo in org.apache.maven.surefire.providerapi
Methods in org.apache.maven.surefire.providerapi that return TestArtifactInfoModifier and TypeMethodDescriptionProviderParameters.getTestArtifactInfo()Artifact info about the artifact used to autodetect provider