public interface 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.
|
Copyright © 2002-2023 Atlassian. All Rights Reserved.