public class YamlParser extends Object implements ISuiteParser
| Constructor and Description |
|---|
YamlParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String fileName) |
XmlSuite |
parse(String filePath,
InputStream is,
boolean loadClasses) |
public XmlSuite parse(String filePath, InputStream is, boolean loadClasses) throws TestNGException
parse in interface IFileParser<XmlSuite>TestNGExceptionpublic boolean accept(String fileName)
accept in interface ISuiteParserCopyright © 2024. All rights reserved.