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.CartServiceTestReplacesCartServiceTest- Since:
- 1907
-
-
Constructor Summary
Constructors Constructor Description TmaCartServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAddToCart()voidtestCartAfterChangeCurrency()voidtestChangeQuantity()voidtestChangeSomeQuantitiesInCart()voidtestChangeSomeQuantitiesInCartOldStyle()voidtestRefreshCartAfterChangeCurrency()voidtestSetCartEntryQuantityToZero()-
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
-
-
-
-
Method Detail
-
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
-
-