mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 10:18:26 +02:00
Rewrite some unit-integration-tests to unit-tests (#206)
This commit is contained in:
9
src/WireMock.Net/Owin/IMappingMatcher.cs
Normal file
9
src/WireMock.Net/Owin/IMappingMatcher.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using WireMock.Matchers.Request;
|
||||
|
||||
namespace WireMock.Owin
|
||||
{
|
||||
internal interface IMappingMatcher
|
||||
{
|
||||
(IMapping Mapping, RequestMatchResult RequestMatchResult) Match(RequestMessage request);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user