org.apache.maven.plugin.surefire.report
Class TestMethodStats

java.lang.Object
  extended by 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

Constructor Summary
TestMethodStats(String testClassMethodName, ReportEntryType resultType, StackTraceWriter stackTraceWriter)
           
 
Method Summary
 ReportEntryType getResultType()
           
 StackTraceWriter getStackTraceWriter()
           
 String getTestClassMethodName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMethodStats

public TestMethodStats(String testClassMethodName,
                       ReportEntryType resultType,
                       StackTraceWriter stackTraceWriter)
Method Detail

getTestClassMethodName

public String getTestClassMethodName()

getResultType

public ReportEntryType getResultType()

getStackTraceWriter

public StackTraceWriter getStackTraceWriter()


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.