org.apache.maven.surefire.report
Interface ReportEntry

All Known Implementing Classes:
CategorizedReportEntry, SimpleReportEntry

public interface ReportEntry


Method Summary
 Integer getElapsed()
          Deprecated.  
 String getGroup()
          The group/category of the testcase
 String getMessage()
          A message relating to a non-successful termination.
 String getName()
          The name of the test case
 String getSourceName()
          The class name of the test
 StackTraceWriter getStackTraceWriter()
          The group/category of the testcase
 

Method Detail

getSourceName

String getSourceName()
The class name of the test

Returns:
A string with the class name

getName

String getName()
The name of the test case

Returns:
A string describing the test case

getGroup

String getGroup()
The group/category of the testcase

Returns:
A string

getStackTraceWriter

StackTraceWriter getStackTraceWriter()
The group/category of the testcase

Returns:
A string

getElapsed

Integer getElapsed()
Deprecated. 


getMessage

String getMessage()
A message relating to a non-successful termination. May be the "message" from an exception or the reason for a test being ignored

Returns:
A string that explains an anomaly


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.