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