mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-07-10 15:12:41 +02:00
fix
This commit is contained in:
@@ -83,6 +83,7 @@ public class WireMockMiddlewareTests
|
|||||||
// _matcherMock.Setup(m => m.FindBestMatch(It.IsAny<RequestMessage>())).Returns((new MappingMatcherResult(), new MappingMatcherResult()));
|
// _matcherMock.Setup(m => m.FindBestMatch(It.IsAny<RequestMessage>())).Returns((new MappingMatcherResult(), new MappingMatcherResult()));
|
||||||
|
|
||||||
_contextMock = new Mock<IContext>();
|
_contextMock = new Mock<IContext>();
|
||||||
|
_contextMock.SetupGet(c => c.Items).Returns(new Dictionary<object, object?>());
|
||||||
|
|
||||||
_mappingMock = new Mock<IMapping>();
|
_mappingMock = new Mock<IMapping>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user