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.BuilderAbstractXmlReporter.Count.Builder. builder()AbstractXmlReporter.Count.BuilderAbstractXmlReporter.Count.Builder. withFailed(int val)AbstractXmlReporter.Count.BuilderAbstractXmlReporter.Count.Builder. withIgnored(int val)AbstractXmlReporter.Count.BuilderAbstractXmlReporter.Count.Builder. withPassed(int val)AbstractXmlReporter.Count.BuilderAbstractXmlReporter.Count.Builder. withRetried(int val)AbstractXmlReporter.Count.BuilderAbstractXmlReporter.Count.Builder. withSkipped(int val)
-