|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.report.LegacyPojoStackTraceWriter
public class LegacyPojoStackTraceWriter
Write the trace out for a POJO test. Java 1.3 compatible.
| Constructor Summary | |
|---|---|
LegacyPojoStackTraceWriter(String testClass,
String testMethod,
Throwable t)
|
|
| Method Summary | |
|---|---|
SafeThrowable |
getThrowable()
Retrieve the throwable for this writer. |
String |
smartTrimmedStackTrace()
Get the "smart" trimmed (1-2 lines) stacktrace. |
String |
writeTraceToString()
Write the throwable to a string, without trimming. |
String |
writeTrimmedTraceToString()
Write the throwable to a string, trimming extra locations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LegacyPojoStackTraceWriter(String testClass,
String testMethod,
Throwable t)
| Method Detail |
|---|
public String writeTraceToString()
StackTraceWriter
writeTraceToString in interface StackTraceWriterpublic String smartTrimmedStackTrace()
StackTraceWriter
smartTrimmedStackTrace in interface StackTraceWriterpublic String writeTrimmedTraceToString()
StackTraceWriter
writeTrimmedTraceToString in interface StackTraceWriterpublic SafeThrowable getThrowable()
StackTraceWriter
getThrowable in interface StackTraceWriter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||