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 TypeClassDescriptionclassRepresents 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 StackTraceWriterForkedChannelDecoder.decodeTrace(Charset encoding, String encTraceMessage, String encSmartTrimmedStackTrace, String encStackTrace) private StackTraceWriterForkClient.deserializeStackTraceWriter(String stackTraceMessage, String smartStackTrace, String stackTrace) final StackTraceWriterForkClient.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 TypeMethodDescriptionvoidForkedChannelEncoder.consoleErrorLog(StackTraceWriter stackTraceWriter, boolean trimStackTraces) (package private) static voidForkedChannelEncoder.encode(StringBuilder encoded, StackTraceWriter stw, boolean trimStackTraces) private voidForkedChannelEncoder.error(StackTraceWriter stackTraceWriter, boolean trimStackTraces, ForkedProcessEvent event) voidForkedChannelEncoder.sendExitEvent(StackTraceWriter stackTraceWriter, boolean trimStackTraces) private static StringForkedChannelEncoder.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 TypeClassDescriptionclassWrites out a specificFailurefor surefire as a stacktrace.Methods in org.apache.maven.surefire.common.junit4 that return StackTraceWriterModifier and TypeMethodDescriptionprotected StackTraceWriterJUnit4RunListener.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 StackTraceWriterJUnitCoreRunListener.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 StackTraceWriterRunListenerAdapter.toStackTraceWriter(String realClassName, String realMethodName, Throwable throwable) private StackTraceWriterRunListenerAdapter.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 TypeClassDescriptionclassWrite the trace out for a POJO test.classWrite the trace out for a POJO test.Fields in org.apache.maven.surefire.report declared as StackTraceWriterModifier and TypeFieldDescriptionprivate final StackTraceWriterSimpleReportEntry.stackTraceWriterMethods 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 TestSetReportEntryCategorizedReportEntry.reportEntry(String source, String sourceText, String name, String nameText, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String, String> systemProperties) private static StringSimpleReportEntry.safeGetMessage(StackTraceWriter stackTraceWriter) static SimpleReportEntrySimpleReportEntry.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) privateSimpleReportEntry(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)