mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 00:38:28 +02:00
Fix MappingMatcher in case of an exception in LinqMatcher. (#322)
* Fix MappingMatcher in case of an exception in LinqMatcher. * update unit-tests
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
using WireMock.Matchers.Request;
|
||||
|
||||
namespace WireMock.Owin
|
||||
namespace WireMock.Owin
|
||||
{
|
||||
internal interface IMappingMatcher
|
||||
{
|
||||
(IMapping Mapping, RequestMatchResult RequestMatchResult) Match(RequestMessage request);
|
||||
MappingMatcherResult FindBestMatch(RequestMessage request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user