Class DefaultMapToIntegrationKeyValueGeneratorUnitTest
java.lang.Object
de.hybris.platform.integrationservices.integrationkey.impl.DefaultMapToIntegrationKeyValueGeneratorUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultMapToIntegrationKeyValueGeneratorUnitTest
public DefaultMapToIntegrationKeyValueGeneratorUnitTest()
-
-
Method Details
-
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() -
testCalculateIntegrationKeyWhenGivenEntityWithNullValues
public void testCalculateIntegrationKeyWhenGivenEntityWithNullValues() -
testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheItemTypeName
public void testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheItemTypeName() -
testCalculateIntegrationKeyPrefersLongerTypeNamesInOrderOfTheKeyOutput
public void testCalculateIntegrationKeyPrefersLongerTypeNamesInOrderOfTheKeyOutput() -
testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheAttributeName
public void testCalculateIntegrationKeyCombinesKeyAttributeValuesInOrderOfTheAttributeName() -
testCalculateIntegrationKeyPrefersShorterAttributeNamesInOrderOfTheKeyOutput
public void testCalculateIntegrationKeyPrefersShorterAttributeNamesInOrderOfTheKeyOutput() -
testCalculateIntegrationKeyPrefersItemTypeOrderOverAttributeNameOrderInTheKeyOutput
public void testCalculateIntegrationKeyPrefersItemTypeOrderOverAttributeNameOrderInTheKeyOutput()
-