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 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 StackTraceWriterMethods in org.apache.maven.plugin.surefire.booterclient.output with parameters of type StackTraceWriterModifier and TypeMethodDescriptionvoidForkClient.ErrorListener.handle(StackTraceWriter stackTrace) voidForkClient.ExitErrorEventListener.handle(StackTraceWriter stackTrace) voidForkedProcessExitErrorListener.handle(StackTraceWriter stackTrace) voidForkedProcessStackTraceEventListener.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 TypeMethodDescriptionvoidMasterProcessChannelEncoder.consoleErrorLog(StackTraceWriter stackTraceWriter, boolean trimStackTraces) Error log.voidMasterProcessChannelEncoder.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 StackTraceWriterConsoleErrorEvent.stackTraceWriterprivate final StackTraceWriterJvmExitErrorEvent.stackTraceWriterMethods 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 TypeClassDescriptionclassWrite the trace out for a POJO test.Fields in org.apache.maven.surefire.api.report declared as StackTraceWriterModifier and TypeFieldDescriptionprivate final StackTraceWriterSimpleReportEntry.stackTraceWriterMethods 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 TestSetReportEntryCategorizedReportEntry.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 StringSimpleReportEntry.safeGetMessage(StackTraceWriter stackTraceWriter) static SimpleReportEntrySimpleReportEntry.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) privateSimpleReportEntry(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 TypeMethodDescriptionvoidEventChannelEncoder.consoleErrorLog(StackTraceWriter stackTraceWriter, boolean trimStackTraces) private voidEventChannelEncoder.error(StackTraceWriter stackTraceWriter, boolean trimStackTraces, ForkedProcessEventType eventType, boolean sync) voidEventChannelEncoder.sendExitError(StackTraceWriter stackTraceWriter, boolean trimStackTraces) private static StringEventChannelEncoder.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 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 StackTraceWriter -
Uses of StackTraceWriter in org.apache.maven.surefire.stream
Methods in org.apache.maven.surefire.stream that return StackTraceWriterModifier and TypeMethodDescriptionprivate static StackTraceWriterEventDecoder.toStackTraceWriter(List<Object> args) private static StackTraceWriter