Class DefaultSubscriptionCommerceCartServiceIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.commerceservices.order.DefaultCommerceCartServiceIntegrationTest
de.hybris.platform.subscriptionservices.subscription.impl.DefaultSubscriptionCommerceCartServiceIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
@AppendSpringConfiguration("classpath:subscriptionservices-spring-test-context.xml")
@Transactional
public class DefaultSubscriptionCommerceCartServiceIntegrationTest
extends DefaultCommerceCartServiceIntegrationTest
Integration test suite for
DefaultSubscriptionCommerceCartService. This test class inherits from
DefaultCommerceCartServiceIntegrationTest in order to run the super class' test cases against the new
DefaultSubscriptionCommerceCartService to guarantee compatibility-
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 TypeMethodDescriptionprotected CartModelgetChildCartForBillingTime(CartModel masterCartModel, BillingTimeModel billingTimeModel) voidsetUp()voidtearDown()voidvoidvoidvoidMethods inherited from class de.hybris.platform.commerceservices.order.DefaultCommerceCartServiceIntegrationTest
shouldCreatePromotionActionForPromotionResult, shouldReportOnAddingToNonExistingEntry, testAddToCart, testAddToCartForceNewEntry, testAddToCartInsufficientStock, testAddToCartToTheSameEntry, testAddToCartUnavailable, testAddToCartWhenNoCartPassed, testCalculateCart, testCalculateCartEntriesAfterAddingToCart, testGetCartForGuidAndSiteAndUserWithNullGuid, testPreviewTime, testRecalculateCart, testRemoveAllEntries, testUpdateCartMetadata, testUpdateQuantityForCartEntry, testUpdateQuantityForCartEntryToZero, testValidateCartMethods 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
-
DefaultSubscriptionCommerceCartServiceIntegrationTest
public DefaultSubscriptionCommerceCartServiceIntegrationTest()
-
-
Method Details
-
setUp
- Overrides:
setUpin classDefaultCommerceCartServiceIntegrationTest- Throws:
Exception
-
testUpdateQuantityForCartEntrySubscription
-
testUpdateQuantityForMultiCartEntry
-
testAddToMultiCart
-
testRemoveAllEntriesMultiCart
-
tearDown
public void tearDown() -
getChildCartForBillingTime
protected CartModel getChildCartForBillingTime(CartModel masterCartModel, BillingTimeModel billingTimeModel)
-