Class TmaCartServiceTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.servicelayer.ServicelayerTransactionalTest
de.hybris.platform.order.CartServiceTest
de.hybris.platform.b2ctelcoservices.order.impl.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • TmaCartServiceTest

      public TmaCartServiceTest()
  • Method Details

    • 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