Files
WireMock.Net/test/WireMock.Net.Tests/MappingBuilderTests.GetMappings.verified.txt

35 lines
590 B
Plaintext

[
{
Guid: Guid_1,
UpdatedAt: 2023-01-14 15:16:17,
Request: {
Path: {
Matchers: [
{
Name: WildcardMatcher,
Pattern: /foo,
IgnoreCase: false
}
]
},
Methods: [
GET
],
Params: [
{
Name: test,
Matchers: [
{
Name: LinqMatcher,
Pattern: it.Length < 10
}
]
}
]
},
Response: {
BodyDestination: SameAsSource,
Body: { msg: "Hello world!"}
}
}
]