Package org.apache.maven.plugin.failsafe
Class IntegrationTestMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.surefire.AbstractSurefireMojo
org.apache.maven.plugin.failsafe.IntegrationTestMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
,SurefireExecutionParameters
@Mojo(name="integration-test",
requiresProject=true,
requiresDependencyResolution=TEST,
defaultPhase=INTEGRATION_TEST,
threadSafe=true)
public class IntegrationTestMojo
extends AbstractSurefireMojo
Run integration tests using Surefire.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate File
The path representing project JAR file, if exists; Otherwise the directory containing generated classes of the project being tested.private String
Attach a debugger to the forked JVM.private File
private String
Since 3.0.0-M4 the process checkers are disabled.private String
The character encoding scheme to be applied while generating test report files (see target/surefire-reports/yourTestName.txt).private String[]
You can selectively exclude individual environment variables by enumerating their keys.private String[]
Provide the ID/s of an JUnit engine to be excluded in the test run.A list of <exclude> elements specifying the tests (by pattern) that should be excluded in testing.private File
A file containing exclude patterns, each in a next line.private boolean
Set this to "true" to cause a failure if none of the tests specified in -Dtest=...private static final String
private int
Forked process is normally terminated without any significant delay after given tests have completed.private int
Kill the forked test process after a certain number of seconds.private ForkNodeFactory
This parameter configures the forked node.private String[]
Provide the ID/s of an JUnit engine to be included in the test run.private File
A file containing include patterns, each in a next line.private double
Stop executing queued parallel JUnit tests and interrupt currently running tests after a certain number of seconds.private double
Stop executing queued parallel JUnit tests after a certain number of seconds.private boolean
Option to print summary of test suites or just print the test cases that have errors.private String
Selects the formatting for the test report to be generated.private File
Base directory where all reports are written to.private int
(JUnit 4+ providers and JUnit 5+ providers since 3.0.0-M4) The number of times each failing test will be rerun.private String
Defines the order the tests will be run in.private Long
Sets the random seed that will be used to order the tests iffailsafe.runOrder
is set torandom
.private String
After the plugin process is shutdown by sending SIGTERM signal (CTRL+C), SHUTDOWN command is received by every forked JVM.private int
Set to error/failure count in order to skip remaining tests.private boolean
Set this to "true" to skip running integration tests, but still compile them.private File[]
(TestNG) List of <suiteXmlFile> elements specifying TestNG suite xml file locations.private File
The summary file to write integration test results to.private File
private String
private boolean
Option to generate a file test report or just output the test report to the console.private boolean
By default, Surefire forks your tests using a manifest-only JAR; set this parameter to "false" to force it to launch your tests with a plain old Java classpath.private boolean
Whentrue
, uses the modulepath when executing with JDK 9+ and module-info.java is present.private boolean
Option to pass dependencies to the system's classloader instead of using an isolated class loader when forking.Fields inherited from class org.apache.maven.plugin.surefire.AbstractSurefireMojo
basedir, skip, skipExec, skipTests, testClassesDirectory
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected String[]
protected final String
protected final String[]
String[]
boolean
int
int
protected final ForkNodeFactory
String[]
double
double
protected String
protected String
protected int
int
File[]
List of System properties, loaded from a file, to pass to the JUnit tests.getTest()
protected void
handleSummary
(RunResult summary, Exception firstForkException) protected final boolean
private boolean
isJarArtifact
(File artifactFile) boolean
boolean
isSkip()
boolean
Deprecated.protected boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setBasedir
(File basedir) void
setDebugForkedProcess
(String debugForkedProcess) void
setDefaultClassesDirectory
(File defaultClassesDirectory) void
setEncoding
(String encoding) (package private) void
setExcludedEnvironmentVariables
(String[] excludedEnvironmentVariables) void
setExcludeJUnit5Engines
(String[] excludeJUnit5Engines) void
setExcludes
(List<String> excludes) void
setFailIfNoSpecifiedTests
(boolean failIfNoSpecifiedTests) void
setForkedProcessExitTimeoutInSeconds
(int forkedProcessExitTimeoutInSeconds) void
setForkedProcessTimeoutInSeconds
(int forkedProcessTimeoutInSeconds) void
setIncludeJUnit5Engines
(String[] includeJUnit5Engines) void
setIncludes
(List<String> includes) void
setMainBuildPath
(File mainBuildPath) void
setParallelTestsTimeoutForcedInSeconds
(double parallelTestsTimeoutForcedInSeconds) void
setParallelTestsTimeoutInSeconds
(double parallelTestsTimeoutInSeconds) void
setPrintSummary
(boolean printSummary) void
setReportFormat
(String reportFormat) void
setReportsDirectory
(File reportsDirectory) void
setRunOrder
(String runOrder) void
setRunOrderRandomSeed
(Long runOrderRandomSeed) void
setSkip
(boolean skip) void
setSkipExec
(boolean skipExec) Deprecated.void
setSkipITs
(boolean skipITs) void
setSkipTests
(boolean skipTests) Deprecated.void
setSuiteXmlFiles
(File[] suiteXmlFiles) void
setSummaryFile
(File summaryFile) void
setSystemPropertiesFile
(File systemPropertiesFile) void
void
setTestClassesDirectory
(File testClassesDirectory) void
setTestFailureIgnore
(boolean testFailureIgnore) void
setUseFile
(boolean useFile) void
setUseManifestOnlyJar
(boolean useManifestOnlyJar) protected void
setUseModulePath
(boolean useModulePath) void
setUseSystemClassLoader
(boolean useSystemClassLoader) CallsAbstractSurefireMojo.getSuiteXmlFiles()
aslist
.private static File
protected boolean
Methods inherited from class org.apache.maven.plugin.surefire.AbstractSurefireMojo
cleanupForkConfiguration, convertWithCoreCount, createCopyAndReplaceForkNumPlaceholder, createProviders, effectiveIsEnableAssertions, execute, getAdditionalClasspathElements, getArgLine, getClassLoaderConfiguration, getClasspathDependencyExcludes, getClasspathDependencyScopeExclude, getConsoleLogger, getDependenciesToScan, getEffectiveForkCount, getEnvironmentVariables, getExcludedGroups, getFailIfNoTests, getForkCount, getForkMode, getGroups, getJdkToolchain, getJunitArtifactName, getJvm, getLocalRepository, getMojoArtifact, getObjectFactory, getParallel, getPerCoreThreadCount, getPluginArtifactMap, getPluginDescriptor, getProject, getProjectArtifactMap, getProjectBuildDirectory, getProjectRemoteRepositories, getRemoteRepositories, getReportNameSuffix, getRepositorySystem, getSession, getSpecificTests, getSystemProperties, getSystemPropertyVariables, getTempDir, getTestNGArtifactName, getTestSourceDirectory, getThreadCount, getThreadCountClasses, getThreadCountMethods, getThreadCountSuites, getToolchainManager, getUseUnlimitedThreads, getWorkingDirectory, hasExecutedBefore, isAnyConcurrencySelected, isAnyGroupsSelected, isChildDelegation, isDisableXmlReport, isEnableAssertions, isForking, isMavenParallel, isParallelOptimized, isRedirectTestOutputToFile, isReuseForks, isTrimStackTrace, logDebugOrCliShowErrors, logReportsDirectory, setAdditionalClasspathElements, setArgLine, setChildDelegation, setClasspathDependencyExcludes, setClasspathDependencyScopeExclude, setDependenciesToScan, setDisableXmlReport, setEnableAssertions, setEnvironmentVariables, setExcludedGroups, setFailIfNoTests, setForkMode, setGroups, setJdkToolchain, setJunitArtifactName, setLocalRepository, setObjectFactory, setParallel, setParallelOptimized, setPerCoreThreadCount, setPluginArtifactMap, setProject, setProjectArtifactMap, setProjectBuildDirectory, setProjectRemoteRepositories, setProperties, setRedirectTestOutputToFile, setRemoteRepositories, setReportNameSuffix, setRepositorySystem, setResolutionErrorHandler, setSession, setSystemProperties, setSystemPropertyVariables, setTempDir, setTestNGArtifactName, setTestSourceDirectory, setThreadCount, setThreadCountClasses, setThreadCountMethods, setThreadCountSuites, setToolchainManager, setTrimStackTrace, setUseUnlimitedThreads, setWorkingDirectory, warnIfIllegalFailOnFlakeCount
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Field Details
-
FAILSAFE_IN_PROGRESS_CONTEXT_KEY
- See Also:
-
classesDirectory
The path representing project JAR file, if exists; Otherwise the directory containing generated classes of the project being tested. This will be included after the test classes in the test classpath. Defaults to built artifact JAR file or${project.build.outputDirectory}
. -
defaultClassesDirectory
@Parameter(defaultValue="${project.build.outputDirectory}", readonly=true, required=true) private File defaultClassesDirectory -
skipITs
@Parameter(property="skipITs") private boolean skipITsSet this to "true" to skip running integration tests, but still compile them. Its use is NOT RECOMMENDED, but quite convenient on occasion.- Since:
- 2.4.3-alpha-2
-
reportsDirectory
@Parameter(defaultValue="${project.build.directory}/failsafe-reports") private File reportsDirectoryBase directory where all reports are written to. -
test
-
summaryFile
@Parameter(defaultValue="${project.build.directory}/failsafe-reports/failsafe-summary.xml", required=true) private File summaryFileThe summary file to write integration test results to. -
printSummary
@Parameter(property="failsafe.printSummary", defaultValue="true") private boolean printSummaryOption to print summary of test suites or just print the test cases that have errors. -
reportFormat
Selects the formatting for the test report to be generated. Can be set as "brief" or "plain". Only applies to the output format of the output files (target/surefire-reports/testName.txt) -
useFile
@Parameter(property="failsafe.useFile", defaultValue="true") private boolean useFileOption to generate a file test report or just output the test report to the console. -
failIfNoSpecifiedTests
@Parameter(property="it.failIfNoSpecifiedTests", defaultValue="true") private boolean failIfNoSpecifiedTestsSet this to "true" to cause a failure if none of the tests specified in -Dtest=... are run. Defaults to "true".- Since:
- 2.12
-
debugForkedProcess
Attach a debugger to the forked JVM. If set to "true", the process will suspend and wait for a debugger to attach on port 5005. If set to some other string, that string will be appended to the argLine, allowing you to configure arbitrary debugging ability options (without overwriting the other options specified through theargLine
parameter).- Since:
- 2.4
-
forkedProcessTimeoutInSeconds
@Parameter(property="failsafe.timeout") private int forkedProcessTimeoutInSecondsKill the forked test process after a certain number of seconds. If set to 0, wait forever for the process, never timing out.- Since:
- 2.4
-
forkedProcessExitTimeoutInSeconds
@Parameter(property="failsafe.exitTimeout", defaultValue="30") private int forkedProcessExitTimeoutInSecondsForked process is normally terminated without any significant delay after given tests have completed. If the particular tests started non-daemon Thread(s), the process hangs instead of been properly terminated bySystem.exit()
. Use this parameter in order to determine the timeout of terminating the process. see the documentation: http://maven.apache.org/surefire/maven-failsafe-plugin/examples/shutdown.html- Since:
- 2.20
-
parallelTestsTimeoutInSeconds
@Parameter(property="failsafe.parallel.timeout") private double parallelTestsTimeoutInSecondsStop executing queued parallel JUnit tests after a certain number of seconds.
Example values: "3.5", "4"
If set to 0, wait forever, never timing out. Makes sense with specifiedparallel
different from "none".- Since:
- 2.16
-
parallelTestsTimeoutForcedInSeconds
@Parameter(property="failsafe.parallel.forcedTimeout") private double parallelTestsTimeoutForcedInSecondsStop executing queued parallel JUnit tests and interrupt currently running tests after a certain number of seconds.
Example values: "3.5", "4"
If set to 0, wait forever, never timing out. Makes sense with specifiedparallel
different from "none".- Since:
- 2.16
-
includes
-
excludes
A list of <exclude> elements specifying the tests (by pattern) that should be excluded in testing. When not specified and when thetest
parameter is not specified, the default excludes will be
(which excludes all inner classes).<excludes> <exclude>**/*$*</exclude> </excludes>
This parameter is ignored if the TestNGsuiteXmlFiles
parameter is specified.
Each exclude item may also contain a comma-separated sub-list of items, which will be treated as multiple <exclude> entries.
Since 2.19 a complex syntax is supported in one parameter (JUnit 4, JUnit 4.7+, TestNG):<exclude>%regex[pkg.*Slow.*.class], Unstable*</exclude>
Notice that these values are relative to the directory containing generated test classes of the project being tested. This directory is declared by the parametertestClassesDirectory
which defaults to the POM property${project.build.testOutputDirectory}
, typicallysrc/test/java
unless overridden. -
useSystemClassLoader
@Parameter(property="failsafe.useSystemClassLoader", defaultValue="true") private boolean useSystemClassLoaderOption to pass dependencies to the system's classloader instead of using an isolated class loader when forking. Prevents problems with JDKs which implement the service provider lookup mechanism by using the system's classloader.- Since:
- 2.3
-
useManifestOnlyJar
@Parameter(property="failsafe.useManifestOnlyJar", defaultValue="true") private boolean useManifestOnlyJarBy default, Surefire forks your tests using a manifest-only JAR; set this parameter to "false" to force it to launch your tests with a plain old Java classpath. (See the http://maven.apache.org/plugins/maven-failsafe-plugin/examples/class-loading.html for a more detailed explanation of manifest-only JARs and their benefits.)
Beware, setting this to "false" may cause your tests to fail on Windows if your classpath is too long.- Since:
- 2.4.3
-
encoding
@Parameter(property="encoding", defaultValue="${project.reporting.outputEncoding}") private String encodingThe character encoding scheme to be applied while generating test report files (see target/surefire-reports/yourTestName.txt). The report output files (*-out.txt) are still encoded with JVM's encoding used in standard out/err pipes.- Since:
- 3.0.0-M1
-
rerunFailingTestsCount
@Parameter(property="failsafe.rerunFailingTestsCount", defaultValue="0") private int rerunFailingTestsCount(JUnit 4+ providers and JUnit 5+ providers since 3.0.0-M4) The number of times each failing test will be rerun. If set larger than 0, rerun failing tests immediately after they fail. If a failing test passes in any of those reruns, it will be marked as pass and reported as a "flake". However, all the failing attempts will be recorded. -
suiteXmlFiles
(TestNG) List of <suiteXmlFile> elements specifying TestNG suite xml file locations. Note thatsuiteXmlFiles
is incompatible with several other parameters of this plugin, likeincludes
andexcludes
.
This parameter is ignored if thetest
parameter is specified (allowing you to run a single test instead of an entire suite).- Since:
- 2.2
-
runOrder
Defines the order the tests will be run in. Supported values arealphabetical
,reversealphabetical
,random
,hourly
(alphabetical on even hours, reverse alphabetical on odd hours),failedfirst
,balanced
andfilesystem
.
Odd/Even for hourly is determined at the time the of scanning the classpath, meaning it could change during a multi-module build.
Failed first will run tests that failed on previous run first, as well as new tests for this run.
Balanced is only relevant with parallel=classes, and will try to optimize the run-order of the tests reducing the overall execution time. Initially a statistics file is created and every next test run will reorder classes.
Note that the statistics are stored in a file named .surefire-XXXXXXXXX beside pom.xml and should not be checked into version control. The "XXXXX" is the SHA1 checksum of the entire surefire configuration, so different configurations will have different statistics files, meaning if you change any configuration settings you will re-run once before new statistics data can be established.- Since:
- 2.7
-
runOrderRandomSeed
Sets the random seed that will be used to order the tests iffailsafe.runOrder
is set torandom
.
If no seeds are set andfailsafe.runOrder
is set torandom
, then the seed used will be outputted (search for "To reproduce ordering use flag -Dfailsafe.runOrder.random.seed").
To deterministically reproduce any random test order that was run before, simply set the seed to be the same value.- Since:
- 3.0.0-M6
-
includesFile
A file containing include patterns, each in a next line. Blank lines, or lines starting with # are ignored. Ifincludes
are also specified, these patterns are appended. Example with path, simple and regex includes:*/it/* **/NotIncludedByDefault.java %regex[.*IT.*|.*Not.*]
Since 3.0.0-M6, method filtering support is provided in the inclusions file as well, example:pkg.SomeIT#testMethod
- Since:
- 2.13
-
excludesFile
A file containing exclude patterns, each in a next line. Blank lines, or lines starting with # are ignored. Ifexcludes
are also specified, these patterns are appended. Example with path, simple and regex excludes:*/it/* **/DontRunIT.* %regex[.*IT.*|.*Not.*]
Since 3.0.0-M6, method filtering support is provided in the exclusions file as well, example:pkg.SomeIT#testMethod
- Since:
- 2.13
-
skipAfterFailureCount
@Parameter(property="failsafe.skipAfterFailureCount", defaultValue="0") private int skipAfterFailureCountSet to error/failure count in order to skip remaining tests. Due to race conditions in parallel/forked execution this may not be fully guaranteed.
Enable with system property-Dfailsafe.skipAfterFailureCount=1
or any number greater than zero. Defaults to "0".
See the prerequisites and limitations in documentation:
http://maven.apache.org/plugins/maven-failsafe-plugin/examples/skip-after-failure.html- Since:
- 2.19
-
shutdown
After the plugin process is shutdown by sending SIGTERM signal (CTRL+C), SHUTDOWN command is received by every forked JVM.
The value is set to (shutdown=exit
) by default (changed in version 3.0.0-M4).
The parameter can be configured with other two valuestestset
andkill
.
With(shutdown=testset
) the test set may still continue to run in forked JVM.
Usingexit
forked JVM executesSystem.exit(1)
after the plugin process has received SIGTERM signal.
Usingkill
the JVM executesRuntime.halt(1)
and kills itself.- Since:
- 2.19
-
useModulePath
@Parameter(property="failsafe.useModulePath", defaultValue="true") private boolean useModulePathWhentrue
, uses the modulepath when executing with JDK 9+ and module-info.java is present. Whenfalse
, always uses the classpath.
Defaults totrue
.- Since:
- 3.0.0-M2
-
forkNode
This parameter configures the forked node. Currently, you can select the communication protocol, i.e. process pipes or TCP/IP sockets. The plugin uses process pipes by default which will be turned to TCP/IP in the version 3.0.0. Alternatively, you can implement your own factory and SPI.
See the documentation for more details:
https://maven.apache.org/plugins/maven-surefire-plugin/examples/process-communication.html- Since:
- 3.0.0-M5
-
excludedEnvironmentVariables
@Parameter(property="failsafe.excludedEnvironmentVariables") private String[] excludedEnvironmentVariablesYou can selectively exclude individual environment variables by enumerating their keys.
The environment is a system-dependent mapping from keys to values which is inherited from the Maven process to the forked Surefire processes. The keys must literally (case sensitive) match in order to exclude their environment variable.
Example to exclude three environment variables:
mvn test -Dfailsafe.excludedEnvironmentVariables=ACME1,ACME2,ACME3- Since:
- 3.0.0-M4
-
enableProcessChecker
Since 3.0.0-M4 the process checkers are disabled. You can enable them namely by settingping
andnative
orall
in this parameter.
The checker is useful in situations when you kill the build on a CI system and you want the Surefire forked JVM to kill the tests asap and free all handlers on the file system been previously used by the JVM and by the tests.
Theping
should be safely used together with ZGC or Shenandoah Garbage Collector. Due to theping
relies on timing of the PING (triggered every 30 seconds), slow GCs may pause the timers and pretend that the parent process of the forked JVM does not exist.
Thenative
is very fast checker. It is useful mechanism on Unix based systems, Linux distributions and Alpine/BusyBox Linux. See the JIRA SUREFIRE-1631 for Windows issues.
Another useful configuration parameter isforkedProcessTimeoutInSeconds
.
See the Frequently Asked Questions page with more details:
http://maven.apache.org/surefire/maven-surefire-plugin/faq.html#kill-jvm
http://maven.apache.org/surefire/maven-failsafe-plugin/faq.html#kill-jvm
Example of use:
mvn test -Dfailsafe.enableProcessChecker=all- Since:
- 3.0.0-M4
-
systemPropertiesFile
-
includeJUnit5Engines
Provide the ID/s of an JUnit engine to be included in the test run.- Since:
- 3.0.0-M6
-
excludeJUnit5Engines
Provide the ID/s of an JUnit engine to be excluded in the test run.- Since:
- 3.0.0-M6
-
-
Constructor Details
-
IntegrationTestMojo
public IntegrationTestMojo()
-
-
Method Details
-
getRerunFailingTestsCount
protected int getRerunFailingTestsCount()- Specified by:
getRerunFailingTestsCount
in classAbstractSurefireMojo
-
handleSummary
protected void handleSummary(RunResult summary, Exception firstForkException) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException - Specified by:
handleSummary
in classAbstractSurefireMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-
isJarArtifact
-
toAbsoluteCanonical
-
isSkipExecution
protected boolean isSkipExecution()- Specified by:
isSkipExecution
in classAbstractSurefireMojo
-
getPluginName
- Specified by:
getPluginName
in classAbstractSurefireMojo
-
getDefaultIncludes
- Specified by:
getDefaultIncludes
in classAbstractSurefireMojo
-
getReportSchemaLocation
- Specified by:
getReportSchemaLocation
in classAbstractSurefireMojo
-
isSkipTests
public boolean isSkipTests() -
setSkipTests
Deprecated. -
isSkipITs
public boolean isSkipITs() -
setSkipITs
public void setSkipITs(boolean skipITs) -
isSkipExec
Deprecated. -
setSkipExec
Deprecated. -
isSkip
public boolean isSkip() -
setSkip
public void setSkip(boolean skip) -
getBasedir
-
setBasedir
-
getTestClassesDirectory
-
setTestClassesDirectory
-
getMainBuildPath
- Returns:
- Output directory, or artifact file if artifact type is "jar". If not forking the JVM, parameter
useSystemClassLoader
is ignored and theIsolatedClassLoader
is used instead. See the resolution ofClassLoaderConfiguration
.
-
setMainBuildPath
-
setDefaultClassesDirectory
-
getReportsDirectory
-
setReportsDirectory
-
getTest
-
setTest
-
getSummaryFile
-
setSummaryFile
-
isPrintSummary
public boolean isPrintSummary() -
setPrintSummary
public void setPrintSummary(boolean printSummary) -
getReportFormat
-
setReportFormat
-
isUseFile
public boolean isUseFile() -
setUseFile
public void setUseFile(boolean useFile) -
getDebugForkedProcess
-
setDebugForkedProcess
-
getForkedProcessTimeoutInSeconds
public int getForkedProcessTimeoutInSeconds() -
setForkedProcessTimeoutInSeconds
public void setForkedProcessTimeoutInSeconds(int forkedProcessTimeoutInSeconds) -
getForkedProcessExitTimeoutInSeconds
public int getForkedProcessExitTimeoutInSeconds() -
setForkedProcessExitTimeoutInSeconds
public void setForkedProcessExitTimeoutInSeconds(int forkedProcessExitTimeoutInSeconds) -
getParallelTestsTimeoutInSeconds
public double getParallelTestsTimeoutInSeconds() -
setParallelTestsTimeoutInSeconds
public void setParallelTestsTimeoutInSeconds(double parallelTestsTimeoutInSeconds) -
getParallelTestsTimeoutForcedInSeconds
public double getParallelTestsTimeoutForcedInSeconds() -
setParallelTestsTimeoutForcedInSeconds
public void setParallelTestsTimeoutForcedInSeconds(double parallelTestsTimeoutForcedInSeconds) -
isUseSystemClassLoader
public boolean isUseSystemClassLoader() -
setUseSystemClassLoader
public void setUseSystemClassLoader(boolean useSystemClassLoader) -
isUseManifestOnlyJar
public boolean isUseManifestOnlyJar() -
setUseManifestOnlyJar
public void setUseManifestOnlyJar(boolean useManifestOnlyJar) -
getEncoding
-
setEncoding
-
isTestFailureIgnore
public boolean isTestFailureIgnore() -
setTestFailureIgnore
public void setTestFailureIgnore(boolean testFailureIgnore) -
addPluginSpecificChecksumItems
- Overrides:
addPluginSpecificChecksumItems
in classAbstractSurefireMojo
-
getSystemPropertiesFile
Description copied from class:AbstractSurefireMojo
List of System properties, loaded from a file, to pass to the JUnit tests.- Specified by:
getSystemPropertiesFile
in classAbstractSurefireMojo
-
setSystemPropertiesFile
- Specified by:
setSystemPropertiesFile
in classAbstractSurefireMojo
-
getFailIfNoSpecifiedTests
public boolean getFailIfNoSpecifiedTests() -
setFailIfNoSpecifiedTests
public void setFailIfNoSpecifiedTests(boolean failIfNoSpecifiedTests) -
getSkipAfterFailureCount
public int getSkipAfterFailureCount() -
getShutdown
-
getIncludes
- Specified by:
getIncludes
in interfaceSurefireExecutionParameters
- Specified by:
getIncludes
in classAbstractSurefireMojo
-
setIncludes
- Specified by:
setIncludes
in interfaceSurefireExecutionParameters
- Specified by:
setIncludes
in classAbstractSurefireMojo
-
getExcludes
-
setExcludes
-
getSuiteXmlFiles
- Specified by:
getSuiteXmlFiles
in classAbstractSurefireMojo
-
setSuiteXmlFiles
- Specified by:
setSuiteXmlFiles
in classAbstractSurefireMojo
-
getRunOrder
- Specified by:
getRunOrder
in classAbstractSurefireMojo
-
setRunOrder
- Specified by:
setRunOrder
in classAbstractSurefireMojo
-
getRunOrderRandomSeed
- Specified by:
getRunOrderRandomSeed
in classAbstractSurefireMojo
-
setRunOrderRandomSeed
- Specified by:
setRunOrderRandomSeed
in classAbstractSurefireMojo
-
getIncludesFile
- Specified by:
getIncludesFile
in classAbstractSurefireMojo
-
getExcludesFile
- Specified by:
getExcludesFile
in classAbstractSurefireMojo
-
useModulePath
protected boolean useModulePath()- Specified by:
useModulePath
in classAbstractSurefireMojo
-
setUseModulePath
protected void setUseModulePath(boolean useModulePath) - Specified by:
setUseModulePath
in classAbstractSurefireMojo
-
suiteXmlFiles
Description copied from class:AbstractSurefireMojo
- Specified by:
suiteXmlFiles
in classAbstractSurefireMojo
- Returns:
- list of TestNG suite XML files provided by MOJO
-
hasSuiteXmlFiles
protected final boolean hasSuiteXmlFiles()- Specified by:
hasSuiteXmlFiles
in classAbstractSurefireMojo
- Returns:
true
ifsuite-xml files array
is not empty.
-
getForkNode
- Specified by:
getForkNode
in classAbstractSurefireMojo
-
getExcludedEnvironmentVariables
- Specified by:
getExcludedEnvironmentVariables
in classAbstractSurefireMojo
-
setExcludedEnvironmentVariables
-
getEnableProcessChecker
- Specified by:
getEnableProcessChecker
in classAbstractSurefireMojo
-
getIncludeJUnit5Engines
-
setIncludeJUnit5Engines
-
getExcludeJUnit5Engines
-
setExcludeJUnit5Engines
-