Modifier and Type | Class and Description |
---|---|
class |
DeserializedStacktraceWriter
Represents a deserialize stacktracewriter that has been
marshalled across to the plugin from the fork.
|
Modifier and Type | Method and Description |
---|---|
StackTraceWriter |
ForkClient.getErrorInFork() |
Modifier and Type | Method and Description |
---|---|
StackTraceWriter |
WrappedReportEntry.getStackTraceWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
ForkingRunListener.encode(StringBuffer stringBuffer,
StackTraceWriter stackTraceWriter,
boolean trimStackTraces) |
Modifier and Type | Class and Description |
---|---|
class |
JUnit4StackTraceWriter
Writes out a specific
Failure for
surefire as a stacktrace. |
Modifier and Type | Method and Description |
---|---|
protected StackTraceWriter |
JUnit4RunListener.createStackTraceWriter(org.junit.runner.notification.Failure failure) |
Modifier and Type | Class and Description |
---|---|
class |
JUnit46StackTraceWriter
A stacktrace writer that requires at least junit 4.6 to run.
|
Modifier and Type | Method and Description |
---|---|
protected StackTraceWriter |
JUnitCoreRunListener.createStackTraceWriter(org.junit.runner.notification.Failure failure) |
Modifier and Type | Class and Description |
---|---|
class |
LegacyPojoStackTraceWriter
Write the trace out for a POJO test.
|
class |
PojoStackTraceWriter
Write the trace out for a POJO test.
|
Modifier and Type | Method and Description |
---|---|
StackTraceWriter |
SimpleReportEntry.getStackTraceWriter() |
StackTraceWriter |
ReportEntry.getStackTraceWriter()
The group/category of the testcase
|
Modifier and Type | Method and Description |
---|---|
void |
RunStatistics.addErrorSource(StackTraceWriter stackTraceWriter) |
void |
RunStatistics.addFailureSource(StackTraceWriter stackTraceWriter) |
static ReportEntry |
CategorizedReportEntry.reportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
static SimpleReportEntry |
SimpleReportEntry.withException(String source,
String name,
StackTraceWriter stackTraceWriter) |
Constructor and Description |
---|
CategorizedReportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
CategorizedReportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.