[PR #594] [MERGED] Add possibility to the WithBody() to use IBodyData #987

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

📋 Pull Request Information

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

Base: masterHead: RequestMessageBodyMatcher_also_WithBody_BodyData


📝 Commits (1)

📊 Changes

5 files changed (+133 additions, -66 deletions)

View changed files

📝 examples/WireMock.Net.StandAlone.NETCoreApp/Program.cs (+73 -64)
📝 src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs (+21 -0)
📝 src/WireMock.Net/RequestBuilders/IBodyRequestBuilder.cs (+10 -2)
📝 src/WireMock.Net/RequestBuilders/Request.WithBody.cs (+10 -0)
📝 test/WireMock.Net.Tests/RequestWithBodyTests.cs (+19 -0)

📄 Description

https://github.com/WireMock-Net/WireMock.Net/issues/593


🔄 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/594 **Author:** [@StefH](https://github.com/StefH) **Created:** 3/18/2021 **Status:** ✅ Merged **Merged:** 3/18/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `RequestMessageBodyMatcher_also_WithBody_BodyData` --- ### 📝 Commits (1) - [`99d9004`](https://github.com/wiremock/WireMock.Net/commit/99d9004a2bf196bf3cdd334972e9f4e092c92758) wip ### 📊 Changes **5 files changed** (+133 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `examples/WireMock.Net.StandAlone.NETCoreApp/Program.cs` (+73 -64) 📝 `src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs` (+21 -0) 📝 `src/WireMock.Net/RequestBuilders/IBodyRequestBuilder.cs` (+10 -2) 📝 `src/WireMock.Net/RequestBuilders/Request.WithBody.cs` (+10 -0) 📝 `test/WireMock.Net.Tests/RequestWithBodyTests.cs` (+19 -0) </details> ### 📄 Description https://github.com/WireMock-Net/WireMock.Net/issues/593 --- <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 15:34:40 +01:00
adam closed this issue 2025-12-29 15:34:40 +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-wiremock#987