Uses of Class
org.apache.maven.plugin.surefire.SurefireProperties
Packages that use SurefireProperties
-
Uses of SurefireProperties in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return SurefirePropertiesModifier and TypeMethodDescription(package private) static SurefireProperties
SurefireProperties.calculateEffectiveProperties
(Properties systemProperties, Map<String, String> systemPropertyVariables, Properties userProperties, SurefireProperties props) static SurefireProperties
AbstractSurefireMojo.createCopyAndReplaceForkNumPlaceholder
(SurefireProperties effectiveSystemProperties, int threadNumber) static SurefireProperties
SurefireProperties.loadProperties
(File file) private static SurefireProperties
SurefireProperties.loadProperties
(InputStream inStream) private SurefireProperties
AbstractSurefireMojo.setupProperties()
Methods in org.apache.maven.plugin.surefire with parameters of type SurefirePropertiesModifier and TypeMethodDescription(package private) static SurefireProperties
SurefireProperties.calculateEffectiveProperties
(Properties systemProperties, Map<String, String> systemPropertyVariables, Properties userProperties, SurefireProperties props) static SurefireProperties
AbstractSurefireMojo.createCopyAndReplaceForkNumPlaceholder
(SurefireProperties effectiveSystemProperties, int threadNumber) private void
AbstractSurefireMojo.showToLog
(SurefireProperties props, ConsoleLogger log) AbstractSurefireMojo.systemPropertiesMatchingArgLine
(SurefireProperties result) -
Uses of SurefireProperties in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type SurefirePropertiesModifier and TypeMethodDescriptionprivate RunResult
ForkStarter.fork
(Object testSet, PropertiesWrapper providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractCommandReader commandReader, ForkNodeFactory forkNodeFactory, boolean readTestsFromInStream) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProperties) private RunResult
ForkStarter.run
(SurefireProperties effectiveSystemProps, Map<String, String> providerProperties) ForkStarter.run
(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResult
ForkStarter.runSuitesForkOnceMultiple
(SurefireProperties effectiveSystemProps, int forkCount) private RunResult
ForkStarter.runSuitesForkPerTestSet
(SurefireProperties effectiveSystemProps, int forkCount)