|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment | |
|---|---|
| org.tap4j.model | |
| org.tap4j.representer | |
| Uses of Comment in org.tap4j.model |
|---|
| Methods in org.tap4j.model that return Comment | |
|---|---|
Comment |
Footer.getComment()
|
Comment |
Plan.getComment()
|
Comment |
BailOut.getComment()
Get the comment. |
Comment |
Header.getComment()
|
| Methods in org.tap4j.model that return types with arguments of type Comment | |
|---|---|
List<Comment> |
TestSet.getComments()
|
List<Comment> |
TestResult.getComments()
|
| Methods in org.tap4j.model with parameters of type Comment | |
|---|---|
boolean |
TestSet.addComment(Comment comment)
|
void |
TestResult.addComment(Comment comment)
Adds a new comment to this Test Result. |
boolean |
TestSet.removeComment(Comment comment)
Removes a Comment from the list. |
void |
Footer.setComment(Comment comment)
|
void |
Plan.setComment(Comment comment)
Sets a comment into the Plan. |
void |
BailOut.setComment(Comment comment)
Set the comment. |
void |
Header.setComment(Comment comment)
Sets a comment into the Header. |
| Method parameters in org.tap4j.model with type arguments of type Comment | |
|---|---|
void |
TestResult.setComments(List<Comment> comments)
|
| Uses of Comment in org.tap4j.representer |
|---|
| Methods in org.tap4j.representer with parameters of type Comment | |
|---|---|
protected void |
Tap13Representer.printComment(PrintWriter pw,
Comment comment)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||