Class AssistedServiceCustomer360ControllerIntegrationTest
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.AssistedServiceCustomer360ControllerIntegrationTest
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest
public class AssistedServiceCustomer360ControllerIntegrationTest
extends AbstractControllerIntegrationIntegrationTest
-
Field Summary
Fields 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 javax.ws.rs.core.ResponsegetCustomer360WSCall(String username, String password, String path, Customer360QueryListWsDTO customer360QueryListWsDTO) marshallDto(Object input, Class<?> c) voidvoidvoidprotected <C> CunmarshallResult(javax.ws.rs.core.Response result, Class<C> c) Methods 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
-
Constructor Details
-
AssistedServiceCustomer360ControllerIntegrationTest
public AssistedServiceCustomer360ControllerIntegrationTest()
-
-
Method Details
-
shouldGetC360StoreLocation
public void shouldGetC360StoreLocation() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
shouldGetC360ReviewList
public void shouldGetC360ReviewList() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
shouldGet403WhenMakingRequestAsCustomer
public void shouldGet403WhenMakingRequestAsCustomer() throws javax.xml.bind.JAXBException- Throws:
javax.xml.bind.JAXBException
-
getCustomer360WSCall
protected javax.ws.rs.core.Response getCustomer360WSCall(String username, String password, String path, Customer360QueryListWsDTO customer360QueryListWsDTO) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-
marshallDto
- Throws:
javax.xml.bind.JAXBException
-
unmarshallResult
protected <C> C unmarshallResult(javax.ws.rs.core.Response result, Class<C> c) throws javax.xml.bind.JAXBException - Throws:
javax.xml.bind.JAXBException
-