org.tap4j.representer
Class Tap13Representer
java.lang.Object
org.tap4j.representer.Tap13Representer
- All Implemented Interfaces:
- Representer
public class Tap13Representer
- extends Object
- implements Representer
A TAP 13 representer.
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tap13Representer
public Tap13Representer()
Tap13Representer
public Tap13Representer(DumperOptions options)
getOptions
public DumperOptions getOptions()
- Returns:
- the options
representData
public String representData(TestSet testSet)
- Description copied from interface:
Representer
- Get Test Set as text.
- Specified by:
representData
in interface Representer
- Parameters:
testSet
- TestSet
- Returns:
- TestSet represented as String
printTapLine
protected void printTapLine(PrintWriter pw,
TapResult tapLine)
- Parameters:
pw
- tapLine
-
printTestResult
protected void printTestResult(PrintWriter pw,
TestResult testResult)
- Parameters:
pw
- testResult
-
printBailOut
protected void printBailOut(PrintWriter pw,
BailOut bailOut)
- Parameters:
pw
- bailOut
-
printFooter
protected void printFooter(PrintWriter pw,
Footer footer)
- Parameters:
pw
- footer
-
printPlan
protected void printPlan(PrintWriter pw,
Plan plan)
- Parameters:
pw
- plan
-
printHeader
protected void printHeader(PrintWriter pw,
Header header)
- Parameters:
pw
- header
-
printComment
protected void printComment(PrintWriter pw,
Comment comment)
- Parameters:
pw
- comment
-
printDiagnostic
protected void printDiagnostic(PrintWriter pw,
TapElement tapElement)
- Prints diagnostic of the TAP Element into the Print Writer.
- Parameters:
pw
- PrintWritertapElement
- TAP element
printFiller
protected void printFiller(PrintWriter pw)
Copyright © 2010-2012 TupiLabs. All Rights Reserved.