org.tap4j.representer
Class Tap13Representer

Package class diagram package Tap13Representer
java.lang.Object
  extended by org.tap4j.representer.Tap13Representer
All Implemented Interfaces:
Representer

public class Tap13Representer
extends Object
implements Representer

A TAP 13 representer.

Since:
1.0

Constructor Summary
Tap13Representer()
           
Tap13Representer(DumperOptions options)
           
 
Method Summary
 DumperOptions getOptions()
           
protected  void printBailOut(PrintWriter pw, BailOut bailOut)
           
protected  void printComment(PrintWriter pw, Comment comment)
           
protected  void printDiagnostic(PrintWriter pw, TapElement tapElement)
          Prints diagnostic of the TAP Element into the Print Writer.
protected  void printFiller(PrintWriter pw)
           
protected  void printFooter(PrintWriter pw, Footer footer)
           
protected  void printHeader(PrintWriter pw, Header header)
           
protected  void printPlan(PrintWriter pw, Plan plan)
           
protected  void printTapLine(PrintWriter pw, TapResult tapLine)
           
protected  void printTestResult(PrintWriter pw, TestResult testResult)
           
 String representData(TestSet testSet)
          Get Test Set as text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tap13Representer

public Tap13Representer()

Tap13Representer

public Tap13Representer(DumperOptions options)
Method Detail

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 - PrintWriter
tapElement - TAP element

printFiller

protected void printFiller(PrintWriter pw)


Copyright © 2010-2012 TupiLabs. All Rights Reserved.