org.apache.maven.surefire.report
Interface ReportEntry

All Known Implementing Classes:
CategorizedReportEntry, SimpleReportEntry

public interface ReportEntry


Method Summary
 Integer getElapsed()
           
 String getGroup()
           
 String getName()
           
 String getSourceName()
           
 StackTraceWriter getStackTraceWriter()
           
 

Method Detail

getSourceName

String getSourceName()

getName

String getName()

getGroup

String getGroup()

getStackTraceWriter

StackTraceWriter getStackTraceWriter()

getElapsed

Integer getElapsed()


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