Uses of Interface
org.testng.xml.ISuiteParser
-
Packages that use ISuiteParser Package Description org.testng.xml org.testng.xml.internal -
-
Uses of ISuiteParser in org.testng.xml
Classes in org.testng.xml that implement ISuiteParser Modifier and Type Class Description class
SuiteXmlParser
-
Uses of ISuiteParser in org.testng.xml.internal
Fields in org.testng.xml.internal declared as ISuiteParser Modifier and Type Field Description private static ISuiteParser
Parser. DEFAULT_FILE_PARSER
Fields in org.testng.xml.internal with type parameters of type ISuiteParser Modifier and Type Field Description private static java.util.List<ISuiteParser>
Parser. PARSERS
-