Add LinqMatcher (#195)

* LinqMatcher

* LinqMatcher : revert

* LinqMatcher
This commit is contained in:
Stef Heyenrath
2018-08-31 20:41:42 +02:00
committed by GitHub
parent 28c4188a1b
commit 9f17948e9f
6 changed files with 320 additions and 0 deletions

View File

@@ -26,6 +26,9 @@ namespace WireMock.Serialization
switch (matcherName)
{
case "LinqMatcher":
return new LinqMatcher(matchBehaviour, stringPatterns);
case "ExactMatcher":
return new ExactMatcher(matchBehaviour, stringPatterns);