public class TestMethodStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ReportEntryType |
resultType |
private StackTraceWriter |
stackTraceWriter |
private java.lang.String |
testClassMethodName |
Constructor and Description |
---|
TestMethodStats(java.lang.String testClassMethodName,
ReportEntryType resultType,
StackTraceWriter stackTraceWriter) |
Modifier and Type | Method and Description |
---|---|
ReportEntryType |
getResultType() |
StackTraceWriter |
getStackTraceWriter() |
java.lang.String |
getTestClassMethodName() |
private final java.lang.String testClassMethodName
private final ReportEntryType resultType
private final StackTraceWriter stackTraceWriter
public TestMethodStats(java.lang.String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter)
public java.lang.String getTestClassMethodName()
public ReportEntryType getResultType()
public StackTraceWriter getStackTraceWriter()