[PR #1009] [MERGED] Add more tests for JmesPathMatchers and StringUtils.ParseMatchOperator #1191

Closed
opened 2025-12-29 09:18:50 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1009
Author: @StefH
Created: 10/13/2023
Status: Merged
Merged: 10/16/2023
Merged by: @StefH

Base: masterHead: stef-1008-JmesPathMatcher


📝 Commits (4)

  • c5b791d Add more tests for JmesPathMatchers and StringUtils.ParseMatchOperator
  • b854867 .
  • 5814890 Merge branch 'master' into stef-1008-JmesPathMatcher
  • 36eea07 prio

📊 Changes

8 files changed (+185 additions, -23 deletions)

View changed files

📝 src/WireMock.Net/Owin/MappingMatcher.cs (+5 -6)
📝 src/WireMock.Net/Owin/MappingMatcherResult.cs (+9 -2)
📝 src/WireMock.Net/Server/IRespondWithAProvider.cs (+1 -1)
📝 test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs (+11 -5)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs (+25 -0)
📝 test/WireMock.Net.Tests/Util/StringUtilsTests.cs (+34 -7)
📝 test/WireMock.Net.Tests/WireMock.Net.Tests.csproj (+2 -0)
📝 test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs (+98 -2)

📄 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/1009 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/13/2023 **Status:** ✅ Merged **Merged:** 10/16/2023 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1008-JmesPathMatcher` --- ### 📝 Commits (4) - [`c5b791d`](https://github.com/wiremock/WireMock.Net/commit/c5b791d8770da25ef63270857b720582721d25d0) Add more tests for JmesPathMatchers and StringUtils.ParseMatchOperator - [`b854867`](https://github.com/wiremock/WireMock.Net/commit/b85486714b581dfe6eb98bd1eefabb0625f674fa) . - [`5814890`](https://github.com/wiremock/WireMock.Net/commit/5814890b7383470f0760008f862e446e0e5c5946) Merge branch 'master' into stef-1008-JmesPathMatcher - [`36eea07`](https://github.com/wiremock/WireMock.Net/commit/36eea07dc5945f89f0ae8f556e92be0ad91646b1) prio ### 📊 Changes **8 files changed** (+185 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Owin/MappingMatcher.cs` (+5 -6) 📝 `src/WireMock.Net/Owin/MappingMatcherResult.cs` (+9 -2) 📝 `src/WireMock.Net/Server/IRespondWithAProvider.cs` (+1 -1) 📝 `test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs` (+11 -5) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs` (+25 -0) 📝 `test/WireMock.Net.Tests/Util/StringUtilsTests.cs` (+34 -7) 📝 `test/WireMock.Net.Tests/WireMock.Net.Tests.csproj` (+2 -0) 📝 `test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs` (+98 -2) </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 09:18:50 +01:00
adam closed this issue 2025-12-29 09:18:50 +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#1191