public class TestBulkMoveSubtaskToSubtask extends BaseJiraWebTest
Modifier and Type | Field and Description |
---|---|
static String |
ADMIN_USERNAME |
static long |
DEFAULT_PERM_SCHEME_ID |
static String |
FRED_PASSWORD |
static String |
FRED_USERNAME |
static String |
ISSUE_BUG |
static String |
ISSUE_IMPROVEMENT |
static String |
ISSUE_TASK |
static String |
JIRA_DEV_GROUP |
jiraWebTestClassRules, webTestRule
backdoor, jira, logger, mailHelper, pageBinder
Constructor and Description |
---|
TestBulkMoveSubtaskToSubtask() |
Modifier and Type | Method and Description |
---|---|
void |
initializeTestData() |
void |
testSubtaskNotSecuredToSubtaskNotSecured() |
void |
testSubtaskNotSecuredToSubtaskSecured() |
void |
testSubtaskSecuredToIssueSecuredDifferentSecurityLevel() |
void |
testSubtaskSecuredToSubtaskNotSecured() |
void |
testSubtaskSecuredToSubtaskSecuredDifferentSecurityLevel() |
void |
testSubtaskSecuredToSubtaskSecuredSameSecurityLevel() |
Iterable<String> |
transformComponents(Iterable<com.atlassian.jira.testkit.client.restclient.Component> components) |
Iterable<String> |
transformVersions(Iterable<com.atlassian.jira.testkit.client.restclient.Version> versions) |
getBackdoor, getBaseClassRule, getBaseRule
public static final String ISSUE_BUG
public static final String ISSUE_TASK
public static final String ISSUE_IMPROVEMENT
public static final String ADMIN_USERNAME
public static final String FRED_USERNAME
public static final String FRED_PASSWORD
public static final String JIRA_DEV_GROUP
public static final long DEFAULT_PERM_SCHEME_ID
public void initializeTestData()
public void testSubtaskSecuredToSubtaskSecuredDifferentSecurityLevel()
public void testSubtaskSecuredToIssueSecuredDifferentSecurityLevel()
public void testSubtaskSecuredToSubtaskSecuredSameSecurityLevel()
public void testSubtaskNotSecuredToSubtaskSecured()
public void testSubtaskNotSecuredToSubtaskNotSecured()
public void testSubtaskSecuredToSubtaskNotSecured()
public Iterable<String> transformComponents(Iterable<com.atlassian.jira.testkit.client.restclient.Component> components)
Copyright © 2002-2024 Atlassian. All Rights Reserved.