|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.eti.kinoshita.tap4j.producer.AbstractTapProducer
public abstract class AbstractTapProducer
Abstract TAP Producer. Implements few basic methods.
| Field Summary | |
|---|---|
protected Footer |
footer
Footer. |
protected Header |
header
Header. |
protected Integer |
numberOfBailOuts
Number of Bail Outs. |
protected Integer |
numberOfComments
Number of Comments. |
protected Integer |
numberOfTestResults
Number of Test Results. |
protected Plan |
plan
Plan. |
protected List<TapResult> |
tapLines
List of Tap Lines. |
| Constructor Summary | |
|---|---|
AbstractTapProducer()
|
|
| Method Summary | |
|---|---|
boolean |
addBailOut(BailOut bailOut)
|
boolean |
addComment(Comment comment)
|
boolean |
addTestResult(TestResult testResult)
|
Integer |
getNumberOfBailOuts()
|
Integer |
getNumberOfComments()
|
Integer |
getNumberOfTestResults()
|
List<TapResult> |
getTapLines()
|
void |
setFooter(Footer footer)
|
void |
setHeader(Header header)
|
void |
setPlan(Plan plan)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface br.eti.kinoshita.tap4j.producer.TapProducer |
|---|
printTo, printTo |
| Field Detail |
|---|
protected Header header
protected Plan plan
protected List<TapResult> tapLines
protected Integer numberOfTestResults
protected Integer numberOfBailOuts
protected Integer numberOfComments
protected Footer footer
| Constructor Detail |
|---|
public AbstractTapProducer()
| Method Detail |
|---|
public void setHeader(Header header)
setHeader in interface TapProducerheader - Header.public void setPlan(Plan plan)
setPlan in interface TapProducerplan - Plan.public boolean addTestResult(TestResult testResult)
addTestResult in interface TapProducertestResult - Test Result.public Integer getNumberOfTestResults()
getNumberOfTestResults in interface TapProducerpublic boolean addBailOut(BailOut bailOut)
addBailOut in interface TapProducerbailOut - Bail Out.public Integer getNumberOfBailOuts()
getNumberOfBailOuts in interface TapProducerpublic List<TapResult> getTapLines()
getTapLines in interface TapProducerpublic boolean addComment(Comment comment)
addComment in interface TapProducercomment - Comment.public Integer getNumberOfComments()
getNumberOfComments in interface TapProducerpublic void setFooter(Footer footer)
setFooter in interface TapProducerfooter - Footer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||