hudson.plugins.testlink.parser.testng
Class TestNGParser

java.lang.Object
  extended by hudson.plugins.testlink.parser.Parser<Suite>
      extended by hudson.plugins.testlink.parser.testng.TestNGParser
All Implemented Interfaces:
java.io.Serializable

public class TestNGParser
extends Parser<Suite>

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

Constructor Summary
TestNGParser()
          Default constructor.
 
Method Summary
 java.lang.String getName()
          Retrives the name of the parser.
 Suite parse(java.io.InputStream inputStream)
          Parses the content of an input stream and returns a different object depending on the type of the parser.
 
Methods inherited from class hudson.plugins.testlink.parser.Parser
parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNGParser

public TestNGParser()
Default constructor. Initializes the TestNG XML Handler.

Method Detail

parse

public Suite parse(java.io.InputStream inputStream)
            throws ParserException
Description copied from class: Parser
Parses the content of an input stream and returns a different object depending on the type of the parser.

Specified by:
parse in class Parser<Suite>
Parameters:
inputStream - the input stream.
Returns:
Resulting object.
Throws:
ParserException

getName

public java.lang.String getName()
Description copied from class: Parser
Retrives the name of the parser.

Specified by:
getName in class Parser<Suite>
Returns:
the name of the parser.


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