[PR #604] [MERGED] Fix match logic for exact bytearray #991

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/604
Author: @StefH
Created: 4/18/2021
Status: Merged
Merged: 4/18/2021
Merged by: @StefH

Base: masterHead: stef_601_bytearray_matching


📝 Commits (1)

📊 Changes

3 files changed (+208 additions, -192 deletions)

View changed files

📝 src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs (+193 -183)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs (+5 -3)
📝 test/WireMock.Net.Tests/RequestWithBodyTests.cs (+10 -6)

📄 Description

#601


🔄 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/604 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/18/2021 **Status:** ✅ Merged **Merged:** 4/18/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef_601_bytearray_matching` --- ### 📝 Commits (1) - [`2469458`](https://github.com/wiremock/WireMock.Net/commit/246945877b397cef12fbade29b4d6145d912379b) Fix match logic ### 📊 Changes **3 files changed** (+208 additions, -192 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs` (+193 -183) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs` (+5 -3) 📝 `test/WireMock.Net.Tests/RequestWithBodyTests.cs` (+10 -6) </details> ### 📄 Description #601 --- <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:16 +01:00
adam closed this issue 2025-12-29 08:34:16 +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#991