Uses of Interface
org.apache.maven.surefire.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 StackTraceWriterModifier and TypeMethodDescriptionprivate static StackTraceWriter
ForkedChannelDecoder.decodeTrace
(Charset encoding, String encTraceMessage, String encSmartTrimmedStackTrace, String encStackTrace) private StackTraceWriter
ForkClient.deserializeStackTraceWriter
(String stackTraceMessage, String smartStackTrace, String stackTrace) final StackTraceWriter
ForkClient.getErrorInFork()
-
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.booter
Methods in org.apache.maven.surefire.booter with parameters of type StackTraceWriterModifier and TypeMethodDescriptionvoid
ForkedChannelEncoder.consoleErrorLog
(StackTraceWriter stackTraceWriter, boolean trimStackTraces) (package private) static void
ForkedChannelEncoder.encode
(StringBuilder encoded, StackTraceWriter stw, boolean trimStackTraces) private void
ForkedChannelEncoder.error
(StackTraceWriter stackTraceWriter, boolean trimStackTraces, ForkedProcessEvent event) void
ForkedChannelEncoder.sendExitEvent
(StackTraceWriter stackTraceWriter, boolean trimStackTraces) private static String
ForkedChannelEncoder.toStackTrace
(StackTraceWriter stw, 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 StackTraceWriterModifier and TypeClassDescriptionclass
Write the trace out for a POJO test.class
Write the trace out for a POJO test.Fields in org.apache.maven.surefire.report declared as StackTraceWriterModifier and TypeFieldDescriptionprivate final StackTraceWriter
SimpleReportEntry.stackTraceWriter
Methods in org.apache.maven.surefire.report that return StackTraceWriterModifier and TypeMethodDescriptionReportEntry.getStackTraceWriter()
The group/category of the testcaseSimpleReportEntry.getStackTraceWriter()
Methods in org.apache.maven.surefire.report with parameters of type StackTraceWriterModifier and TypeMethodDescriptionstatic TestSetReportEntry
CategorizedReportEntry.reportEntry
(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
(String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter) Constructors in org.apache.maven.surefire.report with parameters of type StackTraceWriterModifierConstructorDescriptionCategorizedReportEntry
(String source, String sourceText, String name, String nameText, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) CategorizedReportEntry
(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed) CategorizedReportEntry
(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message) private
SimpleReportEntry
(String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter) SimpleReportEntry
(String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter, Integer elapsed) SimpleReportEntry
(String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) SimpleReportEntry
(String source, String sourceText, String name, String nameText, StackTraceWriter stackTraceWriter, Integer elapsed, Map<String, String> systemProperties)