Add unit-test for Param - MatcherModel - LinqMatcher (#961)

This commit is contained in:
Stef Heyenrath
2023-06-27 22:31:14 +02:00
committed by GitHub
parent c92183558b
commit ed7f9c1143
3 changed files with 24 additions and 0 deletions

View File

@@ -14,6 +14,17 @@
},
Methods: [
GET
],
Params: [
{
Name: test,
Matchers: [
{
Name: LinqMatcher,
Pattern: it.Length < 10
}
]
}
]
},
Response: {