|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TapProducer
Produces a TAP Stream.
| Method Summary | |
|---|---|
boolean |
addBailOut(BailOut bailOut)
|
boolean |
addComment(Comment comment)
|
boolean |
addTestResult(TestResult testResult)
|
Integer |
getNumberOfBailOuts()
|
Integer |
getNumberOfComments()
|
Integer |
getNumberOfTestResults()
|
List<TapResult> |
getTapLines()
|
void |
printTo(File file)
Prints a TAP Stream into a File. |
void |
printTo(PrintWriter pw)
Prints the TAP Stream into a Print Writer. |
void |
setFooter(Footer footer)
|
void |
setHeader(Header header)
|
void |
setPlan(Plan plan)
|
| Method Detail |
|---|
void setHeader(Header header)
header - Header.void setPlan(Plan plan)
plan - Plan.boolean addTestResult(TestResult testResult)
testResult - Test Result.Integer getNumberOfTestResults()
boolean addBailOut(BailOut bailOut)
bailOut - Bail Out.Integer getNumberOfBailOuts()
List<TapResult> getTapLines()
boolean addComment(Comment comment)
comment - Comment.Integer getNumberOfComments()
void setFooter(Footer footer)
footer - Footer.void printTo(PrintWriter pw)
pw - The Print Writer.
void printTo(File file)
throws IOException
file - File to print the TAP Stream into it.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||