|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.tap4j.producer.TapProducer
public class TapProducer
TAP Producer is responsible for writing the TAP Stream onto some media.
| Constructor Summary | |
|---|---|
TapProducer()
Default constructor. |
|
TapProducer(Representer representer)
Constructor with parameter. |
|
| Method Summary | |
|---|---|
String |
dump(TestSet testSet)
Returns a String representing the TAP Stream produced from a TestSet. |
void |
dump(TestSet testSet,
File output)
Writes the TAP Stream into an output File. |
void |
dump(TestSet testSet,
Writer writer)
Writes the TAP Stream produced from a TestSet into a Writer. |
Representer |
getRepresenter()
Returns the Representer used in the Producer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TapProducer()
public TapProducer(Representer representer)
representer - | Method Detail |
|---|
public String dump(TestSet testSet)
Producer
dump in interface ProducertestSet - TestSet
public void dump(TestSet testSet,
Writer writer)
Producer
dump in interface ProducertestSet - TestSetwriter - Writer
public void dump(TestSet testSet,
File output)
Producer
dump in interface ProducertestSet - TestSetoutput - Output Filepublic Representer getRepresenter()
Producer
getRepresenter in interface Producer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||