@ -37,14 +38,15 @@ public class MockHttpInputMessage implements HttpInputMessage {
@@ -37,14 +38,15 @@ public class MockHttpInputMessage implements HttpInputMessage {
Assert.notNull(body,"InputStream must not be null");
this.body=body;
}
@Override
publicHttpHeadersgetHeaders(){
returnthis.headers;
@ -54,4 +56,5 @@ public class MockHttpInputMessage implements HttpInputMessage {
@@ -54,4 +56,5 @@ public class MockHttpInputMessage implements HttpInputMessage {
@ -53,7 +53,7 @@ public class DefaultResponseCreator implements ResponseCreator {
@@ -53,7 +53,7 @@ public class DefaultResponseCreator implements ResponseCreator {
Assert.notNull(statusCode,"HttpStatus must not be null");
this.statusCode=statusCode;
}
@ -61,7 +61,7 @@ public class DefaultResponseCreator implements ResponseCreator {
@@ -61,7 +61,7 @@ public class DefaultResponseCreator implements ResponseCreator {
@ -128,4 +127,5 @@ public class XmlContentRequestMatchersIntegrationTests {
@@ -128,4 +127,5 @@ public class XmlContentRequestMatchersIntegrationTests {