Uses of Interface
org.testng.xml.IFileParser
-
Packages that use IFileParser Package Description org.testng.internal org.testng.xml org.testng.xml.dom -
-
Uses of IFileParser in org.testng.internal
Classes in org.testng.internal that implement IFileParser Modifier and Type Class Description class
YamlParser
-
Uses of IFileParser in org.testng.xml
Subinterfaces of IFileParser in org.testng.xml Modifier and Type Interface Description interface
ISuiteParser
Classes in org.testng.xml that implement IFileParser Modifier and Type Class Description class
SuiteXmlParser
class
XMLParser<T>
Methods in org.testng.xml that return IFileParser Modifier and Type Method Description private static IFileParser
Parser. getParser(java.lang.String fileName)
-
Uses of IFileParser in org.testng.xml.dom
Classes in org.testng.xml.dom that implement IFileParser Modifier and Type Class Description class
DomXmlParser
-