Class TestAddComment

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.comment.TestAddComment
Direct Known Subclasses:
TestAddCommentFooterLink, TestAddCommentHeaderLink

public abstract class TestAddComment extends BaseJiraFuncTest
  • Method Details

    • testCannotAddCommentWithoutIssue

      public void testCannotAddCommentWithoutIssue()
    • testCommentVisiblityOrdering

      public void testCommentVisiblityOrdering()
    • testAddInvalidComment

      public void testAddInvalidComment()
    • testAddCommentWithVisibility

      public void testAddCommentWithVisibility()
    • testAddCommentErrorWhenLoggedOut

      public void testAddCommentErrorWhenLoggedOut()
    • testAddCommentErrorWhenNoPermission

      public void testAddCommentErrorWhenNoPermission()
    • testAddCommentErrorWhenIssueDoesNotExist

      public void testAddCommentErrorWhenIssueDoesNotExist()
    • testAddCommentWithGroupButNotLoggedIn

      public void testAddCommentWithGroupButNotLoggedIn() throws Exception
      Throws:
      Exception
    • testAddCommentCheckUpdatedDate

      public void testAddCommentCheckUpdatedDate() throws ParseException
      Throws:
      ParseException
    • testAddTooLongComment

      public void testAddTooLongComment()
    • testAddCommentWithTextLengthLimitOn

      public void testAddCommentWithTextLengthLimitOn()