mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #138] [MERGED] Added Negate matcher logic #775
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/138
Author: @StefH
Created: 5/16/2018
Status: ✅ Merged
Merged: 5/16/2018
Merged by: @alastairtree
Base:
master← Head:stef_negate_matcher📝 Commits (7)
0fb4b62RejectOnMatch (wip)8959e55RejectOnMatch (wip)e7319a2RejectOnMatch (wip)ca5056aRejectOnMatch (wip)9d6df1cdocs: improve sample app matcher to show use of reject on matchd3640d0Reworked code review commentsd0e76b3Merge into the stef_negate_matcher branch (solves issue #133) (#135)📊 Changes
59 files changed (+1283 additions, -517 deletions)
View changed files
📝
GitReleaseNotes.txt(+1 -1)📝
examples/WireMock.Net.ConsoleApplication/MainApp.cs(+23 -0)📝
src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj(+1 -1)📝
src/WireMock.Net/Admin/Mappings/MatcherModel.cs(+5 -0)📝
src/WireMock.Net/Matchers/ExactMatcher.cs(+17 -7)📝
src/WireMock.Net/Matchers/ExactObjectMatcher.cs(+33 -8)📝
src/WireMock.Net/Matchers/IIgnoreCaseMatcher.cs(+2 -1)📝
src/WireMock.Net/Matchers/IMatcher.cs(+7 -2)📝
src/WireMock.Net/Matchers/IStringMatcher.cs(+1 -0)📝
src/WireMock.Net/Matchers/JSONPathMatcher.cs(+43 -31)➕
src/WireMock.Net/Matchers/MatchBehaviour.cs(+18 -0)➕
src/WireMock.Net/Matchers/MatchBehaviourHelper.cs(+28 -0)📝
src/WireMock.Net/Matchers/RegexMatcher.cs(+44 -21)📝
src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs(+25 -11)📝
src/WireMock.Net/Matchers/Request/RequestMessageClientIPMatcher.cs(+2 -1)📝
src/WireMock.Net/Matchers/Request/RequestMessageCookieMatcher.cs(+8 -4)📝
src/WireMock.Net/Matchers/Request/RequestMessageHeaderMatcher.cs(+14 -8)📝
src/WireMock.Net/Matchers/Request/RequestMessageMethodMatcher.cs(+9 -13)📝
src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs(+8 -3)📝
src/WireMock.Net/Matchers/Request/RequestMessagePathMatcher.cs(+5 -2)...and 39 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.