Class TapParser

java.lang.Object
org.tap4j.plugin.TapParser

public class TapParser extends Object
Executes remote TAP Stream retrieval and execution.
Since:
1.1
  • Constructor Details

  • Method Details

    • hasParserErrors

      public Boolean hasParserErrors()
    • getOutputTapToConsole

      public Boolean getOutputTapToConsole()
    • getTodoIsFailure

      public Boolean getTodoIsFailure()
    • getParserErrors

      public boolean getParserErrors()
    • getStripSingleParents

      public boolean getStripSingleParents()
    • getIncludeCommentDiagnostics

      public Boolean getIncludeCommentDiagnostics()
    • getValidateNumberOfTests

      public Boolean getValidateNumberOfTests()
    • getPlanRequired

      public Boolean getPlanRequired()
    • getEnableSubtests

      public Boolean getEnableSubtests()
    • hasFailedTests

      public boolean hasFailedTests()
    • getVerbose

      public Boolean getVerbose()
    • getFlattenTheTap

      public boolean getFlattenTheTap()
    • getRemoveYamlIfCorrupted

      public Boolean getRemoveYamlIfCorrupted()
    • parse

      public TapResult parse(FilePath[] results, Run<?,?> build)