org.apache.maven.surefire.report
Class RunStatistics
java.lang.Object
org.apache.maven.surefire.report.RunStatistics
public class RunStatistics
- extends Object
- Author:
- Kristian Rosenvold
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RunStatistics
public RunStatistics()
addErrorSource
public void addErrorSource(String errorSource,
org.apache.maven.surefire.report.StackTraceWriter stackTraceWriter)
addFailureSource
public void addFailureSource(String failureSource,
org.apache.maven.surefire.report.StackTraceWriter stackTraceWriter)
getErrorSources
public Collection getErrorSources()
getFailureSources
public Collection getFailureSources()
hadFailures
public boolean hadFailures()
hadErrors
public boolean hadErrors()
getCompletedCount
public int getCompletedCount()
getSkipped
public int getSkipped()
add
public void add(TestSetStats testSetStats)
getRunResult
public org.apache.maven.surefire.suite.RunResult getRunResult()
getSummary
public String getSummary()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.