Package org.apache.maven.plugin.surefire
Class AbstractSurefireMojo.TestNgProviderInfo
java.lang.Object
org.apache.maven.plugin.surefire.AbstractSurefireMojo.TestNgProviderInfo
- All Implemented Interfaces:
ProviderInfo
- Enclosing class:
- AbstractSurefireMojo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getJpmsArguments
(ProviderRequirements forkRequirements) Set<org.apache.maven.artifact.Artifact>
boolean
-
Field Details
-
testNgArtifact
private final org.apache.maven.artifact.Artifact testNgArtifact
-
-
Constructor Details
-
TestNgProviderInfo
TestNgProviderInfo(org.apache.maven.artifact.Artifact testNgArtifact)
-
-
Method Details
-
getProviderName
- Specified by:
getProviderName
in interfaceProviderInfo
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicable
in interfaceProviderInfo
-
addProviderProperties
public void addProviderProperties() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
addProviderProperties
in interfaceProviderInfo
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getJpmsArguments
- Specified by:
getJpmsArguments
in interfaceProviderInfo
-
getProviderClasspath
@Nonnull public Set<org.apache.maven.artifact.Artifact> getProviderClasspath() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
getProviderClasspath
in interfaceProviderInfo
- Throws:
org.apache.maven.plugin.MojoExecutionException
-