org.apache.maven.surefire.report
Class TestSetStatistics
java.lang.Object
org.apache.maven.surefire.report.TestSetStatistics
- Direct Known Subclasses:
- RunStatistics
public class TestSetStatistics
- extends Object
Run-statistics for a testset
- Author:
- Kristian Rosenvold
Note; synchronization is questionable. Whiled this class alone is ok, there's a higher level concern about
synchronization interactions within ReporterManager. See ReporterManager class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
completedCount
protected int completedCount
errors
protected int errors
failures
protected int failures
skipped
protected int skipped
TestSetStatistics
public TestSetStatistics()
incrementCompletedCount
public void incrementCompletedCount()
incrementErrorsCount
public void incrementErrorsCount()
incrementFailureCount
public void incrementFailureCount()
incrementSkippedCount
public void incrementSkippedCount()
hadFailures
public boolean hadFailures()
hadErrors
public boolean hadErrors()
getCompletedCount
public int getCompletedCount()
getSkipped
public int getSkipped()
initResultsFromProperties
public void initResultsFromProperties(Properties results)
getRunResult
public RunResult getRunResult()
getSummary
public String getSummary()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.