TestNG 6.1.1-redhat-2

org.testng.xml
Interface IFileParser<T>

All Known Implementing Classes:
ResultXMLParser, SuiteXmlParser, XMLParser

public interface IFileParser<T>


Method Summary
 T parse(String filePath, InputStream is, boolean loadClasses)
           
 

Method Detail

parse

T parse(String filePath,
        InputStream is,
        boolean loadClasses)
        throws TestNGException
Throws:
TestNGException

TestNG 6.1.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.