Package org.tap4j.plugin
Class TapParser
java.lang.Object
org.tap4j.plugin.TapParser
Executes remote TAP Stream retrieval and execution.
- Since:
- 1.1
-
Constructor Summary
ConstructorsConstructorDescriptionTapParser
(Boolean outputTapToConsole, Boolean enableSubtests, Boolean todoIsFailure, Boolean includeCommentDiagnostics, Boolean validateNumberOfTests, Boolean planRequired, Boolean verbose, Boolean stripSingleParents, Boolean flattenTheTap, Boolean removeYamlIfCorrupted, PrintStream logger) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
-
Constructor Details
-
TapParser
-
-
Method Details
-
hasParserErrors
-
getOutputTapToConsole
-
getTodoIsFailure
-
getParserErrors
public boolean getParserErrors() -
getStripSingleParents
public boolean getStripSingleParents() -
getIncludeCommentDiagnostics
-
getValidateNumberOfTests
-
getPlanRequired
-
getEnableSubtests
-
hasFailedTests
public boolean hasFailedTests() -
getVerbose
-
getFlattenTheTap
public boolean getFlattenTheTap() -
getRemoveYamlIfCorrupted
-
parse
-