org.tap4j.plugin
public class TapParser extends Object
| Constructor and Description |
|---|
TapParser(Boolean outputTapToConsole,
Boolean enableSubtests,
Boolean todoIsFailure,
Boolean includeCommentDiagnostics,
Boolean validateNumberOfTests,
Boolean planRequired,
PrintStream logger) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnableSubtests() |
Boolean |
getIncludeCommentDiagnostics() |
Boolean |
getOutputTapToConsole() |
boolean |
getParserErrors() |
Boolean |
getPlanRequired() |
Boolean |
getTodoIsFailure() |
Boolean |
getValidateNumberOfTests() |
boolean |
hasFailedTests() |
Boolean |
hasParserErrors() |
TapResult |
parse(hudson.FilePath[] results,
hudson.model.AbstractBuild<?,?> build) |
public Boolean hasParserErrors()
public Boolean getOutputTapToConsole()
public Boolean getTodoIsFailure()
public boolean getParserErrors()
public Boolean getIncludeCommentDiagnostics()
public Boolean getValidateNumberOfTests()
public Boolean getPlanRequired()
public Boolean getEnableSubtests()
public boolean hasFailedTests()
public TapResult parse(hudson.FilePath[] results, hudson.model.AbstractBuild<?,?> build)
Copyright © 2011-2014 Jenkins. All Rights Reserved.