org.tap4j.plugin
public class TapParser extends Object
| Constructor and Description |
|---|
TapParser(Boolean outputTapToConsole,
Boolean enableSubtests,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
Boolean validateNumberOfTests,
PrintStream logger) |
TapParser(Boolean outputTapToConsole,
Boolean enableSubtests,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
PrintStream logger)
Deprecated.
|
TapParser(Boolean outputTapToConsole,
Boolean enableSubtests,
Boolean todoIsFailure,
PrintStream logger)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasFailedTests() |
boolean |
hasParserErrors() |
TapResult |
parse(hudson.FilePath[] results,
hudson.model.AbstractBuild<?,?> build) |
@Deprecated public TapParser(Boolean outputTapToConsole, Boolean enableSubtests, Boolean todoIsFailure, PrintStream logger)
@Deprecated public TapParser(Boolean outputTapToConsole, Boolean enableSubtests, Boolean todoIsFailure, Boolean includeCommentDiagnostics, 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.