Class DefaultMapToIntegrationKeyValueGeneratorUnitTest
- java.lang.Object
-
- de.hybris.platform.integrationservices.integrationkey.impl.DefaultMapToIntegrationKeyValueGeneratorUnitTest
-
@UnitTest public class DefaultMapToIntegrationKeyValueGeneratorUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultMapToIntegrationKeyValueGeneratorUnitTest()
-
Method Summary
-
-
-
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()
-
-