public class PojoStackTraceWriter extends Object implements StackTraceWriter
Modifier and Type | Field and Description |
---|---|
protected String |
testClass |
protected String |
testMethod |
Constructor and Description |
---|
PojoStackTraceWriter(String testClass,
String testMethod,
Throwable t) |
Modifier and Type | Method and Description |
---|---|
SafeThrowable |
getThrowable() |
String |
smartTrimmedStackTrace() |
String |
writeTraceToString() |
String |
writeTrimmedTraceToString() |
protected final String testClass
protected final String testMethod
public String writeTraceToString()
writeTraceToString
in interface StackTraceWriter
public String smartTrimmedStackTrace()
smartTrimmedStackTrace
in interface StackTraceWriter
public String writeTrimmedTraceToString()
writeTrimmedTraceToString
in interface StackTraceWriter
public SafeThrowable getThrowable()
getThrowable
in interface StackTraceWriter
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.