|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommentAssertions
Responsible for holding assertions about a specified group of comments.
| Method Summary | |
|---|---|
void |
areNotVisibleTo(String userName,
String issueKey)
Asserts whether the specified comments are not visible to a user in a specific issue. |
void |
areVisibleTo(String userName,
String issueKey)
Asserts whether the specified comments are visible to a user in a specific issue. |
| Method Detail |
|---|
void areVisibleTo(String userName,
String issueKey)
userName - The user-name of the user to check visibility for.issueKey - The issue key of the issue in play.
void areNotVisibleTo(String userName,
String issueKey)
userName - The user-name of the user to check visibility for.issueKey - The issue key of the issue in play.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||