Package org.apache.maven.plugin.surefire
Class AbstractSurefireMojo.JUnit3ProviderInfo
java.lang.Object
org.apache.maven.plugin.surefire.AbstractSurefireMojo.JUnit3ProviderInfo
- All Implemented Interfaces:
ProviderInfo
- Enclosing class:
- AbstractSurefireMojo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getJpmsArguments
(ProviderRequirements forkRequirements) Set<org.apache.maven.artifact.Artifact>
boolean
-
Constructor Details
-
JUnit3ProviderInfo
JUnit3ProviderInfo()
-
-
Method Details
-
getProviderName
- Specified by:
getProviderName
in interfaceProviderInfo
-
isApplicable
public boolean isApplicable()- Specified by:
isApplicable
in interfaceProviderInfo
-
addProviderProperties
public void addProviderProperties()- Specified by:
addProviderProperties
in interfaceProviderInfo
-
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
-