Package | Description |
---|---|
org.apache.maven.plugin.surefire | |
org.apache.maven.plugin.surefire.booterclient |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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) |
void |
AbstractSurefireMojo.showToLog(SurefireProperties props,
org.apache.maven.plugin.logging.Log log,
java.lang.String setting) |
private java.util.Set<java.lang.Object> |
AbstractSurefireMojo.systemPropertiesMatchingArgLine(SurefireProperties result) |
Modifier and Type | Method and Description |
---|---|
private RunResult |
ForkStarter.fork(java.lang.Object testSet,
KeyValueSource providerProperties,
ForkClient forkClient,
SurefireProperties effectiveSystemProperties,
AbstractForkInputStream testProvidingInputStream,
boolean readTestsFromInStream) |
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) |
RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
DefaultScanResult scanResult) |
private RunResult |
ForkStarter.run(SurefireProperties effectiveSystemProperties,
java.util.Map<java.lang.String,java.lang.String> providerProperties) |
private RunResult |
ForkStarter.runSuitesForkOnceMultiple(SurefireProperties effectiveSystemProperties,
int forkCount) |
private RunResult |
ForkStarter.runSuitesForkPerTestSet(SurefireProperties effectiveSystemProperties,
int forkCount) |