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