Class DefaultMapToIntegrationKeyValueGeneratorUnitTest


  • @UnitTest
    public class DefaultMapToIntegrationKeyValueGeneratorUnitTest
    extends java.lang.Object
    • Constructor Detail

      • DefaultMapToIntegrationKeyValueGeneratorUnitTest

        public DefaultMapToIntegrationKeyValueGeneratorUnitTest()
    • Method Detail

      • setUp

        public void setUp()
      • testCalculateWhenTypeDescriptorIsNull

        public void testCalculateWhenTypeDescriptorIsNull()
      • testCalculateWhenMapIsNull

        public void testCalculateWhenMapIsNull()
      • testCalculateIntegrationKeyValueKeyWhenGivenEntityWithSimpleKey

        public void testCalculateIntegrationKeyValueKeyWhenGivenEntityWithSimpleKey()
      • testCalculateIntegrationKeyWhenGivenEntityWithSimpleKey_date

        public void testCalculateIntegrationKeyWhenGivenEntityWithSimpleKey_date()
      • testCalculateIntegrationKeyWhenGivenEntityWithSimpleKey_Calendar

        public void testCalculateIntegrationKeyWhenGivenEntityWithSimpleKey_Calendar()
      • testCalculateIntegrationKeyWhenGivenEntityWithSimpleKey_encodeProblem

        public void testCalculateIntegrationKeyWhenGivenEntityWithSimpleKey_encodeProblem()
      • testCalculateIntegrationKeyWhenGivenEntityWithSimpleKeyAndNavigationKey

        public void testCalculateIntegrationKeyWhenGivenEntityWithSimpleKeyAndNavigationKey()
      • testCalculateIntegrationKeyWhenGivenEntityWithNullValues

        public void testCalculateIntegrationKeyWhenGivenEntityWithNullValues()
      • testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheItemTypeName

        public void testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheItemTypeName()
      • testCalculateIntegrationKeyPrefersLongerTypeNamesInOrderOfTheKeyOutput

        public void testCalculateIntegrationKeyPrefersLongerTypeNamesInOrderOfTheKeyOutput()
      • testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheAttributeName

        public void testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheAttributeName()
      • testCalculateIntegrationKeyPrefersShorterAttributeNamesInOrderOfTheKeyOutput

        public void testCalculateIntegrationKeyPrefersShorterAttributeNamesInOrderOfTheKeyOutput()
      • testCalculateIntegrationKeyPrefersItemTypeOrderOverAttributeNameOrderInTheKeyOutput

        public void testCalculateIntegrationKeyPrefersItemTypeOrderOverAttributeNameOrderInTheKeyOutput()