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 TestArtifactInfo
ProviderConfiguration.testArtifact
private TestArtifactInfo
BaseProviderFactory.testArtifactInfo
Methods 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 Object
SurefireReflector.createTestArtifactInfo
(TestArtifactInfo testArtifactInfo) void
BaseProviderFactory.setTestArtifactInfo
(TestArtifactInfo testArtifactInfo) (package private) void
SurefireReflector.setTestArtifactInfo
(Object o, TestArtifactInfo testArtifactInfo) void
TestArtifactInfoAware.setTestArtifactInfo
(TestArtifactInfo testArtifactInfo) void
SurefireReflector.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