Uses of Class
org.testng.reporters.AbstractXmlReporter.Count
-
Packages that use AbstractXmlReporter.Count Package Description org.testng.reporters -
-
Uses of AbstractXmlReporter.Count in org.testng.reporters
Methods in org.testng.reporters that return AbstractXmlReporter.Count Modifier and Type Method Description AbstractXmlReporter.Count
AbstractXmlReporter.Count.Builder. build()
protected AbstractXmlReporter.Count
AbstractXmlReporter. computeCountForSuite(ISuite s)
Methods in org.testng.reporters with parameters of type AbstractXmlReporter.Count Modifier and Type Method Description void
AbstractXmlReporter.Count. add(AbstractXmlReporter.Count count)
protected java.util.Properties
AbstractXmlReporter. writeSummaryCount(AbstractXmlReporter.Count count, XMLStringBuffer rootBuffer)
-