Fix for issue #118 (#121)

* Fix for issue #118

* Adding test cases for fix #118

* Moved the namespace in using block for fix #118
This commit is contained in:
raghavendrabankapur
2018-04-15 14:55:17 +05:30
committed by Stef Heyenrath
parent 7bd63a0baf
commit 0abe12f5c8
5 changed files with 68 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
{
"Guid": "00000002-ee28-4f29-ae63-1ac9b0802d87",
"Priority": 0,
"Request": {
"Path": {
"Matchers": [
{
"Name": "ExactMatcher",
"Pattern": "/response/staticfile"
}
]
},
"Methods": [
"get"
]
},
"Response": {
"StatusCode": 200,
"BodyAsFile": "responsebody.json",
"Headers": {
"Content-Type": "application/json"
}
}
}