|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.testng.parser.ResultsParser
public class ResultsParser
Parses testng result XMLs generated using org.testng.reporters.XmlReporter into objects that are then used to display results in Jenkins
| Field Summary | |
|---|---|
static java.lang.String |
DATE_FORMAT
|
| Constructor Summary | |
|---|---|
ResultsParser(java.io.PrintStream printStream)
|
|
| Method Summary | |
|---|---|
java.util.Collection<TestResults> |
parse(java.io.File file)
Parses the XML for relevant information |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String DATE_FORMAT
| Constructor Detail |
|---|
public ResultsParser(java.io.PrintStream printStream)
| Method Detail |
|---|
public java.util.Collection<TestResults> parse(java.io.File file)
file - a file hopefully containing test related data in correct format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||