mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #134] [MERGED] Stef negate matcher #771
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/134
Author: @alastairtree
Created: 5/12/2018
Status: ✅ Merged
Merged: 5/12/2018
Merged by: @StefH
Base:
master← Head:stef_negate_matcher📝 Commits (6)
0fb4b62RejectOnMatch (wip)8959e55RejectOnMatch (wip)e7319a2RejectOnMatch (wip)ca5056aRejectOnMatch (wip)9d6df1cdocs: improve sample app matcher to show use of reject on matchd3640d0Reworked code review comments📊 Changes
53 files changed (+1074 additions, -392 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(+6 -3)📝
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 33 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.