Package org.testng.internal
Class Yaml
java.lang.Object
org.testng.internal.Yaml
YAML support for TestNG.
-
Method Summary
Modifier and TypeMethodDescriptionstatic XmlSuite
parse
(String filePath, InputStream is, boolean loadClasses) static StringBuilder
-
Method Details
-
parse
public static XmlSuite parse(String filePath, InputStream is, boolean loadClasses) throws FileNotFoundException - Throws:
FileNotFoundException
-
toYaml
-