mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
[PR #157] [MERGED] Support for string and object in JsonMatcher. #782
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/157
Author: @StefH
Created: 6/26/2018
Status: ✅ Merged
Merged: 6/26/2018
Merged by: @StefH
Base:
master← Head:stef_JsonMatcherFix📝 Commits (2)
845c6e0JsonMatcher (#154)97917d3small update in example code📊 Changes
13 files changed (+135 additions, -42 deletions)
View changed files
📝
examples/WireMock.Net.ConsoleApplication/MainApp.cs(+14 -6)📝
examples/WireMock.Net.StandAlone.Net452/WireMock.Net.StandAlone.Net452.csproj(+11 -0)➕
examples/WireMock.Net.StandAlone.Net452/app.config(+11 -0)📝
examples/WireMock.Net.StandAlone.Net452/packages.config(+3 -0)📝
src/WireMock.Net/Admin/Mappings/MatcherModel.cs(+4 -9)📝
src/WireMock.Net/Matchers/IValueMatcher.cs(+2 -2)📝
src/WireMock.Net/Matchers/JsonMatcher.cs(+34 -9)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+14 -10)📝
src/WireMock.Net/Server/FluentMockServer.Admin.cs(+5 -1)📝
test/WireMock.Net.Tests/FluentMockServerTests.cs(+1 -1)📝
test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs(+35 -3)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+1 -1)📝
test/WireMock.Net.Tests/responsebody.json(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.