Class DeserializedStacktraceWriter
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
- All Implemented Interfaces:
org.apache.maven.surefire.api.report.StackTraceWriter
public class DeserializedStacktraceWriter
extends Object
implements org.apache.maven.surefire.api.report.StackTraceWriter
Represents a deserialize stacktracewriter that has been
marshalled across to the plugin from the fork.
Might be better to represent this whole thing differently
Might be better to represent this whole thing differently
- Author:
- Kristian Rosenvold
-
Constructor Summary
ConstructorsConstructorDescriptionDeserializedStacktraceWriter
(String message, String smartTrimmed, String stackTrace) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.maven.surefire.api.report.SafeThrowable
-
Constructor Details
-
DeserializedStacktraceWriter
-
-
Method Details
-
smartTrimmedStackTrace
- Specified by:
smartTrimmedStackTrace
in interfaceorg.apache.maven.surefire.api.report.StackTraceWriter
-
writeTraceToString
- Specified by:
writeTraceToString
in interfaceorg.apache.maven.surefire.api.report.StackTraceWriter
-
writeTrimmedTraceToString
- Specified by:
writeTrimmedTraceToString
in interfaceorg.apache.maven.surefire.api.report.StackTraceWriter
-
getThrowable
public org.apache.maven.surefire.api.report.SafeThrowable getThrowable()- Specified by:
getThrowable
in interfaceorg.apache.maven.surefire.api.report.StackTraceWriter
-