hudson.plugins.testlink.testng
Class TestNGParser

java.lang.Object
  extended by hudson.plugins.testlink.testng.TestNGParser
All Implemented Interfaces:
java.io.Serializable

public class TestNGParser
extends java.lang.Object
implements java.io.Serializable

Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br
See Also:
Serialized Form

Constructor Summary
TestNGParser()
           
 
Method Summary
 Suite parse(java.io.File file)
          Parses the content of an input stream and returns a Suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGParser

public TestNGParser()
Method Detail

parse

public Suite parse(java.io.File file)
            throws ParserException
Parses the content of an input stream and returns a Suite.

Parameters:
inputStream - the input stream.
Returns:
Resulting object.
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException
ParserException


Copyright © 2010-2011 the Jenkins TestLink plug-in team-2012 Jenkins. All Rights Reserved.