mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-16 15:16:53 +01:00
45 lines
768 B
Plaintext
45 lines
768 B
Plaintext
{
|
|
Guid: 53241df5-582c-458a-a67b-6de3d1d0508e,
|
|
UpdatedAt: DateTime_1,
|
|
Title: This is my title 1,
|
|
Request: {
|
|
Path: {
|
|
Matchers: [
|
|
{
|
|
Name: WildcardMatcher,
|
|
Pattern: /bla1,
|
|
IgnoreCase: false
|
|
}
|
|
]
|
|
},
|
|
Methods: [
|
|
POST
|
|
],
|
|
Headers: [
|
|
{
|
|
Name: Authorization,
|
|
Matchers: [
|
|
{
|
|
Name: WildcardMatcher,
|
|
Pattern: *,
|
|
IgnoreCase: false,
|
|
RejectOnMatch: true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
Body: {
|
|
Matcher: {
|
|
Name: JsonPartialMatcher,
|
|
Pattern: {
|
|
test: abc
|
|
},
|
|
IgnoreCase: false,
|
|
Regex: false
|
|
}
|
|
}
|
|
},
|
|
Response: {
|
|
Body: The Response
|
|
}
|
|
} |