org.apache.maven.plugin.surefire.report
Class TestMethodStats
java.lang.Object
org.apache.maven.plugin.surefire.report.TestMethodStats
public class TestMethodStats
- extends Object
Maintains per-thread test result state for a single test method.
- Author:
- Qingzhou Luo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestMethodStats
public TestMethodStats(String testClassMethodName,
ReportEntryType resultType,
StackTraceWriter stackTraceWriter)
getTestClassMethodName
public String getTestClassMethodName()
getResultType
public ReportEntryType getResultType()
getStackTraceWriter
public StackTraceWriter getStackTraceWriter()
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.