[PR #269] [MERGED] Add JmesPath matcher #831

Closed
opened 2025-12-29 08:33:41 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: jmespath


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/269 **Author:** [@StefH](https://github.com/StefH) **Created:** 4/17/2019 **Status:** ✅ Merged **Merged:** 4/20/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `jmespath` --- ### 📝 Commits (4) - [`2a95f95`](https://github.com/wiremock/WireMock.Net/commit/2a95f9569ebea7f0a15669248ea34914797aec3b) JmesPathMatcher - [`74a6210`](https://github.com/wiremock/WireMock.Net/commit/74a6210341250baf74ca1e09f78138a4ffcc357d) netstandard1.3 - [`0e8c79d`](https://github.com/wiremock/WireMock.Net/commit/0e8c79df428d87c0924fb804ad8ffa4c63d0716e) update System.Linq.Dynamic.Core - [`6e35415`](https://github.com/wiremock/WireMock.Net/commit/6e35415301b40b7e1744d2a55282b5a593c8b4c9) simplyfy `double IsMatch(object input)` ### 📊 Changes **10 files changed** (+261 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:33:41 +01:00
adam closed this issue 2025-12-29 08:33:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#831