Class LowerCaseOutputTest

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.atlassian.crowd.acceptance.tests.rest.service.RestCrowdServiceAcceptanceTestCase
com.atlassian.crowd.acceptance.tests.rest.service.LowerCaseOutputTest
All Implemented Interfaces:
junit.framework.Test

public class LowerCaseOutputTest extends RestCrowdServiceAcceptanceTestCase
Tests that mixed case user and group names are converted to lower case in REST API responses when the lowerCaseOutput attribute of an application is set to true.
  • Constructor Details

    • LowerCaseOutputTest

      public LowerCaseOutputTest(String name)
    • LowerCaseOutputTest

      public LowerCaseOutputTest(String name, RestServer restServer)
  • Method Details

    • testMixedCaseUsernameTranslatedToLowerCaseForLowerCaseOutputApplication

      public void testMixedCaseUsernameTranslatedToLowerCaseForLowerCaseOutputApplication() throws Exception
      Throws:
      Exception
    • testMixedCaseUsernameNotTranslatedForMixedCaseOutputApplication

      public void testMixedCaseUsernameNotTranslatedForMixedCaseOutputApplication() throws Exception
      Throws:
      Exception
    • testMixedCaseGroupNameTranslatedToLowerCaseForLowerCaseOutputApplication

      public void testMixedCaseGroupNameTranslatedToLowerCaseForLowerCaseOutputApplication() throws Exception
      Throws:
      Exception
    • testMixedCaseGroupNameNotTranslatedForMixedCaseOutputApplication

      public void testMixedCaseGroupNameNotTranslatedForMixedCaseOutputApplication() throws Exception
      Throws:
      Exception
    • testMixedCaseGroupnameInMembershipTranslatedToLowerCase

      public void testMixedCaseGroupnameInMembershipTranslatedToLowerCase() throws Exception
      Throws:
      Exception