Class TestAddComment
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.comment.TestAddComment
- Direct Known Subclasses:
TestAddCommentFooterLink,TestAddCommentHeaderLink
-
Field Summary
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
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
- Throws:
Exception
-
testAddCommentCheckUpdatedDate
- Throws:
ParseException
-
testAddTooLongComment
public void testAddTooLongComment() -
testAddCommentWithTextLengthLimitOn
public void testAddCommentWithTextLengthLimitOn()
-