public class TestEditComment extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestEditComment() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testAnonymousCanCreateComment()
Test that you can create a comment when not logged in
|
void |
testAnonymousCanSeeAllComments() |
void |
testCommentEditCommentIsSearchable() |
void |
testCommentEditCommentNotEditedBefore() |
void |
testCommentEditPermissionGroup() |
void |
testCommentEditPermissionRole() |
void |
testCommentEditRemovePermission() |
void |
testEditAllPermissions() |
void |
testEditCommentWithTextLengthLimitOn() |
void |
testEditCommentWithTooLongBody() |
void |
testEditOwnPermissions() |
void |
testErrorCases() |
void |
testNoEditPermissions() |
void |
testSimpleCommentEdit() |
void |
testSimpleErrorNoBodyProvided() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUp()
public void testSimpleCommentEdit()
public void testSimpleErrorNoBodyProvided()
public void testCommentEditPermissionGroup() throws SAXException
SAXException
public void testCommentEditPermissionRole() throws SAXException
SAXException
public void testCommentEditRemovePermission() throws SAXException
SAXException
public void testCommentEditCommentNotEditedBefore() throws SAXException
SAXException
public void testCommentEditCommentIsSearchable() throws SAXException
SAXException
public void testAnonymousCanCreateComment()
public void testAnonymousCanSeeAllComments()
public void testNoEditPermissions()
public void testEditOwnPermissions()
public void testEditAllPermissions()
public void testErrorCases()
public void testEditCommentWithTooLongBody()
public void testEditCommentWithTextLengthLimitOn()
Copyright © 2002-2022 Atlassian. All Rights Reserved.