mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
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/135
Author: @StefH
Created: 5/13/2018
Status: ✅ Merged
Merged: 5/15/2018
Merged by: @StefH
Base:
stef_negate_matcher← Head:stef_133📝 Commits (4)
8a617adFixed Bug: Admin GetRequestAsync does not populate request body for JsonApi ("application/vnd.api+json") content (#133)fadd587tests: add parametrised tests that cover various body matchers for json8a5f1a2Code review comments (BodyAsStringOriginal)030f445tests: minor method name change📊 Changes
12 files changed (+209 additions, -125 deletions)
View changed files
📝
src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs(+19 -8)📝
src/WireMock.Net/RequestMessage.cs(+2 -39)📝
src/WireMock.Net/Util/BodyData.cs(+1 -1)📝
src/WireMock.Net/Util/BodyParser.cs(+1 -0)📝
test/WireMock.Net.Tests/FluentMockServerTests.cs(+37 -1)📝
test/WireMock.Net.Tests/RequestCookieTests.cs(+1 -1)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs(+28 -1)📝
test/WireMock.Net.Tests/RequestTests.cs(+26 -18)📝
test/WireMock.Net.Tests/RequestWithBodyTests.cs(+36 -21)📝
test/WireMock.Net.Tests/RequestWithPathTests.cs(+11 -7)📝
test/WireMock.Net.Tests/ResponseBuilderTests/ResponseWithBodyHandlebarsTests.cs(+25 -15)📝
test/WireMock.Net.Tests/ResponseBuilderTests/ResponseWithBodyTests.cs(+22 -13)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.