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 StackTraceWriterpublic String smartTrimmedStackTrace()
smartTrimmedStackTrace in interface StackTraceWriterpublic String writeTrimmedTraceToString()
writeTrimmedTraceToString in interface StackTraceWriterpublic SafeThrowable getThrowable()
getThrowable in interface StackTraceWriterCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.