Uses of Class
org.apache.maven.plugin.surefire.SurefireProperties
-
Packages that use SurefireProperties Package Description org.apache.maven.plugin.surefire org.apache.maven.plugin.surefire.booterclient -
-
Uses of SurefireProperties in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return SurefireProperties Modifier and Type Method Description (package private) static SurefireProperties
SurefireProperties. calculateEffectiveProperties(java.util.Properties systemProperties, java.util.Map<java.lang.String,java.lang.String> systemPropertyVariables, java.util.Properties userProperties, SurefireProperties props)
static SurefireProperties
AbstractSurefireMojo. createCopyAndReplaceForkNumPlaceholder(SurefireProperties effectiveSystemProperties, int threadNumber)
static SurefireProperties
SurefireProperties. loadProperties(java.io.File file)
private static SurefireProperties
SurefireProperties. loadProperties(java.io.InputStream inStream)
private SurefireProperties
AbstractSurefireMojo. setupProperties()
Methods in org.apache.maven.plugin.surefire with parameters of type SurefireProperties Modifier and Type Method Description (package private) static SurefireProperties
SurefireProperties. calculateEffectiveProperties(java.util.Properties systemProperties, java.util.Map<java.lang.String,java.lang.String> systemPropertyVariables, java.util.Properties userProperties, SurefireProperties props)
static SurefireProperties
AbstractSurefireMojo. createCopyAndReplaceForkNumPlaceholder(SurefireProperties effectiveSystemProperties, int threadNumber)
private void
AbstractSurefireMojo. showToLog(SurefireProperties props, ConsoleLogger log)
private java.util.Set<java.lang.Object>
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 SurefireProperties Modifier and Type Method Description private RunResult
ForkStarter. fork(java.lang.Object testSet, KeyValueSource providerProperties, ForkClient forkClient, SurefireProperties effectiveSystemProperties, int forkNumber, AbstractForkInputStream testProvidingInputStream, boolean readTestsFromInStream)
private RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties)
private RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties, java.util.Map<java.lang.String,java.lang.String> providerProperties)
RunResult
ForkStarter. run(SurefireProperties effectiveSystemProperties, DefaultScanResult scanResult)
private RunResult
ForkStarter. runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties, int forkCount)
private RunResult
ForkStarter. runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties, int forkCount)
-