Class TestMethodStats
java.lang.Object
org.apache.maven.plugin.surefire.report.TestMethodStats
Maintains per-thread test result state for a single test method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ReportEntryType
private final StackTraceWriter
private final String
-
Constructor Summary
ConstructorsConstructorDescriptionTestMethodStats
(String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
testClassMethodName
-
resultType
-
stackTraceWriter
-
-
Constructor Details
-
TestMethodStats
public TestMethodStats(String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter)
-
-
Method Details
-
getTestClassMethodName
-
getResultType
-
getStackTraceWriter
-