org.testng.xml
Class ResultXMLParser

java.lang.Object
  extended by org.testng.xml.XMLParser<Object>
      extended by org.testng.xml.ResultXMLParser
All Implemented Interfaces:
IFileParser<Object>

public class ResultXMLParser
extends XMLParser<Object>

Parses testng-result.xml.

Author:
Cedric Beust
See Also:
ResultContentHandler

Constructor Summary
ResultXMLParser(IRemoteSuiteListener suiteListener, IRemoteTestListener testListener)
           
 
Method Summary
static void main(String[] args)
           
 void parse()
           
 Object parse(String currentFile, InputStream inputStream, boolean loadClasses)
           
 
Methods inherited from class org.testng.xml.XMLParser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultXMLParser

public ResultXMLParser(IRemoteSuiteListener suiteListener,
                       IRemoteTestListener testListener)
Method Detail

parse

public void parse()

parse

public Object parse(String currentFile,
                    InputStream inputStream,
                    boolean loadClasses)

main

public static void main(String[] args)
                 throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2015. All Rights Reserved.