public abstract class TestAddComment extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Modifier and Type | Method and Description |
---|---|
void |
testAddCommentCheckUpdatedDate() |
void |
testAddCommentErrorWhenIssueDoesNotExist() |
void |
testAddCommentErrorWhenLoggedOut() |
void |
testAddCommentErrorWhenNoPermission() |
void |
testAddCommentWithGroupButNotLoggedIn() |
void |
testAddCommentWithTextLengthLimitOn() |
void |
testAddCommentWithVisibility() |
void |
testAddInvalidComment() |
void |
testAddTooLongComment() |
void |
testCannotAddCommentWithoutIssue() |
void |
testCommentVisiblityOrdering() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public void testCannotAddCommentWithoutIssue()
public void testCommentVisiblityOrdering()
public void testAddInvalidComment()
public void testAddCommentWithVisibility()
public void testAddCommentErrorWhenLoggedOut()
public void testAddCommentErrorWhenNoPermission()
public void testAddCommentErrorWhenIssueDoesNotExist()
public void testAddCommentWithGroupButNotLoggedIn() throws Exception
Exception
public void testAddCommentCheckUpdatedDate() throws ParseException
ParseException
public void testAddTooLongComment()
public void testAddCommentWithTextLengthLimitOn()
Copyright © 2002-2021 Atlassian. All Rights Reserved.