[PR #1132] [MERGED] Multipart Matcher Fix #1245

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1132
Author: @rmeshksar
Created: 7/4/2024
Status: Merged
Merged: 7/9/2024
Merged by: @StefH

Base: masterHead: 1119-multipart-matcher-bug


📝 Commits (2)

📊 Changes

4 files changed (+229 additions, -37 deletions)

View changed files

📝 src/WireMock.Net/Matchers/Request/RequestMessageMultiPartMatcher.cs (+8 -10)
test/WireMock.Net.Tests/Client/Builders/AdminApiMappingBuilderTests.GetMappingBuilder_BuildAndPostAsync.verified.txt (+32 -0)
test/WireMock.Net.Tests/Client/Builders/AdminApiMappingBuilderTests.cs (+67 -0)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageMultiPartMatcher.cs (+122 -27)

📄 Description

Fixes the issue discussed here:
https://github.com/WireMock-Net/WireMock.Net/issues/1119


🔄 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/1132 **Author:** [@rmeshksar](https://github.com/rmeshksar) **Created:** 7/4/2024 **Status:** ✅ Merged **Merged:** 7/9/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `1119-multipart-matcher-bug` --- ### 📝 Commits (2) - [`267b768`](https://github.com/wiremock/WireMock.Net/commit/267b7685abd09a231d4c045130ca8f6ce8b696b2) Add unit tests for AdminApiMappingBuilder (#1131) - [`bd65374`](https://github.com/wiremock/WireMock.Net/commit/bd65374cc8bf38967eabea7c23a1e2c6d8be8a4c) Multipart Matcher Fix ### 📊 Changes **4 files changed** (+229 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/Request/RequestMessageMultiPartMatcher.cs` (+8 -10) ➕ `test/WireMock.Net.Tests/Client/Builders/AdminApiMappingBuilderTests.GetMappingBuilder_BuildAndPostAsync.verified.txt` (+32 -0) ➕ `test/WireMock.Net.Tests/Client/Builders/AdminApiMappingBuilderTests.cs` (+67 -0) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageMultiPartMatcher.cs` (+122 -27) </details> ### 📄 Description Fixes the issue discussed here: https://github.com/WireMock-Net/WireMock.Net/issues/1119 --- <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:02 +01:00
adam closed this issue 2025-12-29 09:19:02 +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#1245