|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.report.TestSetStatistics
org.apache.maven.surefire.report.RunStatistics
public class RunStatistics
| Field Summary |
|---|
| Fields inherited from class org.apache.maven.surefire.report.TestSetStatistics |
|---|
completedCount, errors, failures, skipped |
| Constructor Summary | |
|---|---|
RunStatistics()
|
|
| Method Summary | |
|---|---|
void |
addErrorSource(java.lang.String errorSource)
|
void |
addFailureSource(java.lang.String errorSource)
|
java.util.Collection |
getErrorSources()
|
java.util.Collection |
getFailureSources()
|
| Methods inherited from class org.apache.maven.surefire.report.TestSetStatistics |
|---|
getCompletedCount, getSkipped, getSummary, hadErrors, hadFailures, incrementCompletedCount, incrementErrorsCount, incrementFailureCount, incrementSkippedCount, initResultsFromProperties, isProblemFree, updateResultsProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunStatistics()
| Method Detail |
|---|
public void addErrorSource(java.lang.String errorSource)
public void addFailureSource(java.lang.String errorSource)
public java.util.Collection getFailureSources()
public java.util.Collection getErrorSources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||