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 SurefirePropertiesSurefireProperties.calculateEffectiveProperties(Properties systemProperties, Map<String, String> systemPropertyVariables, Properties userProperties, SurefireProperties props) static SurefirePropertiesAbstractSurefireMojo.createCopyAndReplaceForkNumPlaceholder(SurefireProperties effectiveSystemProperties, int threadNumber) static SurefirePropertiesSurefireProperties.loadProperties(File file) private static SurefirePropertiesSurefireProperties.loadProperties(InputStream inStream) private SurefirePropertiesAbstractSurefireMojo.setupProperties()Methods in org.apache.maven.plugin.surefire with parameters of type SurefirePropertiesModifier and TypeMethodDescription(package private) static SurefirePropertiesSurefireProperties.calculateEffectiveProperties(Properties systemProperties, Map<String, String> systemPropertyVariables, Properties userProperties, SurefireProperties props) static SurefirePropertiesAbstractSurefireMojo.createCopyAndReplaceForkNumPlaceholder(SurefireProperties effectiveSystemProperties, int threadNumber) private voidAbstractSurefireMojo.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 RunResultForkStarter.fork(Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties) private RunResultForkStarter.run(SurefireProperties effectiveSystemProperties, Map<String, String> providerProperties) ForkStarter.run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult) private RunResultForkStarter.runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties, int forkCount) private RunResultForkStarter.runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties, int forkCount)