Uses of Interface
org.apache.maven.surefire.report.StackTraceWriter
-
-
Uses of StackTraceWriter in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output that implement StackTraceWriter Modifier and Type Class Description class
DeserializedStacktraceWriter
Represents a deserialize stacktracewriter that has been marshalled across to the plugin from the fork.Fields in org.apache.maven.plugin.surefire.booterclient.output declared as StackTraceWriter Modifier and Type Field Description private StackTraceWriter
ForkClient. errorInFork
Methods in org.apache.maven.plugin.surefire.booterclient.output that return StackTraceWriter Modifier and Type Method Description private StackTraceWriter
ForkClient. deserializeStackTraceWriter(java.util.StringTokenizer tokens)
StackTraceWriter
ForkClient. getErrorInFork()
-
Uses of StackTraceWriter in org.apache.maven.plugin.surefire.report
Fields in org.apache.maven.plugin.surefire.report declared as StackTraceWriter Modifier and Type Field Description private StackTraceWriter
TestMethodStats. stackTraceWriter
Methods in org.apache.maven.plugin.surefire.report that return StackTraceWriter Modifier and Type Method Description StackTraceWriter
TestMethodStats. getStackTraceWriter()
StackTraceWriter
WrappedReportEntry. getStackTraceWriter()
Constructors in org.apache.maven.plugin.surefire.report with parameters of type StackTraceWriter Constructor Description TestMethodStats(java.lang.String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter)
-
Uses of StackTraceWriter in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter with parameters of type StackTraceWriter Modifier and Type Method Description private void
ForkingRunListener. encode(java.lang.StringBuilder stringBuilder, StackTraceWriter stackTraceWriter)
static void
ForkingRunListener. encode(java.lang.StringBuilder stringBuilder, StackTraceWriter stackTraceWriter, boolean trimStackTraces)
-
Uses of StackTraceWriter in org.apache.maven.surefire.common.junit4
Classes in org.apache.maven.surefire.common.junit4 that implement StackTraceWriter Modifier and Type Class Description class
JUnit4StackTraceWriter
Writes out a specificFailure
for surefire as a stacktrace.Methods in org.apache.maven.surefire.common.junit4 that return StackTraceWriter Modifier and Type Method Description protected StackTraceWriter
JUnit4RunListener. createStackTraceWriter(org.junit.runner.notification.Failure failure)
-
Uses of StackTraceWriter in org.apache.maven.surefire.common.junit48
Classes in org.apache.maven.surefire.common.junit48 that implement StackTraceWriter Modifier and Type Class Description class
JUnit46StackTraceWriter
A stacktrace writer that requires at least junit 4.6 to run. -
Uses of StackTraceWriter in org.apache.maven.surefire.junitcore
Methods in org.apache.maven.surefire.junitcore that return StackTraceWriter Modifier and Type Method Description protected StackTraceWriter
JUnitCoreRunListener. createStackTraceWriter(org.junit.runner.notification.Failure failure)
-
Uses of StackTraceWriter in org.apache.maven.surefire.junitplatform
Methods in org.apache.maven.surefire.junitplatform that return StackTraceWriter Modifier and Type Method Description private StackTraceWriter
RunListenerAdapter. getStackTraceWriter(org.junit.platform.launcher.TestIdentifier testIdentifier, java.lang.Throwable throwable)
private StackTraceWriter
RunListenerAdapter. getStackTraceWriter(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult)
Methods in org.apache.maven.surefire.junitplatform with parameters of type StackTraceWriter Modifier and Type Method Description private SimpleReportEntry
RunListenerAdapter. createReportEntry(org.junit.platform.launcher.TestIdentifier testIdentifier, StackTraceWriter stackTraceWriter)
-
Uses of StackTraceWriter in org.apache.maven.surefire.report
Classes in org.apache.maven.surefire.report that implement StackTraceWriter Modifier and Type Class Description class
LegacyPojoStackTraceWriter
Write the trace out for a POJO test.class
PojoStackTraceWriter
Write the trace out for a POJO test.Fields in org.apache.maven.surefire.report declared as StackTraceWriter Modifier and Type Field Description private StackTraceWriter
SimpleReportEntry. stackTraceWriter
Methods in org.apache.maven.surefire.report that return StackTraceWriter Modifier and Type Method Description StackTraceWriter
ReportEntry. getStackTraceWriter()
The group/category of the testcaseStackTraceWriter
SimpleReportEntry. getStackTraceWriter()
Methods in org.apache.maven.surefire.report with parameters of type StackTraceWriter Modifier and Type Method Description static TestSetReportEntry
CategorizedReportEntry. reportEntry(java.lang.String source, java.lang.String name, java.lang.String group, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> systemProperties)
private static java.lang.String
SimpleReportEntry. safeGetMessage(StackTraceWriter stackTraceWriter)
static SimpleReportEntry
SimpleReportEntry. withException(java.lang.String source, java.lang.String name, StackTraceWriter stackTraceWriter)
Constructors in org.apache.maven.surefire.report with parameters of type StackTraceWriter Constructor Description CategorizedReportEntry(java.lang.String source, java.lang.String name, java.lang.String group, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed)
CategorizedReportEntry(java.lang.String source, java.lang.String name, java.lang.String group, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed, java.lang.String message)
CategorizedReportEntry(java.lang.String source, java.lang.String name, java.lang.String group, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> systemProperties)
SimpleReportEntry(java.lang.String source, java.lang.String name, StackTraceWriter stackTraceWriter)
SimpleReportEntry(java.lang.String source, java.lang.String name, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed)
SimpleReportEntry(java.lang.String source, java.lang.String name, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> systemProperties)
SimpleReportEntry(java.lang.String source, java.lang.String name, StackTraceWriter stackTraceWriter, java.lang.Integer elapsed, java.util.Map<java.lang.String,java.lang.String> systemProperties)
-