public class SpringMockRamlResponse extends Object implements RamlResponse
| Constructor and Description |
|---|
SpringMockRamlResponse(org.springframework.mock.web.MockHttpServletResponse delegate) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent() |
String |
getContentType() |
Values |
getHeaderValues() |
int |
getStatus() |
public SpringMockRamlResponse(org.springframework.mock.web.MockHttpServletResponse delegate)
public int getStatus()
getStatus in interface RamlResponsepublic String getContentType()
getContentType in interface RamlMessagepublic byte[] getContent()
getContent in interface RamlMessagepublic Values getHeaderValues()
getHeaderValues in interface RamlMessageCopyright © 2014–2018. All rights reserved.