|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.functest.framework.assertions.DefaultCommentAssertions
public class DefaultCommentAssertions
Holds assertion methods around an issue's 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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void areVisibleTo(String userName, String issueKey)
CommentAssertions
areVisibleTo
in interface CommentAssertions
userName
- The user-name of the user to check visibility for.issueKey
- The issue key of the issue in play.public void areNotVisibleTo(String userName, String issueKey)
CommentAssertions
areNotVisibleTo
in interface CommentAssertions
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 |