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