Package org.testng.xml
Interface ISuiteParser
-
- All Superinterfaces:
IFileParser<XmlSuite>
- All Known Implementing Classes:
SuiteXmlParser,YamlParser
public interface ISuiteParser extends IFileParser<XmlSuite>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(java.lang.String fileName)-
Methods inherited from interface org.testng.xml.IFileParser
parse
-
-