mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #269] [MERGED] Add JmesPath matcher #831
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/269
Author: @StefH
Created: 4/17/2019
Status: ✅ Merged
Merged: 4/20/2019
Merged by: @StefH
Base:
master← Head:jmespath📝 Commits (4)
2a95f95JmesPathMatcher74a6210netstandard1.30e8c79dupdate System.Linq.Dynamic.Core6e35415simplyfydouble IsMatch(object input)📊 Changes
10 files changed (+261 additions, -7 deletions)
View changed files
📝
Directory.Build.props(+1 -1)📝
WireMock.Net Solution.sln.DotSettings(+1 -0)📝
examples/WireMock.Net.StandAlone.Net461/App.config(+1 -1)📝
examples/WireMock.Net.StandAlone.Net461/WireMock.Net.StandAlone.Net461.csproj(+2 -2)📝
examples/WireMock.Net.StandAlone.Net461/packages.config(+1 -1)➕
src/WireMock.Net/Matchers/JmesPathMatcher.cs(+83 -0)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+3 -0)📝
src/WireMock.Net/WireMock.Net.csproj(+2 -1)➕
test/WireMock.Net.Tests/Matchers/JmesPathMatcherTests.cs(+166 -0)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.