[PR #1091] [MERGED] Add RegEx support to JsonMatcher #1223

Closed
opened 2025-12-29 09:18:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1091
Author: @StefH
Created: 4/5/2024
Status: Merged
Merged: 4/6/2024
Merged by: @StefH

Base: masterHead: stef-1088-Regex_support_for_JsonMatcher


📝 Commits (4)

  • 53d51cc json matcher regex
  • 69683a9 better test
  • 19d58b9 Merge branch 'master' into stef-1088-Regex_support_for_JsonMatcher
  • 77fd079 regression

📊 Changes

7 files changed (+349 additions, -91 deletions)

View changed files

📝 src/WireMock.Net.Abstractions/Admin/Mappings/MatcherModel.cs (+1 -1)
📝 src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs (+9 -14)
📝 src/WireMock.Net/Matchers/JsonMatcher.cs (+86 -5)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+3 -7)
📝 test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs (+246 -62)
📝 test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToMappingModel_Mapping_WithBodyAsProtoBuf_ReturnsCorrectModel.verified.txt (+2 -1)
📝 test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToMappingModel_Request_WithBodyAsProtoBuf_ReturnsCorrectModel.verified.txt (+2 -1)

📄 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/1091 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/5/2024 **Status:** ✅ Merged **Merged:** 4/6/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1088-Regex_support_for_JsonMatcher` --- ### 📝 Commits (4) - [`53d51cc`](https://github.com/wiremock/WireMock.Net/commit/53d51cc98e322ea5cb31e3a62144c3090a4b858c) json matcher regex - [`69683a9`](https://github.com/wiremock/WireMock.Net/commit/69683a941dba51df3b566c3006968bf9522fab04) better test - [`19d58b9`](https://github.com/wiremock/WireMock.Net/commit/19d58b9a398c41901606dc567c911c19b3a0815b) Merge branch 'master' into stef-1088-Regex_support_for_JsonMatcher - [`77fd079`](https://github.com/wiremock/WireMock.Net/commit/77fd0793db8390da85c8e23c5fc94765aff993d6) regression ### 📊 Changes **7 files changed** (+349 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.Abstractions/Admin/Mappings/MatcherModel.cs` (+1 -1) 📝 `src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs` (+9 -14) 📝 `src/WireMock.Net/Matchers/JsonMatcher.cs` (+86 -5) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+3 -7) 📝 `test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs` (+246 -62) 📝 `test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToMappingModel_Mapping_WithBodyAsProtoBuf_ReturnsCorrectModel.verified.txt` (+2 -1) 📝 `test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToMappingModel_Request_WithBodyAsProtoBuf_ReturnsCorrectModel.verified.txt` (+2 -1) </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 09:18:57 +01:00
adam closed this issue 2025-12-29 09:18:57 +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#1223