mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-14 07:33:33 +01:00
[PR #170] [MERGED] Support json path in the response #785
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/170
Author: @StefH
Created: 7/23/2018
Status: ✅ Merged
Merged: 7/23/2018
Merged by: @StefH
Base:
master← Head:SupportJSONPath_in_the_response📝 Commits (10+)
a838221jsonpath in response2c929a0Fix testsbd5e99bMerge branch 'master' into SupportJSONPath_in_the_response8578325Support also BodyAsJsonf14468fFix Sonar Issuef97fae6Add example (zubinix2)5cf40ffFix batch file29b310dSolve CodeFactor issues4e0b22dnetcoreapp2.0;netcoreapp2.1f2173721.0.4.8📊 Changes
19 files changed (+591 additions, -74 deletions)
View changed files
📝
CHANGELOG.md(+7 -0)📝
GitReleaseNotes.txt(+1 -1)📝
README.md(+16 -16)📝
examples/WireMock.Net.ConsoleApplication/MainApp.cs(+40 -0)📝
examples/WireMock.Net.Service/Service-Install.bat(+1 -1)📝
examples/WireMock.Net.WebApplication/WireMock.Net.WebApplication.NETCore2.csproj(+8 -2)📝
src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj(+1 -1)📝
src/WireMock.Net/Matchers/JsonMatcher.cs(+15 -4)📝
src/WireMock.Net/Matchers/MatchBehaviourHelper.cs(+1 -2)📝
src/WireMock.Net/Owin/OwinResponseMapper.cs(+5 -0)📝
src/WireMock.Net/Server/FluentMockServer.Admin.cs(+0 -1)📝
src/WireMock.Net/Server/FluentMockServer.cs(+1 -1)➕
src/WireMock.Net/Transformers/HandleBarsHelpers.cs(+89 -0)📝
src/WireMock.Net/Transformers/ResponseMessageTransformer.cs(+86 -14)📝
src/WireMock.Net/WireMock.Net.csproj(+5 -2)📝
test/WireMock.Net.Tests/FluentMockServerTests.cs(+0 -1)📝
test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs(+2 -2)📝
test/WireMock.Net.Tests/ResponseBuilderTests/ResponseWithHandlebarsTests.cs(+312 -24)📝
test/WireMock.Net.Tests/ResponseTests.cs(+1 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.