Class TmaCartServiceTest

  • All Implemented Interfaces:
    de.hybris.platform.testframework.JaloSessionHolder

    @IntegrationTest(replaces=de.hybris.platform.order.CartServiceTest.class)
    public class TmaCartServiceTest
    extends de.hybris.platform.order.CartServiceTest
    Replaces CartServiceTest
    Since:
    1907
    • Field Summary

      • Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest

        importService
      • Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test

        jaloSession
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void testAddToCart()  
      void testCartAfterChangeCurrency()  
      void testChangeQuantity()  
      void testChangeSomeQuantitiesInCart()  
      void testChangeSomeQuantitiesInCartOldStyle()  
      void testRefreshCartAfterChangeCurrency()  
      void testSetCartEntryQuantityToZero()  
      • Methods inherited from class de.hybris.platform.order.CartServiceTest

        setUp, testAppendToCart, testChangeCurrentCartUser, testCreateCartFromQuote, testCustomCartTypeCartFactory, testCustomCartTypeCartService, testGetSessionCart, testGetSessionCartInLocalView, testGetSessionCartWhenJaloSessionUpdates, testRemoveSessionCart, testSetSessionCart
      • Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest

        createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
      • Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest

        autowireProperties, getBeanName, prepareApplicationContextAndSession
      • Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test

        establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TmaCartServiceTest

        public TmaCartServiceTest()
    • Method Detail

      • testSetCartEntryQuantityToZero

        public void testSetCartEntryQuantityToZero()
        Overrides:
        testSetCartEntryQuantityToZero in class de.hybris.platform.order.CartServiceTest
      • testChangeSomeQuantitiesInCart

        public void testChangeSomeQuantitiesInCart()
        Overrides:
        testChangeSomeQuantitiesInCart in class de.hybris.platform.order.CartServiceTest
      • testChangeSomeQuantitiesInCartOldStyle

        public void testChangeSomeQuantitiesInCartOldStyle()
        Overrides:
        testChangeSomeQuantitiesInCartOldStyle in class de.hybris.platform.order.CartServiceTest
      • testAddToCart

        public void testAddToCart()
        Overrides:
        testAddToCart in class de.hybris.platform.order.CartServiceTest
      • testCartAfterChangeCurrency

        public void testCartAfterChangeCurrency()
        Overrides:
        testCartAfterChangeCurrency in class de.hybris.platform.order.CartServiceTest
      • testChangeQuantity

        public void testChangeQuantity()
        Overrides:
        testChangeQuantity in class de.hybris.platform.order.CartServiceTest
      • testRefreshCartAfterChangeCurrency

        public void testRefreshCartAfterChangeCurrency()
        Overrides:
        testRefreshCartAfterChangeCurrency in class de.hybris.platform.order.CartServiceTest