Uses of Class
com.togethersoft.testing.shared.Comment

Packages that use Comment
com.togethersoft.testing.shared 
com.togethersoft.testing.testserver 

Uses of Comment in com.togethersoft.testing.shared
 

Methods in com.togethersoft.testing.shared that return Comment
CommentIResultDetail.getComment()
          Returns the comment for this result detail
 

Uses of Comment in com.togethersoft.testing.testserver
 

Methods in com.togethersoft.testing.testserver with parameters of type Comment
voidIServerResultListener.addDetail(int type, String name, Comment comment, String url)
          
voidIServerResultListener.addDetail(int type, String name, StdErr err, StdOut out, Comment comment, StackTrace trace, String url)