public class DefaultCommentAssertions extends Object implements CommentAssertions
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2002-2019 Atlassian. All Rights Reserved.