org.tap4j.plugin
Class TapParser
java.lang.Object
org.tap4j.plugin.TapParser
public class TapParser
- extends java.lang.Object
Executes remote TAP Stream retrieval and execution.
- Since:
- 1.1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
|
Constructor Summary |
TapParser(java.lang.Boolean outputTapToConsole,
java.lang.Boolean enableSubtests,
java.lang.Boolean todoIsFailure,
java.io.PrintStream logger)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapParser
public TapParser(java.lang.Boolean outputTapToConsole,
java.lang.Boolean enableSubtests,
java.lang.Boolean todoIsFailure,
java.io.PrintStream logger)
hasParserErrors
public boolean hasParserErrors()
hasFailedTests
public boolean hasFailedTests()
parse
public TapResult parse(hudson.FilePath[] results,
hudson.model.AbstractBuild<?,?> build)
Copyright © 2011-2012 Jenkins. All Rights Reserved.