[PR #1147] [MERGED] Add FormUrlEncodedMatcher #1253

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1147
Author: @StefH
Created: 7/27/2024
Status: Merged
Merged: 7/27/2024
Merged by: @StefH

Base: masterHead: stef-1143-FormUrlEncodedMatcher


📝 Commits (5)

📊 Changes

10 files changed (+530 additions, -30 deletions)

View changed files

src/WireMock.Net/Matchers/FormUrlEncodedMatcher.cs (+153 -0)
📝 src/WireMock.Net/Serialization/MappingConverter.cs (+14 -11)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+5 -2)
📝 test/WireMock.Net.Tests/MappingBuilderTests.GetMappings.verified.txt (+74 -2)
📝 test/WireMock.Net.Tests/MappingBuilderTests.ToCSharpCode_Builder.verified.txt (+29 -1)
📝 test/WireMock.Net.Tests/MappingBuilderTests.ToCSharpCode_Server.verified.txt (+29 -1)
📝 test/WireMock.Net.Tests/MappingBuilderTests.ToJson.verified.txt (+72 -2)
📝 test/WireMock.Net.Tests/MappingBuilderTests.cs (+18 -11)
test/WireMock.Net.Tests/Matchers/FormUrlEncodedMatcherTests.cs (+78 -0)
📝 test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs (+58 -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/1147 **Author:** [@StefH](https://github.com/StefH) **Created:** 7/27/2024 **Status:** ✅ Merged **Merged:** 7/27/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1143-FormUrlEncodedMatcher` --- ### 📝 Commits (5) - [`7d2c219`](https://github.com/wiremock/WireMock.Net/commit/7d2c219038fd979959d322e2e2bc89f47d25a94a) FormUrlEncodedMatcher - [`9b882fb`](https://github.com/wiremock/WireMock.Net/commit/9b882fb755fbf5495aaf8c9fc8bf7d0d3691625c) . - [`84ae2a5`](https://github.com/wiremock/WireMock.Net/commit/84ae2a58dfafb274f920b5f572f34333e747742f) Fix - [`215e111`](https://github.com/wiremock/WireMock.Net/commit/215e111b13b9b6b247c699ca52164b0ed3d2843d) new - [`5cac186`](https://github.com/wiremock/WireMock.Net/commit/5cac186c546c5cb1b10356028254ff307dd8524b) support wildcard ### 📊 Changes **10 files changed** (+530 additions, -30 deletions) <details> <summary>View changed files</summary> ➕ `src/WireMock.Net/Matchers/FormUrlEncodedMatcher.cs` (+153 -0) 📝 `src/WireMock.Net/Serialization/MappingConverter.cs` (+14 -11) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+5 -2) 📝 `test/WireMock.Net.Tests/MappingBuilderTests.GetMappings.verified.txt` (+74 -2) 📝 `test/WireMock.Net.Tests/MappingBuilderTests.ToCSharpCode_Builder.verified.txt` (+29 -1) 📝 `test/WireMock.Net.Tests/MappingBuilderTests.ToCSharpCode_Server.verified.txt` (+29 -1) 📝 `test/WireMock.Net.Tests/MappingBuilderTests.ToJson.verified.txt` (+72 -2) 📝 `test/WireMock.Net.Tests/MappingBuilderTests.cs` (+18 -11) ➕ `test/WireMock.Net.Tests/Matchers/FormUrlEncodedMatcherTests.cs` (+78 -0) 📝 `test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs` (+58 -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 09:19:03 +01:00
adam closed this issue 2025-12-29 09:19:03 +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#1253