Class ApplicationAdminResourceAcceptanceTest

java.lang.Object
com.atlassian.crowd.acceptance.tests.rest.service.admin.ApplicationAdminResourceAcceptanceTest

public class ApplicationAdminResourceAcceptanceTest extends Object
  • Field Details

  • Constructor Details

    • ApplicationAdminResourceAcceptanceTest

      public ApplicationAdminResourceAcceptanceTest()
  • Method Details

    • shouldReturnApplicationList

      public void shouldReturnApplicationList() throws IOException
      Throws:
      IOException
    • shouldPageApplicationList

      public void shouldPageApplicationList() throws Exception
      Throws:
      Exception
    • shouldFilterApplicationList

      public void shouldFilterApplicationList() throws Exception
      Throws:
      Exception
    • shouldGetSingleApplication

      public void shouldGetSingleApplication() throws Exception
      Throws:
      Exception
    • shouldDenyUnauthenticated

      public void shouldDenyUnauthenticated() throws Exception
      Throws:
      Exception
    • shouldDenyNonAdmin

      public void shouldDenyNonAdmin() throws Exception
      Throws:
      Exception
    • shouldUpdateApplication

      public void shouldUpdateApplication() throws Exception
      Throws:
      Exception
    • shouldGetDirectoryMappings

      public void shouldGetDirectoryMappings() throws Exception
      Throws:
      Exception
    • shouldExpandDirectoryMappings

      public void shouldExpandDirectoryMappings() throws Exception
      Throws:
      Exception
    • shouldGetSingleDirectoryMapping

      public void shouldGetSingleDirectoryMapping() throws Exception
      Throws:
      Exception
    • shouldDeleteMapping

      public void shouldDeleteMapping() throws Exception
      Throws:
      Exception
    • shouldReorderMappingsToPosition

      public void shouldReorderMappingsToPosition() throws Exception
      Throws:
      Exception
    • shouldReorderMappingsToPositionFirst

      public void shouldReorderMappingsToPositionFirst() throws Exception
      Throws:
      Exception
    • shouldReorderMappingsToAfter

      public void shouldReorderMappingsToAfter() throws Exception
      Throws:
      Exception
    • shouldAddDirectoryMappings

      public void shouldAddDirectoryMappings() throws Exception
      Throws:
      Exception
    • shouldUpdateDirectoryMappings

      public void shouldUpdateDirectoryMappings() throws Exception
      Throws:
      Exception
    • shouldPreventUpdateThatLocksAdminOut

      public void shouldPreventUpdateThatLocksAdminOut() throws Exception
      Throws:
      Exception
    • shouldUpdateAccessBasedFilteringToNoFiltering

      public void shouldUpdateAccessBasedFilteringToNoFiltering() throws Exception
      Throws:
      Exception
    • shouldUpdateAccessBasedFilteringToUsersOnlyFiltering

      public void shouldUpdateAccessBasedFilteringToUsersOnlyFiltering() throws Exception
      Throws:
      Exception
    • shouldUpdateAccessBasedFilteringToUsersAndGroupsFiltering

      public void shouldUpdateAccessBasedFilteringToUsersAndGroupsFiltering() throws Exception
      Throws:
      Exception
    • shouldReturnBadRequestErrorWhenInvalidFilterUsed

      public void shouldReturnBadRequestErrorWhenInvalidFilterUsed() throws Exception
      Throws:
      Exception