Class TestCommentVisibility
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.comment.TestCommentVisibility
NOTE: Adding a comment with visibility is tested in
TestAddComment
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Checks that comments searches produce the correct issues in search results when the comment visibility is not restricted to roles or groups.void
Checks the search results for comment searches where the comment visibility is restricted to role levels.void
void
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestCommentVisibility
public TestCommentVisibility()
-
-
Method Details
-
setUpTest
public void setUpTest() -
testCommentVisibilitySwitchOnViewIssue
public void testCommentVisibilitySwitchOnViewIssue() -
testAnonymousCommenterAllowed
public void testAnonymousCommenterAllowed() -
testLogWorkReflectsCommentVisibilitySwitch
public void testLogWorkReflectsCommentVisibilitySwitch() -
testCommentSearchNoLevels
public void testCommentSearchNoLevels()Checks that comments searches produce the correct issues in search results when the comment visibility is not restricted to roles or groups. -
testCommentSearchResultsWithLevels
public void testCommentSearchResultsWithLevels()Checks the search results for comment searches where the comment visibility is restricted to role levels.
-