Class TestEditComment

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.comment.TestEditComment

public class TestEditComment extends BaseJiraFuncTest
  • Constructor Details

    • TestEditComment

      public TestEditComment()
  • Method Details

    • setUp

      public void setUp()
    • testSimpleCommentEdit

      public void testSimpleCommentEdit()
    • testSimpleErrorNoBodyProvided

      public void testSimpleErrorNoBodyProvided()
    • testCommentEditPermissionGroup

      public void testCommentEditPermissionGroup() throws SAXException
      Throws:
      SAXException
    • testCommentEditPermissionRole

      public void testCommentEditPermissionRole() throws SAXException
      Throws:
      SAXException
    • testCommentEditRemovePermission

      public void testCommentEditRemovePermission() throws SAXException
      Throws:
      SAXException
    • testCommentEditCommentNotEditedBefore

      public void testCommentEditCommentNotEditedBefore() throws SAXException
      Throws:
      SAXException
    • testCommentEditCommentIsSearchable

      public void testCommentEditCommentIsSearchable() throws SAXException
      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()