Class AssistedServiceServiceTest
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.assistedserviceservices.impl.AssistedServiceServiceTest
- All Implemented Interfaces:
JaloSessionHolder
Test class for
DefaultAssistedServiceService-
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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetup()voidvoidMethods 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
-
AssistedServiceServiceTest
public AssistedServiceServiceTest()
-
-
Method Details
-
setup
- Throws:
Exception
-
latestModifiedCartTest
public void latestModifiedCartTest() -
testGetCartByCode
public void testGetCartByCode() -
testGetCarts
public void testGetCarts() -
restoreCartToUserTest
public void restoreCartToUserTest() -
bindCustomerToCartTest
public void bindCustomerToCartTest() -
bindNotExistingToCartTest
public void bindNotExistingToCartTest() -
bindCustomerToCartTestWithAnonymousCart
- Throws:
AssistedServiceException
-
bindCustomerToCartWithIsolatedSiteAndCommonCustomerTest
public void bindCustomerToCartWithIsolatedSiteAndCommonCustomerTest() -
bindCustomerToCartWithCommonSiteAndIsolatedCustomerTest
public void bindCustomerToCartWithCommonSiteAndIsolatedCustomerTest() throws AssistedServiceException- Throws:
AssistedServiceException
-
bindCustomerToCartWithIsolatedSiteAndIsolatedCustomerTestInCorrectSite
public void bindCustomerToCartWithIsolatedSiteAndIsolatedCustomerTestInCorrectSite() -
bindCustomerToCartWithIsolatedSiteAndIsolatedCustomerWithCommonCartTest
public void bindCustomerToCartWithIsolatedSiteAndIsolatedCustomerWithCommonCartTest() throws AssistedServiceException- Throws:
AssistedServiceException
-
bindCustomerToCartWithIsolatedSiteAndIsolatedCustomerWithAnonymousCartTest
public void bindCustomerToCartWithIsolatedSiteAndIsolatedCustomerWithAnonymousCartTest() throws AssistedServiceException- Throws:
AssistedServiceException
-
noneIsolatedAgentLoginIsolatedSiteTest
public void noneIsolatedAgentLoginIsolatedSiteTest() -
noneIsolatedAgentLoginNoneIsolatedSiteTest
public void noneIsolatedAgentLoginNoneIsolatedSiteTest() -
isolatedAgentLoginNoneIsolatedSiteTest
public void isolatedAgentLoginNoneIsolatedSiteTest() -
isolatedAgentLoginAssignedIsolatedSiteTest
public void isolatedAgentLoginAssignedIsolatedSiteTest() -
isolatedAgentLoginNotAssignedIsolatedSiteTest
public void isolatedAgentLoginNotAssignedIsolatedSiteTest() -
isolatedAgentWithMultiGroupLoginAssignedIsolatedSiteTest
public void isolatedAgentWithMultiGroupLoginAssignedIsolatedSiteTest()
-