TestOutboundFacade |
TestOutboundFacade.doAndRespondWith(org.springframework.http.ResponseEntity.HeadersBuilder builder,
java.lang.Runnable act) |
|
TestOutboundFacade |
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 a respondWith... or throwException method.
|
TestOutboundFacade |
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 a respondWith... or throwException method
|
TestOutboundFacade |
TestOutboundFacade.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 a respondWith... or throwException method.
|
TestOutboundFacade |
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 a respondWith... or throwException method.
|
TestOutboundFacade |
TestOutboundFacade.throwException(java.lang.RuntimeException e) |
|