Extract Method enum to separate file

Change-Id: Ibb35bb26ca94689fc400cd510565c86e3d61087c
This commit is contained in:
Dominik Adam Przybysz 2015-02-01 20:34:44 +01:00
parent 7b92da8d48
commit c12eeb7a07
4 changed files with 21 additions and 19 deletions

View file

@ -42,7 +42,7 @@ or via sending POST request to localhost:<PORT>/serverControl
<soap>...</soap>
<statusCode>...</statusCode>
<method>...</method>
<responseHeaders>,,,</responseHeaders>
<responseHeaders>...</responseHeaders>
</addMock>
```