Uses of Class
org.apache.maven.surefire.api.testset.TestArtifactInfo
Packages that use TestArtifactInfo
Package
Description
-
Uses of TestArtifactInfo in org.apache.maven.surefire.api.booter
Fields in org.apache.maven.surefire.api.booter declared as TestArtifactInfoMethods in org.apache.maven.surefire.api.booter that return TestArtifactInfoMethods in org.apache.maven.surefire.api.booter with parameters of type TestArtifactInfoModifier and TypeMethodDescriptionvoid
BaseProviderFactory.setTestArtifactInfo
(TestArtifactInfo testArtifactInfo) -
Uses of TestArtifactInfo in org.apache.maven.surefire.api.provider
Methods in org.apache.maven.surefire.api.provider that return TestArtifactInfoModifier and TypeMethodDescriptionProviderParameters.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 TestArtifactInfoModifier and TypeFieldDescriptionprivate final TestArtifactInfo
ProviderConfiguration.testArtifact
Methods in org.apache.maven.surefire.booter that return TestArtifactInfoMethods in org.apache.maven.surefire.booter with parameters of type TestArtifactInfoModifier and TypeMethodDescriptionprivate Object
SurefireReflector.createTestArtifactInfo
(TestArtifactInfo testArtifactInfo) (package private) void
SurefireReflector.setTestArtifactInfo
(Object o, 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, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout)