public class ApplicationAdminResourceAcceptanceTest extends Object
Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableList<ApplicationEntity> |
APP_ENTITIES |
RestTestFixture |
fixture |
Constructor and Description |
---|
ApplicationAdminResourceAcceptanceTest() |
Modifier and Type | Method and Description |
---|---|
void |
shouldAddDirectoryMappings() |
void |
shouldDeleteMapping() |
void |
shouldDenyNonAdmin() |
void |
shouldDenyUnauthenticated() |
void |
shouldExpandDirectoryMappings() |
void |
shouldFilterApplicationList() |
void |
shouldGetDirectoryMappings() |
void |
shouldGetSingleApplication() |
void |
shouldGetSingleDirectoryMapping() |
void |
shouldPageApplicationList() |
void |
shouldPreventUpdateThatLocksAdminOut() |
void |
shouldReorderMappingsToAfter() |
void |
shouldReorderMappingsToPosition() |
void |
shouldReorderMappingsToPositionFirst() |
void |
shouldReturnApplicationList() |
void |
shouldUpdateApplication() |
void |
shouldUpdateDirectoryMappings() |
public static final com.google.common.collect.ImmutableList<ApplicationEntity> APP_ENTITIES
public RestTestFixture fixture
public ApplicationAdminResourceAcceptanceTest()
public void shouldReturnApplicationList() throws IOException
IOException
public void shouldPageApplicationList() throws Exception
Exception
public void shouldFilterApplicationList() throws Exception
Exception
public void shouldGetSingleApplication() throws Exception
Exception
public void shouldDenyUnauthenticated() throws Exception
Exception
public void shouldGetDirectoryMappings() throws Exception
Exception
public void shouldExpandDirectoryMappings() throws Exception
Exception
public void shouldGetSingleDirectoryMapping() throws Exception
Exception
public void shouldReorderMappingsToPosition() throws Exception
Exception
public void shouldReorderMappingsToPositionFirst() throws Exception
Exception
public void shouldReorderMappingsToAfter() throws Exception
Exception
public void shouldAddDirectoryMappings() throws Exception
Exception
public void shouldUpdateDirectoryMappings() throws Exception
Exception
Copyright © 2021 Atlassian. All rights reserved.