Uses of Class
org.testng.reporters.AbstractXmlReporter.Count.Builder
-
Packages that use AbstractXmlReporter.Count.Builder Package Description org.testng.reporters -
-
Uses of AbstractXmlReporter.Count.Builder in org.testng.reporters
Methods in org.testng.reporters that return AbstractXmlReporter.Count.Builder Modifier and Type Method Description static AbstractXmlReporter.Count.Builder
AbstractXmlReporter.Count.Builder. builder()
AbstractXmlReporter.Count.Builder
AbstractXmlReporter.Count.Builder. withFailed(int val)
AbstractXmlReporter.Count.Builder
AbstractXmlReporter.Count.Builder. withIgnored(int val)
AbstractXmlReporter.Count.Builder
AbstractXmlReporter.Count.Builder. withPassed(int val)
AbstractXmlReporter.Count.Builder
AbstractXmlReporter.Count.Builder. withRetried(int val)
AbstractXmlReporter.Count.Builder
AbstractXmlReporter.Count.Builder. withSkipped(int val)
-