br.eti.kinoshita.tap4j.producer
Class DefaultTapCoreProducer

java.lang.Object
  extended by br.eti.kinoshita.tap4j.producer.AbstractTapProducer
      extended by br.eti.kinoshita.tap4j.producer.DefaultTapProducer
          extended by br.eti.kinoshita.tap4j.producer.DefaultTapCoreProducer
All Implemented Interfaces:
TapProducer

public class DefaultTapCoreProducer
extends DefaultTapProducer

Since:
1.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Field Summary
 
Fields inherited from class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
footer, header, numberOfBailOuts, numberOfComments, numberOfTestResults, plan, tapLines
 
Constructor Summary
DefaultTapCoreProducer()
           
 
Method Summary
 void printTo(PrintWriter pw)
          Prints the TAP Stream into a Print Writer.
 
Methods inherited from class br.eti.kinoshita.tap4j.producer.DefaultTapProducer
printTo
 
Methods inherited from class br.eti.kinoshita.tap4j.producer.AbstractTapProducer
addBailOut, addComment, addTestResult, getNumberOfBailOuts, getNumberOfComments, getNumberOfTestResults, getTapLines, setFooter, setHeader, setPlan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTapCoreProducer

public DefaultTapCoreProducer()
Method Detail

printTo

public void printTo(PrintWriter pw)
Description copied from interface: TapProducer
Prints the TAP Stream into a Print Writer.

Specified by:
printTo in interface TapProducer
Overrides:
printTo in class DefaultTapProducer
Parameters:
pw - The Print Writer.


Copyright © 2010. All Rights Reserved.