public class TapParser extends Object
| Constructor and Description |
|---|
TapParser(Boolean outputTapToConsole,
Boolean enableSubtests,
Boolean todoIsFailure,
PrintStream logger) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasFailedTests() |
boolean |
hasParserErrors() |
TapResult |
parse(hudson.FilePath[] results,
hudson.model.AbstractBuild<?,?> build) |
public TapParser(Boolean outputTapToConsole, Boolean enableSubtests, Boolean todoIsFailure, PrintStream logger)
public boolean hasParserErrors()
public boolean hasFailedTests()
public TapResult parse(hudson.FilePath[] results, hudson.model.AbstractBuild<?,?> build)
Copyright © 2011-2013 Jenkins. All Rights Reserved.