Uses of Class
br.eti.kinoshita.tap4j.model.Comment

Packages that use Comment
br.eti.kinoshita.tap4j.consumer   
br.eti.kinoshita.tap4j.model   
br.eti.kinoshita.tap4j.producer   
 

Uses of Comment in br.eti.kinoshita.tap4j.consumer
 

Fields in br.eti.kinoshita.tap4j.consumer with type parameters of type Comment
protected  List<Comment> AbstractTapConsumer.comments
          List of Comments.
 

Methods in br.eti.kinoshita.tap4j.consumer that return types with arguments of type Comment
 List<Comment> AbstractTapConsumer.getComments()
           
 List<Comment> TapConsumer.getComments()
           
 

Uses of Comment in br.eti.kinoshita.tap4j.model
 

Methods in br.eti.kinoshita.tap4j.model that return Comment
 Comment BailOut.getComment()
           
 Comment Footer.getComment()
           
 Comment Header.getComment()
           
 Comment Plan.getComment()
           
 Comment TestResult.getComment()
           
 

Methods in br.eti.kinoshita.tap4j.model that return types with arguments of type Comment
 List<Comment> TestSet.getComments()
           
 

Methods in br.eti.kinoshita.tap4j.model with parameters of type Comment
 boolean TestSet.addComment(Comment comment)
           
 boolean TestSet.removeComment(Comment comment)
          Removes a Comment from the list.
 void BailOut.setComment(Comment comment)
           
 void Footer.setComment(Comment comment)
           
 void Header.setComment(Comment comment)
          Sets a comment into the Header.
 void Plan.setComment(Comment comment)
          Sets a comment into the Plan.
 void TestResult.setComment(Comment comment)
           
 

Uses of Comment in br.eti.kinoshita.tap4j.producer
 

Methods in br.eti.kinoshita.tap4j.producer with parameters of type Comment
 boolean AbstractTapProducer.addComment(Comment comment)
           
 boolean TapProducer.addComment(Comment comment)
           
 



Copyright © 2010. All Rights Reserved.