|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase com.atlassian.jira.functest.framework.FuncTestCase com.atlassian.jira.webtests.ztests.project.TestProjectRoles
public class TestProjectRoles
Responsible for testing project roles.
Field Summary |
---|
Fields inherited from class com.atlassian.jira.functest.framework.FuncTestCase |
---|
administration, assertions, backdoor, environmentData, form, funcTestHelperFactory, issueTableAssertions, locator, log, navigation, oldway_consider_porting, page, parse, tester, text |
Constructor Summary | |
---|---|
TestProjectRoles()
|
Method Summary | |
---|---|
com.atlassian.jira.testkit.client.restclient.Response |
addGroupToProjectRole(String groupName,
String projectKey,
String roleName)
|
com.atlassian.jira.testkit.client.restclient.Response |
addUserToProjectRole(String userName,
String projectKey,
String roleName)
|
void |
testAddDefaultUsersAndDefaultGroupsToRole()
|
void |
testCreateIssueWithRolePermissions()
|
void |
testCreateIssueWithRolePermissionsForGroup()
|
void |
testDeleteProjectRoleRemovesSchemeEntries()
|
void |
testDeleteProjectRoleWorkflowConditions()
|
void |
testProjectRoleOperations()
|
void |
testViewUsages()
Tests to see if the view usages screen contains all the associations it should |
Methods inherited from class com.atlassian.jira.functest.framework.FuncTestCase |
---|
builtInCustomFieldKey, getAssertions, getEnvironmentData, getTester, getWebClientListener, isDumpHTML, log, log, runBare, runTest, setEnvironmentData, setUp, setUpHttpUnitOptions, setUpTest, shouldSkipSetup, tearDown, tearDownTest, xpath |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestProjectRoles()
Method Detail |
---|
public void testProjectRoleOperations()
public com.atlassian.jira.testkit.client.restclient.Response addGroupToProjectRole(String groupName, String projectKey, String roleName)
public com.atlassian.jira.testkit.client.restclient.Response addUserToProjectRole(String userName, String projectKey, String roleName)
public void testCreateIssueWithRolePermissions()
public void testCreateIssueWithRolePermissionsForGroup()
public void testAddDefaultUsersAndDefaultGroupsToRole()
public void testDeleteProjectRoleRemovesSchemeEntries()
public void testDeleteProjectRoleWorkflowConditions()
public void testViewUsages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |