|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.testlink.parser.Parser<java.util.List<TestSuite>>
hudson.plugins.testlink.parser.junit.JUnitParser
public class JUnitParser
JUnit Parser. Returns a TestSuite.
TestSuite
,
Serialized FormConstructor Summary | |
---|---|
JUnitParser()
Default constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Retrives the name of the parser. |
java.util.List<TestSuite> |
parse(java.io.InputStream inputStream)
Parses the content of an input stream and returns a different object depending on the type of the parser. |
protected void |
validateJUnitTestSuite(TestSuite suite)
Validates a JUnit Test Suite. |
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 |
---|
public JUnitParser()
Method Detail |
---|
public java.util.List<TestSuite> parse(java.io.InputStream inputStream) throws ParserException
Parser
parse
in class Parser<java.util.List<TestSuite>>
inputStream
- the input stream.
ParserException
protected void validateJUnitTestSuite(TestSuite suite) throws ParserException
suite
- JUnit Test Suite.
ParserException
public java.lang.String getName()
Parser
getName
in class Parser<java.util.List<TestSuite>>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |