Add setting status code in mock

This commit is contained in:
Dominik Adam Przybysz 2014-12-10 20:40:09 +01:00
parent a7c6050e09
commit b3e3dfb3f3
7 changed files with 118 additions and 35 deletions

View file

@ -9,6 +9,7 @@ class AddMockRequestData {
String predicate
String response
Boolean soap
Integer statusCode
void setPredicate(String predicate){
this.predicate = StringEscapeUtils.escapeXml11(predicate)