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
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description AssistedServiceFacadeIntegrationTest()
-
Method Summary
-
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
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
testLoginAgentSAML
public void testLoginAgentSAML() throws AssistedServiceException- Throws:
AssistedServiceException
-
testLoginCustomerSAMLFail
public void testLoginCustomerSAMLFail() throws AssistedServiceException- Throws:
AssistedServiceException
-
testGetSuggestedCustomerList
public void testGetSuggestedCustomerList() throws AssistedServiceException- Throws:
AssistedServiceException
-
testGetSuggestedCustomerData
public void testGetSuggestedCustomerData() throws AssistedServiceException- Throws:
AssistedServiceException
-
testGetCustomerSuggestions
public void testGetCustomerSuggestions()
-
testCreateCustomer
public void testCreateCustomer() throws AssistedServiceException- Throws:
AssistedServiceException
-
testCreateCustomerWithSameUID
public void testCreateCustomerWithSameUID() throws AssistedServiceException- Throws:
AssistedServiceException
-
testCreateCustomerWhenCreateDisabled
public void testCreateCustomerWhenCreateDisabled() throws AssistedServiceException- Throws:
AssistedServiceException
-
testEmulateCustomerAndCreateAnOrdu
public void testEmulateCustomerAndCreateAnOrdu() throws AssistedServiceException- Throws:
AssistedServiceException
-
testEmulateCustomerAndCreateAnOrder
public void testEmulateCustomerAndCreateAnOrder() throws AssistedServiceException, CommerceCartModificationException, InvalidCartException
-
testEmulateInactiveCustomer
public void testEmulateInactiveCustomer() throws AssistedServiceException- Throws:
AssistedServiceException
-
testEmulateNotCustomer
public void testEmulateNotCustomer() throws AssistedServiceException- Throws:
AssistedServiceException
-
isCustomerAccountActiveTest
public void isCustomerAccountActiveTest()
-
attachCartToSessionTest
public void attachCartToSessionTest() throws AssistedServiceWrongCartIdException
-
isAssistedServiceModeLaunchedTest
public void isAssistedServiceModeLaunchedTest()
-
testEmulateCustomerInvalidSession
public void testEmulateCustomerInvalidSession()
-
testBindCustomerToCart
public void testBindCustomerToCart() throws AssistedServiceException- Throws:
AssistedServiceException
-
testBruteForce
public void testBruteForce() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAssistedServiceAgentStore
public void testAssistedServiceAgentStore()
-
testLogoutAssistedServiceAgent
public void testLogoutAssistedServiceAgent() throws AssistedServiceException- Throws:
AssistedServiceException
-
testVerifyAssistedServiceAgent
public void testVerifyAssistedServiceAgent() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAssistedServiceSessionTimeout
public void testAssistedServiceSessionTimeout() throws java.lang.Exception- Throws:
java.lang.Exception
-
testAssistedServiceSessionTimerValue
public void testAssistedServiceSessionTimerValue() throws java.lang.Exception- Throws:
java.lang.Exception
-
testQuitASM
public void testQuitASM() throws AssistedServiceException- Throws:
AssistedServiceException
-
testEmulateAfterLogin
public void testEmulateAfterLogin() throws AssistedServiceException- Throws:
AssistedServiceException
-
testStopEmulateCustomer
public void testStopEmulateCustomer() throws AssistedServiceException, CommerceCartModificationException, InvalidCartException
-
testGetAssistedServiceSessionAttributes
public void testGetAssistedServiceSessionAttributes() throws AssistedServiceException- Throws:
AssistedServiceException
-
-