Class ConfigurationCartIntegrationFacadeImplTest


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

      • ConfigurationCartIntegrationFacadeImplTest

        public ConfigurationCartIntegrationFacadeImplTest()
    • Method Detail

      • setup

        public void setup()
      • createConfigModel

        protected ConfigModel createConfigModel​(java.lang.String configId,
                                                InstanceModel rootInstance)
      • testConfigurationAbstractOrderIntegrationStrategy

        public void testConfigurationAbstractOrderIntegrationStrategy()
      • testCopyConfiguration

        public void testCopyConfiguration()
      • testConvertNullToNullPK

        public void testConvertNullToNullPK()
      • testConvertEmptyStringToNullPK

        public void testConvertEmptyStringToNullPK()
      • testConvertStringToPK

        public void testConvertStringToPK()
      • createAddToCartAnswer

        protected org.mockito.stubbing.Answer createAddToCartAnswer()
      • testRest

        public void testRest()
      • testRestoreConfigurationWrongKey

        public void testRestoreConfigurationWrongKey()
      • testRestoreConfiguration

        public void testRestoreConfiguration()
      • testLinkEntryWithConfigInfos

        public void testLinkEntryWithConfigInfos()
      • testUpdateLinkToCartItem

        public void testUpdateLinkToCartItem()
      • testUpdateLinkToCartItemWithDraft

        public void testUpdateLinkToCartItemWithDraft()
      • testUpdateLinkToCartItemWithDraftAndOldConfigSame

        public void testUpdateLinkToCartItemWithDraftAndOldConfigSame()
      • testUpdateLinkToCartItemWithDraftOnly

        public void testUpdateLinkToCartItemWithDraftOnly()
      • testConfigureCartItemAlreadyInSession

        public void testConfigureCartItemAlreadyInSession()
      • testConfigureCartItemNotInSessionFromExternal

        public void testConfigureCartItemNotInSessionFromExternal()
      • testConfigureCartItemNotInSessionCreateDefault

        public void testConfigureCartItemNotInSessionCreateDefault()
      • testConfigureCartItemNotFound

        public void testConfigureCartItemNotFound()
      • testDraftConfigCopyNotRequired

        public void testDraftConfigCopyNotRequired()
      • testDraftConfigCopyReleaseOldSession

        public void testDraftConfigCopyReleaseOldSession()
      • testDraftConfigCopyRequired

        public void testDraftConfigCopyRequired()
      • testProductLinkStrategy

        public void testProductLinkStrategy()
      • testRemoveConfigurationLink

        public void testRemoveConfigurationLink()
      • updateKBKeyForVariants

        public void updateKBKeyForVariants()
      • updateKBKeyForVariants_NoVariant

        public void updateKBKeyForVariants_NoVariant()
      • updateKBKeyForVariants_changeableVariant

        public void updateKBKeyForVariants_changeableVariant()
      • removeLinkToProduct

        public void removeLinkToProduct()
      • testConfigureCartItemOnExistingDraft

        public void testConfigureCartItemOnExistingDraft()
      • testConfigureCartItemOnExistingDraftNoDraftAvailable

        public void testConfigureCartItemOnExistingDraftNoDraftAvailable()
      • testGetOrderEntry

        public void testGetOrderEntry()