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 TypeMethodDescriptionvoidBaseProviderFactory.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 TestArtifactInfoProviderConfiguration.testArtifactMethods in org.apache.maven.surefire.booter that return TestArtifactInfoMethods in org.apache.maven.surefire.booter with parameters of type TestArtifactInfoModifier and TypeMethodDescriptionprivate ObjectSurefireReflector.createTestArtifactInfo(TestArtifactInfo testArtifactInfo) (package private) voidSurefireReflector.setTestArtifactInfo(Object o, TestArtifactInfo testArtifactInfo) voidSurefireReflector.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)