mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-12 05:20:35 +01:00
[PR #667] [MERGED] Add JsonPartialWildcardMatcher #1022
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/667
Author: @StefH
Created: 10/26/2021
Status: ✅ Merged
Merged: 10/27/2021
Merged by: @StefH
Base:
master← Head:JsonPartialWildcardMatcher📝 Commits (3)
bd31911JsonPartialWildcardMatcher35c010b.0c219acmore tests📊 Changes
6 files changed (+575 additions, -74 deletions)
View changed files
➕
src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs(+89 -0)📝
src/WireMock.Net/Matchers/JsonPartialMatcher.cs(+12 -61)➕
src/WireMock.Net/Matchers/JsonPartialWildCardMatcher.cs(+38 -0)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+17 -13)➕
test/WireMock.Net.Tests/Matchers/JsonPartialWildcardMatcherTests.cs(+400 -0)📝
test/WireMock.Net.Tests/Serialization/MatcherMapperTests.cs(+19 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.