[PR #667] [MERGED] Add JsonPartialWildcardMatcher #1022

Closed
opened 2025-12-29 08:34:22 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: JsonPartialWildcardMatcher


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/667 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/26/2021 **Status:** ✅ Merged **Merged:** 10/27/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `JsonPartialWildcardMatcher` --- ### 📝 Commits (3) - [`bd31911`](https://github.com/wiremock/WireMock.Net/commit/bd31911a12ab1781abfc590243772a1bb5fbe457) JsonPartialWildcardMatcher - [`35c010b`](https://github.com/wiremock/WireMock.Net/commit/35c010b23816b27816c5a76b9f4d4ade8f147a4c) . - [`0c219ac`](https://github.com/wiremock/WireMock.Net/commit/0c219ac72bf3417bfb6aecbd8daa3ab9d873e754) more tests ### 📊 Changes **6 files changed** (+575 additions, -74 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:22 +01:00
adam closed this issue 2025-12-29 08:34:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#1022