WireMock.Net.Console.NETCoreApp3

This commit is contained in:
Stef Heyenrath
2020-03-22 14:02:51 +01:00
parent 5f274f1179
commit d5d9d4bd1b
9 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"Request": {
"Path": {
"Matchers": [
{
"Name": "WildcardMatcher",
"Pattern": "/bodyasfilexmltest",
"IgnoreCase": false
}
]
},
"Methods": [
"get"
]
},
"Response": {
"StatusCode": 200,
"Headers": {"Content-Type": "application/xml"},
"BodyAsFile": "MyXmlResponse.xml",
"UseTransformer": false
}
}