Class TestEditComment
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.comment.TestEditComment
-
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 TypeMethodDescriptionvoidsetUp()voidTest that you can create a comment when not logged invoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Constructor Details
-
TestEditComment
public TestEditComment()
-
-
Method Details
-
setUp
public void setUp() -
testSimpleCommentEdit
public void testSimpleCommentEdit() -
testSimpleErrorNoBodyProvided
public void testSimpleErrorNoBodyProvided() -
testCommentEditPermissionGroup
- Throws:
SAXException
-
testCommentEditPermissionRole
- Throws:
SAXException
-
testCommentEditRemovePermission
- Throws:
SAXException
-
testCommentEditCommentNotEditedBefore
- Throws:
SAXException
-
testCommentEditCommentIsSearchable
- Throws:
SAXException
-
testAnonymousCanCreateComment
public void testAnonymousCanCreateComment()Test that you can create a comment when not logged in -
testAnonymousCanSeeAllComments
public void testAnonymousCanSeeAllComments() -
testNoEditPermissions
public void testNoEditPermissions() -
testEditOwnPermissions
public void testEditOwnPermissions() -
testEditAllPermissions
public void testEditAllPermissions() -
testErrorCases
public void testErrorCases() -
testEditCommentWithTooLongBody
public void testEditCommentWithTooLongBody() -
testEditCommentWithTextLengthLimitOn
public void testEditCommentWithTextLengthLimitOn()
-