Class CustomerListControllerIntegrationTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.servicelayer.ServicelayerTest
de.hybris.platform.assistedservicewebservices.controllers.AbstractControllerIntegrationIntegrationTest
de.hybris.platform.assistedservicewebservices.controllers.CustomerListControllerIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class CustomerListControllerIntegrationTest
extends AbstractControllerIntegrationIntegrationTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static final Stringprotected static final StringFields inherited from class de.hybris.platform.assistedservicewebservices.controllers.AbstractControllerIntegrationIntegrationTest
BASE_SITE_ID, BASE_SITE_PARAM, CURRENT_PAGE, OAUTH_CLIENT_ID, OAUTH_CLIENT_PASS, OAUTH_PASSWORD, OAUTH_USERNAME, PAGE_SIZE, SORTFields 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 voidassertCustomerLists(javax.ws.rs.core.Response response) protected javax.ws.rs.core.ResponsegetCustomerListWSCall(String oauthUserName, String oauthPassword) getResultUidsFromResponse(javax.ws.rs.core.Response result) voidvoidvoidMethods inherited from class de.hybris.platform.assistedservicewebservices.controllers.AbstractControllerIntegrationIntegrationTest
getWsSecuredRequestBuilder, setUpMethods 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
-
OAUTH_NO_CUSTOMER_LISTS_USERNAME
- See Also:
-
RECENT_CUSTOMER_LIST_ID
- See Also:
-
RECENT_CUSTOMER_LIST_NAME
- See Also:
-
-
Constructor Details
-
CustomerListControllerIntegrationTest
public CustomerListControllerIntegrationTest()
-
-
Method Details
-
shouldGetCustomerLists
public void shouldGetCustomerLists() -
getCustomerListWSCall
-
assertCustomerLists
protected void assertCustomerLists(javax.ws.rs.core.Response response) -
getResultUidsFromResponse
-
shouldGetEmptyCustomerLists
public void shouldGetEmptyCustomerLists() -
shouldGetValidCustomerListDetails
public void shouldGetValidCustomerListDetails()
-