mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 00:08:27 +02:00
Map : ExactMatcher
This commit is contained in:
@@ -431,6 +431,9 @@ namespace WireMock.Server
|
|||||||
|
|
||||||
switch (matcherName)
|
switch (matcherName)
|
||||||
{
|
{
|
||||||
|
case "ExactMatcher":
|
||||||
|
return new ExactMatcher(matcher.Pattern);
|
||||||
|
|
||||||
case "RegexMatcher":
|
case "RegexMatcher":
|
||||||
return new RegexMatcher(matcher.Pattern);
|
return new RegexMatcher(matcher.Pattern);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user