Uses of Class
de.hybris.platform.outboundsync.TestOutboundFacade
-
Packages that use TestOutboundFacade Package Description de.hybris.platform.outboundsync -
-
Uses of TestOutboundFacade in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync that return TestOutboundFacade Modifier and Type Method Description <T extends org.springframework.http.ResponseEntity.HeadersBuilder>
TestOutboundFacadeTestOutboundFacade. respondWith(T... builders)static TestOutboundFacadeTestOutboundFacade. respondWithCreated()Creates new instance of this test facade, which will respond with HTTP 201 Created to all requests it receives.static TestOutboundFacadeTestOutboundFacade. respondWithNotFound()Creates new instance of this test facade, which will respond with HTTP 404 Not Found to all requests it receives.
-