Class AssistedServiceFacadeIntegrationTest
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.assistedservicefacades.impl.AssistedServiceFacadeIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class AssistedServiceFacadeIntegrationTest
extends ServicelayerTransactionalTest
Additional tests for ASM Facade, for some methods, that was not involved in atdd tests.
-
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 TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidMethods 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
-
AssistedServiceFacadeIntegrationTest
public AssistedServiceFacadeIntegrationTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testLoginAgentSAML
- Throws:
AssistedServiceException
-
testLoginCustomerSAMLFail
- Throws:
AssistedServiceException
-
testGetSuggestedCustomerList
- Throws:
AssistedServiceException
-
testGetSuggestedCustomerData
- Throws:
AssistedServiceException
-
testGetCustomerSuggestions
public void testGetCustomerSuggestions() -
testGetStoresByAgentId
public void testGetStoresByAgentId() -
testCreateCustomer
- Throws:
AssistedServiceException
-
testCreateCustomerWithSameUID
- Throws:
AssistedServiceException
-
testCreateCustomerWhenCreateDisabled
- Throws:
AssistedServiceException
-
testEmulateCustomerAndCreateAnOrdu
- Throws:
AssistedServiceException
-
testEmulateCustomerAndCreateAnOrder
public void testEmulateCustomerAndCreateAnOrder() throws AssistedServiceException, CommerceCartModificationException, InvalidCartException -
testEmulateInactiveCustomer
- Throws:
AssistedServiceException
-
testEmulateNotCustomer
- Throws:
AssistedServiceException
-
isCustomerAccountActiveTest
public void isCustomerAccountActiveTest() -
attachCartToSessionTest
-
isAssistedServiceModeLaunchedTest
public void isAssistedServiceModeLaunchedTest() -
testEmulateCustomerInvalidSession
public void testEmulateCustomerInvalidSession() -
testBindCustomerToCart
- Throws:
AssistedServiceException
-
testBruteForce
- Throws:
Exception
-
testAssistedServiceAgentStore
public void testAssistedServiceAgentStore() -
testLogoutAssistedServiceAgent
- Throws:
AssistedServiceException
-
testVerifyAssistedServiceAgent
- Throws:
Exception
-
testAssistedServiceSessionTimeout
- Throws:
Exception
-
testAssistedServiceSessionTimerValue
- Throws:
Exception
-
testQuitASM
- Throws:
AssistedServiceException
-
testEmulateAfterLogin
- Throws:
AssistedServiceException
-
testStopEmulateCustomer
public void testStopEmulateCustomer() throws AssistedServiceException, CommerceCartModificationException, InvalidCartException -
testGetAssistedServiceSessionAttributes
- Throws:
AssistedServiceException
-
nonIsolatedAgentCreateNonIsolatedCustomerTest
- Throws:
AssistedServiceException
-
isolatedAgentCreateIsolatedCustomerTest
- Throws:
AssistedServiceException
-
nonIsolatedAgentCreateIsolatedCustomerTest
- Throws:
AssistedServiceException
-
isolatedAgentCreateNonIsolatedCustomerTest
public void isolatedAgentCreateNonIsolatedCustomerTest() -
isolatedAgentCreateOtherIsolatedCustomerTest
public void isolatedAgentCreateOtherIsolatedCustomerTest()
-