Uses of Interface
org.apache.maven.surefire.api.report.StackTraceWriter
Packages that use StackTraceWriter
Package
Description
-
Uses of StackTraceWriter in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output that implement StackTraceWriterModifier and TypeClassDescriptionclass
Represents a deserialize stacktracewriter that has been marshalled across to the plugin from the fork.Fields in org.apache.maven.plugin.surefire.booterclient.output declared as StackTraceWriterMethods in org.apache.maven.plugin.surefire.booterclient.output that return StackTraceWriterMethods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type StackTraceWriterModifier and TypeMethodDescriptionvoid
ForkClient.ErrorListener.handle
(StackTraceWriter stackTrace) void
ForkClient.ExitErrorEventListener.handle
(StackTraceWriter stackTrace) void
ForkedProcessExitErrorListener.handle
(StackTraceWriter stackTrace) void
ForkedProcessStackTraceEventListener.handle
(StackTraceWriter stackTrace) -
Uses of StackTraceWriter in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as StackTraceWriterMethods in org.apache.maven.plugin.surefire.report that return StackTraceWriterModifier and TypeMethodDescriptionTestMethodStats.getStackTraceWriter()
WrappedReportEntry.getStackTraceWriter()
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StackTraceWriterModifierConstructorDescriptionTestMethodStats
(String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter) -
Uses of StackTraceWriter in org.apache.maven.surefire.api.booter
Methods in org.apache.maven.surefire.api.booter with parameters of type StackTraceWriterModifier and TypeMethodDescriptionvoid
MasterProcessChannelEncoder.consoleErrorLog
(StackTraceWriter stackTraceWriter, boolean trimStackTraces) Error log.void
MasterProcessChannelEncoder.sendExitError
(StackTraceWriter stackTraceWriter, boolean trimStackTraces) ForkedBooter tear down has failed while waiting for BYE_ACK command. -
Uses of StackTraceWriter in org.apache.maven.surefire.api.event
Fields in org.apache.maven.surefire.api.event declared as StackTraceWriterModifier and TypeFieldDescriptionprivate final StackTraceWriter
ConsoleErrorEvent.stackTraceWriter
private final StackTraceWriter
JvmExitErrorEvent.stackTraceWriter
Methods in org.apache.maven.surefire.api.event that return StackTraceWriterModifier and TypeMethodDescriptionConsoleErrorEvent.getStackTraceWriter()
JvmExitErrorEvent.getStackTraceWriter()
Constructors in org.apache.maven.surefire.api.event with parameters of type StackTraceWriterModifierConstructorDescriptionConsoleErrorEvent
(StackTraceWriter stackTraceWriter) JvmExitErrorEvent
(StackTraceWriter stackTraceWriter) -
Uses of StackTraceWriter in org.apache.maven.surefire.api.report
Classes in org.apache.maven.surefire.api.report that implement StackTraceWriterModifier and TypeClassDescriptionclass
Write the trace out for a POJO test.Fields in org.apache.maven.surefire.api.report declared as StackTraceWriterModifier and TypeFieldDescriptionprivate final StackTraceWriter
SimpleReportEntry.stackTraceWriter
Methods in org.apache.maven.surefire.api.report that return StackTraceWriterModifier and TypeMethodDescriptionReportEntry.getStackTraceWriter()
The group/category of the testcaseSimpleReportEntry.getStackTraceWriter()
Methods in org.apache.maven.surefire.api.report with parameters of type StackTraceWriterModifier and TypeMethodDescriptionstatic TestSetReportEntry
CategorizedReportEntry.reportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) private static String
SimpleReportEntry.safeGetMessage
(StackTraceWriter stackTraceWriter) static SimpleReportEntry
SimpleReportEntry.withException
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter) Constructors in org.apache.maven.surefire.api.report with parameters of type StackTraceWriterModifierConstructorDescriptionCategorizedReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) CategorizedReportEntry
(RunMode runMode, Long testRunId, String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed) CategorizedReportEntry
(RunMode runMode, Long testRunId, String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message) private
SimpleReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter) SimpleReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter, Integer elapsed) SimpleReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) SimpleReportEntry
(RunMode runMode, Long testRunId, String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter, Integer elapsed, Map<String, String> systemProperties) -
Uses of StackTraceWriter in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi with parameters of type StackTraceWriterModifier and TypeMethodDescriptionvoid
EventChannelEncoder.consoleErrorLog
(StackTraceWriter stackTraceWriter, boolean trimStackTraces) private void
EventChannelEncoder.error
(StackTraceWriter stackTraceWriter, boolean trimStackTraces, ForkedProcessEventType eventType, boolean sync) void
EventChannelEncoder.sendExitError
(StackTraceWriter stackTraceWriter, boolean trimStackTraces) private static String
EventChannelEncoder.toStackTrace
(StackTraceWriter stw, boolean trimStackTraces) Constructors in org.apache.maven.surefire.booter.spi with parameters of type StackTraceWriterModifierConstructorDescription(package private)
StackTrace
(StackTraceWriter stackTraceWriter, boolean trimStackTraces) -
Uses of StackTraceWriter in org.apache.maven.surefire.common.junit4
Classes in org.apache.maven.surefire.common.junit4 that implement StackTraceWriterModifier and TypeClassDescriptionclass
Writes out a specificFailure
for surefire as a stacktrace.Methods in org.apache.maven.surefire.common.junit4 that return StackTraceWriterModifier and TypeMethodDescriptionprotected StackTraceWriter
JUnit4RunListener.createStackTraceWriter
(org.junit.runner.notification.Failure failure) -
Uses of StackTraceWriter in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return StackTraceWriterModifier and TypeMethodDescriptionprotected StackTraceWriter
JUnitCoreRunListener.createStackTraceWriter
(org.junit.runner.notification.Failure failure) -
Uses of StackTraceWriter in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return StackTraceWriterModifier and TypeMethodDescriptionprivate StackTraceWriter
RunListenerAdapter.toStackTraceWriter
(String realClassName, String realMethodName, Throwable throwable) private StackTraceWriter
RunListenerAdapter.toStackTraceWriter
(String realClassName, String realMethodName, org.junit.platform.engine.TestExecutionResult testExecutionResult) -
Uses of StackTraceWriter in org.apache.maven.surefire.report
Classes in org.apache.maven.surefire.report that implement StackTraceWriter -
Uses of StackTraceWriter in org.apache.maven.surefire.stream
Methods in org.apache.maven.surefire.stream that return StackTraceWriterModifier and TypeMethodDescriptionprivate static StackTraceWriter
EventDecoder.toStackTraceWriter
(List<Object> args) private static StackTraceWriter