Map : ExactMatcher

This commit is contained in:
Stef Heyenrath
2017-02-06 07:25:12 +01:00
parent eb463cd6a9
commit f7628fc51e

View File

@@ -431,6 +431,9 @@ namespace WireMock.Server
switch (matcherName)
{
case "ExactMatcher":
return new ExactMatcher(matcher.Pattern);
case "RegexMatcher":
return new RegexMatcher(matcher.Pattern);