public interface

CommentAssertions

com.atlassian.jira.functest.framework.assertions.CommentAssertions
Known Indirect Subclasses

Class Overview

Responsible for holding assertions about a specified group of comments.

Summary

Public Methods
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 Methods

public void areNotVisibleTo (String userName, String issueKey)

Asserts whether the specified comments are not visible to a user in a specific issue.

Parameters
userName The user-name of the user to check visibility for.
issueKey The issue key of the issue in play.

public void areVisibleTo (String userName, String issueKey)

Asserts whether the specified comments are visible to a user in a specific issue.

Parameters
userName The user-name of the user to check visibility for.
issueKey The issue key of the issue in play.