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
importServiceFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.order.CartServiceTest
setUp, testAppendToCart, testChangeCurrentCartUser, testCreateCartFromQuote, testCustomCartTypeCartFactory, testCustomCartTypeCartService, testGetSessionCart, testGetSessionCartInLocalView, testGetSessionCartWhenJaloSessionUpdates, testRemoveSessionCart, testSetSessionCartMethods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNoneMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
TmaCartServiceTest
public TmaCartServiceTest()
-
-
Method Details
-
testSetCartEntryQuantityToZero
public void testSetCartEntryQuantityToZero()- Overrides:
testSetCartEntryQuantityToZeroin classde.hybris.platform.order.CartServiceTest
-
testChangeSomeQuantitiesInCart
public void testChangeSomeQuantitiesInCart()- Overrides:
testChangeSomeQuantitiesInCartin classde.hybris.platform.order.CartServiceTest
-
testChangeSomeQuantitiesInCartOldStyle
public void testChangeSomeQuantitiesInCartOldStyle()- Overrides:
testChangeSomeQuantitiesInCartOldStylein classde.hybris.platform.order.CartServiceTest
-
testAddToCart
public void testAddToCart()- Overrides:
testAddToCartin classde.hybris.platform.order.CartServiceTest
-
testCartAfterChangeCurrency
public void testCartAfterChangeCurrency()- Overrides:
testCartAfterChangeCurrencyin classde.hybris.platform.order.CartServiceTest
-
testChangeQuantity
public void testChangeQuantity()- Overrides:
testChangeQuantityin classde.hybris.platform.order.CartServiceTest
-
testRefreshCartAfterChangeCurrency
public void testRefreshCartAfterChangeCurrency()- Overrides:
testRefreshCartAfterChangeCurrencyin classde.hybris.platform.order.CartServiceTest
-