Class TestWorklogNotifications
java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.functest.framework.BaseJiraEmailTest
com.atlassian.jira.webtests.ztests.timetracking.TestWorklogNotifications
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraEmailTest
assertions, mailHelper
Fields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraEmailTest
assertEmailTitleEquals
Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Field Details
-
EMAIL_ADDRESS
- See Also:
-
EMAIL_ADDRESS_USER_LISTENING_TO_ISSUE_UPDATED
- See Also:
-
TEXT_ON_WORKLOG_ADDED_MAIL
- See Also:
-
TEXT_ON_WORKLOG_UPDATED_MAIL
- See Also:
-
TEXT_ON_WORKLOG_DELETED_MAIL
- See Also:
-
-
Constructor Details
-
TestWorklogNotifications
public TestWorklogNotifications()
-
-
Method Details
-
testAddingNewWorkLogSendsEmail
- Throws:
Exception
-
testUpdatingWorkLogSendsEmail
- Throws:
Exception
-
testDeletingWorklogSendsEmail
- Throws:
Exception
-
testUsersWhoOnlyListenToIssueUpdatedEventsDoNotReceiveAnyEmailsWhenLoggingWork
public void testUsersWhoOnlyListenToIssueUpdatedEventsDoNotReceiveAnyEmailsWhenLoggingWork() throws Exception- Throws:
Exception
-
testUsersWhoOnlyListenToIssueUpdatedEventsDoNotReceiveAnyEmailsWhenUpdatingWork
public void testUsersWhoOnlyListenToIssueUpdatedEventsDoNotReceiveAnyEmailsWhenUpdatingWork() throws Exception- Throws:
Exception
-
testUsersWhoOnlyListenToIssueUpdatedEventsDoNotReceiveAnyEmailsWhenDeletingWork
public void testUsersWhoOnlyListenToIssueUpdatedEventsDoNotReceiveAnyEmailsWhenDeletingWork() throws Exception- Throws:
Exception
-