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 TypeMethodDescriptionvoidgetJpmsArguments(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:
getProviderNamein interfaceProviderInfo
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicablein interfaceProviderInfo
-
addProviderProperties
public void addProviderProperties() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
addProviderPropertiesin interfaceProviderInfo- Throws:
org.apache.maven.plugin.MojoExecutionException
-
getJpmsArguments
- Specified by:
getJpmsArgumentsin interfaceProviderInfo
-
getProviderClasspath
@Nonnull public Set<org.apache.maven.artifact.Artifact> getProviderClasspath() throws org.apache.maven.plugin.MojoExecutionException- Specified by:
getProviderClasspathin interfaceProviderInfo- Throws:
org.apache.maven.plugin.MojoExecutionException
-