[PR #1389] Add more tests for MimePartMatcher #1374

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1389
Author: @StefH
Created: 12/8/2025
Status: 🔄 Open

Base: masterHead: mime-part-matcher


📝 Commits (10+)

  • 846da9d mp
  • b6fc7d2 .
  • fe2622d --return
  • 0407bcd Merge branch 'master' into mime-part-matcher
  • 9a2488a Merge branch 'master' into mime-part-matcher
  • 8b2f0b8 Merge branch 'master' into mime-part-matcher
  • e64d7d7 Merge branch 'master' into mime-part-matcher
  • 3291c43 Merge branch 'master' into mime-part-matcher
  • 022dfd0 Merge branch 'master' into mime-part-matcher
  • 5c359c5 Merge branch 'master' into mime-part-matcher

📊 Changes

4 files changed (+66 additions, -26 deletions)

View changed files

📝 examples/WireMock.Net.Console.NET8/MainApp.cs (+1 -1)
📝 src/WireMock.Net.MimePart/Util/MimeKitUtils.cs (+5 -2)
📝 test/WireMock.Net.Tests/Matchers/MimePartMatcherTests.cs (+22 -23)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageMultiPartMatcher.cs (+38 -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/1389 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/8/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `mime-part-matcher` --- ### 📝 Commits (10+) - [`846da9d`](https://github.com/wiremock/WireMock.Net/commit/846da9d4f648544f54b7ee00cd3b45ffd0e8f9c8) mp - [`b6fc7d2`](https://github.com/wiremock/WireMock.Net/commit/b6fc7d2e3c89e9a9c5ae2379fb8d802cdb80b1f0) . - [`fe2622d`](https://github.com/wiremock/WireMock.Net/commit/fe2622dcf2423617da19bcc5a6b58cfe931dae62) --return - [`0407bcd`](https://github.com/wiremock/WireMock.Net/commit/0407bcd423062de35853a46c6a23357f1e7e92ab) Merge branch 'master' into mime-part-matcher - [`9a2488a`](https://github.com/wiremock/WireMock.Net/commit/9a2488afe7a18d809ee69f921b7a426a9a19aa66) Merge branch 'master' into mime-part-matcher - [`8b2f0b8`](https://github.com/wiremock/WireMock.Net/commit/8b2f0b8fad77b90f3b6edb759d1d670b61376596) Merge branch 'master' into mime-part-matcher - [`e64d7d7`](https://github.com/wiremock/WireMock.Net/commit/e64d7d763ad71f73cb641b51b2a1ee74856e08fa) Merge branch 'master' into mime-part-matcher - [`3291c43`](https://github.com/wiremock/WireMock.Net/commit/3291c43632ae313d119aa09667641d08d663aa35) Merge branch 'master' into mime-part-matcher - [`022dfd0`](https://github.com/wiremock/WireMock.Net/commit/022dfd0cd36dc0eedc9317b8425a17ed033dc8af) Merge branch 'master' into mime-part-matcher - [`5c359c5`](https://github.com/wiremock/WireMock.Net/commit/5c359c5aa7c276d83f5a02193e9cffbd13d36447) Merge branch 'master' into mime-part-matcher ### 📊 Changes **4 files changed** (+66 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.Console.NET8/MainApp.cs` (+1 -1) 📝 `src/WireMock.Net.MimePart/Util/MimeKitUtils.cs` (+5 -2) 📝 `test/WireMock.Net.Tests/Matchers/MimePartMatcherTests.cs` (+22 -23) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageMultiPartMatcher.cs` (+38 -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:28 +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#1374