Uses of Class
de.hybris.platform.outboundservices.util.TestOutboundFacade
Packages that use TestOutboundFacade
-
Uses of TestOutboundFacade in de.hybris.platform.outboundservices.util
Methods in de.hybris.platform.outboundservices.util that return TestOutboundFacadeModifier and TypeMethodDescriptionTestOutboundFacade.doAndRespondWith(org.springframework.http.ResponseEntity.HeadersBuilder builder, Runnable act) Specifies to perform an action before return the specified response from thesend(ItemModel, String, String)method.TestOutboundFacade.respondWithBadRequest()Specifies to respond with HTTP 400 Bad Request to all requests it receives, unless this spec is not overridden then by a subsequent call to arespondWith...orthrowExceptionmethod.TestOutboundFacade.respondWithCreated()Specifies to respond with HTTP 201 Created to all requests it receives, unless this spec is overridden then by a subsequent call to arespondWith...orthrowExceptionmethodTestOutboundFacade.respondWithNotFound()Specifies to respond with HTTP 404 Not Found to all requests it receives, unless this spec is not overridden then by a subsequent call to arespondWith...orthrowExceptionmethod.TestOutboundFacade.respondWithServerError()Specifies to respond with HTTP 500 Internal Server Error to all requests it receives, unless this spec is not overridden then by a subsequent call to arespondWith...orthrowExceptionmethod.TestOutboundFacade.throwException(RuntimeException e)