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
FieldsFields 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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidsetup()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods 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
-
Field Details
-
isolatedSiteACustomer
- See Also:
-
-
Constructor Details
-
AssistedServiceServiceTest
public AssistedServiceServiceTest()
-
-
Method Details
-
setup
- Throws:
Exception
-
latestModifiedCartTest
public void latestModifiedCartTest() -
getAllStoresForNonIsolatedAgentAccessWithNonIsolatedAgent
public void getAllStoresForNonIsolatedAgentAccessWithNonIsolatedAgent() -
getAllStoresForNonIsolatedAgentAccessWithIsolatedAgent
public void getAllStoresForNonIsolatedAgentAccessWithIsolatedAgent() -
getAllStoresForIsolatedAgentAccessWithNonIsolatedAgent
public void getAllStoresForIsolatedAgentAccessWithNonIsolatedAgent() -
getAllStoresForIsolatedAgentAccessWithCorrectIsolatedAgent
public void getAllStoresForIsolatedAgentAccessWithCorrectIsolatedAgent() -
getAllStoresForIsolatedAgentAccessIncludedIsolatedAgent
public void getAllStoresForIsolatedAgentAccessIncludedIsolatedAgent() -
getAllStoresForIsolatedAgentAccessIncorrectIsolatedAgent
public void getAllStoresForIsolatedAgentAccessIncorrectIsolatedAgent() -
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() -
testBindCustomerToCartWithoutEmulating
- Throws:
AssistedServiceException
-
testBindEmptyCustomerToCartWithoutEmulating
public void testBindEmptyCustomerToCartWithoutEmulating() -
testBindCustomerToEmptyCartWithoutEmulating
public void testBindCustomerToEmptyCartWithoutEmulating() -
testBindCustomerToNonExistCartWithoutEmulating
public void testBindCustomerToNonExistCartWithoutEmulating() -
testBindCustomerToBoundAlreadyCartWithoutEmulating
public void testBindCustomerToBoundAlreadyCartWithoutEmulating() -
testBindSiteACustomerToCartWithoutEmulatingWhenSiteIsA
public void testBindSiteACustomerToCartWithoutEmulatingWhenSiteIsA() throws AssistedServiceException- Throws:
AssistedServiceException
-
testBindSiteACustomerToCartWithoutEmulatingWhenSiteIsB
public void testBindSiteACustomerToCartWithoutEmulatingWhenSiteIsB() -
testBindNonIsolatedSiteCustomerToCartWithoutEmulatingWhenSiteIsA
public void testBindNonIsolatedSiteCustomerToCartWithoutEmulatingWhenSiteIsA() -
testBindSiteACustomerToCartWithoutEmulatingWhenSiteIsNonIsolated
public void testBindSiteACustomerToCartWithoutEmulatingWhenSiteIsNonIsolated()
-