class SuiteResultCounts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
m_confFailures |
(package private) int |
m_confSkips |
(package private) int |
m_failed |
(package private) int |
m_skipped |
(package private) int |
m_total |
Constructor and Description |
---|
SuiteResultCounts() |
Modifier and Type | Method and Description |
---|---|
void |
calculateResultCounts(XmlSuite xmlSuite,
SuiteRunnerMap suiteRunnerMap) |
int m_total
int m_skipped
int m_failed
int m_confFailures
int m_confSkips
public void calculateResultCounts(XmlSuite xmlSuite, SuiteRunnerMap suiteRunnerMap)