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
  • Constructor Details

    • TestMethodStats

      public TestMethodStats(String testClassMethodName, ReportEntryType resultType, org.apache.maven.surefire.api.report.StackTraceWriter stackTraceWriter)
  • Method Details

    • getTestClassMethodName

      public String getTestClassMethodName()
    • getResultType

      public ReportEntryType getResultType()
    • getStackTraceWriter

      public org.apache.maven.surefire.api.report.StackTraceWriter getStackTraceWriter()