Package | Description |
---|---|
org.apache.maven.plugin.surefire.booterclient | |
org.apache.maven.plugin.surefire.booterclient.output | |
org.apache.maven.plugin.surefire.report |
Modifier and Type | Field and Description |
---|---|
private DefaultReporterFactory |
ForkStarter.defaultReporterFactory |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<DefaultReporterFactory> |
ForkStarter.defaultReporterFactories |
Modifier and Type | Field and Description |
---|---|
private DefaultReporterFactory |
ForkClient.defaultReporterFactory |
private DefaultReporterFactory |
NativeStdErrStreamConsumer.defaultReporterFactory |
Modifier and Type | Method and Description |
---|---|
DefaultReporterFactory |
ForkClient.getDefaultReporterFactory() |
Modifier and Type | Method and Description |
---|---|
void |
InPluginProcessDumpSingleton.dumpException(java.lang.Throwable t,
DefaultReporterFactory defaultReporterFactory) |
void |
InPluginProcessDumpSingleton.dumpException(java.lang.Throwable t,
java.lang.String msg,
DefaultReporterFactory defaultReporterFactory) |
java.io.File |
InPluginProcessDumpSingleton.dumpException(java.lang.Throwable t,
java.lang.String msg,
DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
void |
InPluginProcessDumpSingleton.dumpText(java.lang.String msg,
DefaultReporterFactory defaultReporterFactory) |
java.io.File |
InPluginProcessDumpSingleton.dumpText(java.lang.String msg,
DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
private java.io.File |
InPluginProcessDumpSingleton.newDumpFile(DefaultReporterFactory defaultReporterFactory) |
private static java.io.File |
InPluginProcessDumpSingleton.newDumpFile(DefaultReporterFactory defaultReporterFactory,
int jvmRun) |
Constructor and Description |
---|
ForkClient(DefaultReporterFactory defaultReporterFactory,
NotifiableTestStream notifiableTestStream,
ConsoleLogger log,
java.util.concurrent.atomic.AtomicBoolean printedErrorStream) |
NativeStdErrStreamConsumer(DefaultReporterFactory defaultReporterFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultReporterFactory.mergeFromOtherFactories(java.util.Collection<DefaultReporterFactory> factories) |