mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #322] [MERGED] Fix MappingMatcher in case of an exception in LinqMatcher. #856
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/322
Author: @StefH
Created: 8/17/2019
Status: ✅ Merged
Merged: 8/17/2019
Merged by: @StefH
Base:
master← Head:fix_MappingMatcher📝 Commits (2)
184201bFix MappingMatcher in case of an exception in LinqMatcher.6d06e16update unit-tests📊 Changes
8 files changed (+118 additions, -52 deletions)
View changed files
📝
src/WireMock.Net/Matchers/LinqMatcher.cs(+33 -8)📝
src/WireMock.Net/Matchers/XPathMatcher.cs(+1 -0)📝
src/WireMock.Net/Owin/IMappingMatcher.cs(+2 -4)📝
src/WireMock.Net/Owin/MappingMatcher.cs(+27 -19)➕
src/WireMock.Net/Owin/MappingMatcherResult.cs(+11 -0)📝
src/WireMock.Net/Owin/WireMockMiddleware.cs(+7 -8)📝
test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs(+34 -9)📝
test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs(+3 -4)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.