mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #594] [MERGED] Add possibility to the WithBody() to use IBodyData #987
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:RequestMessageBodyMatcher_also_WithBody_BodyData📝 Commits (1)
99d9004wip📊 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.