mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #500] [MERGED] Add ThrowExceptionWhenMatcherFails option to all Matchers #945
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/500
Author: @StefH
Created: 8/8/2020
Status: ✅ Merged
Merged: 8/13/2020
Merged by: @StefH
Base:
master← Head:JsonMatcherFixes📝 Commits (9)
1e3ac4d.d87c34butc79ddd1IMatcher.ThrowException23693fdsettings0c24146more testsb1cd36clinq matcher throw7e5a811.d7255b8.c83204aMerge branch 'JsonMatcherFixes' of https://github.com/WireMock-Net/WireMock.Net into JsonMatcherFixes📊 Changes
29 files changed (+1798 additions, -1607 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Admin/Settings/SettingsModel.cs(+7 -2)📝
src/WireMock.Net/Matchers/CSharpCodeMatcher.cs(+5 -1)📝
src/WireMock.Net/Matchers/ContentTypeMatcher.cs(+74 -72)📝
src/WireMock.Net/Matchers/ExactMatcher.cs(+63 -58)📝
src/WireMock.Net/Matchers/ExactObjectMatcher.cs(+82 -77)📝
src/WireMock.Net/Matchers/IMatcher.cs(+22 -17)📝
src/WireMock.Net/Matchers/JSONPathMatcher.cs(+109 -98)📝
src/WireMock.Net/Matchers/JmesPathMatcher.cs(+99 -82)📝
src/WireMock.Net/Matchers/JsonMatcher.cs(+164 -168)📝
src/WireMock.Net/Matchers/LinqMatcher.cs(+140 -132)📝
src/WireMock.Net/Matchers/RegexMatcher.cs(+12 -4)📝
src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs(+1 -1)📝
src/WireMock.Net/Matchers/SimMetricsMatcher.cs(+130 -124)📝
src/WireMock.Net/Matchers/WildcardMatcher.cs(+64 -62)📝
src/WireMock.Net/Matchers/XPathMatcher.cs(+84 -77)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+15 -13)📝
src/WireMock.Net/Server/WireMockServer.Admin.cs(+24 -12)📝
src/WireMock.Net/Settings/IWireMockServerSettings.cs(+7 -0)📝
src/WireMock.Net/Settings/WireMockServerSettings.cs(+4 -0)📝
src/WireMock.Net/Settings/WireMockServerSettingsParser.cs(+2 -1)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.