[PR #713] [MERGED] Added support of custom matchers in static mappings #1050

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/713
Author: @levanoz
Created: 1/12/2022
Status: Merged
Merged: 1/17/2022
Merged by: @StefH

Base: masterHead: SupportCustomMatchersInStaticMappings


📝 Commits (6)

  • d08e521 Added support of custom matchers in static mappings
  • 6eeba7a Fixed code style issues
  • 3162548 Fixed naming and code style
  • c150d9c added empty line
  • ceaaad4 Ignore serialization of CustomMatcherMappings property in WireMockServerSettings
  • 629da5a Added integration tests for CustomMatcherMappings

📊 Changes

7 files changed (+321 additions, -0 deletions)

View changed files

📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+5 -0)
📝 src/WireMock.Net/Settings/IWireMockServerSettings.cs (+9 -0)
📝 src/WireMock.Net/Settings/WireMockServerSettings.cs (+7 -0)
test/WireMock.Net.Tests/Serialization/CustomPathParamMatcher.cs (+109 -0)
test/WireMock.Net.Tests/Serialization/CustomPathParamMatcherModel.cs (+20 -0)
📝 test/WireMock.Net.Tests/Serialization/MatcherModelMapperTests.cs (+69 -0)
📝 test/WireMock.Net.Tests/WireMockServerTests.cs (+102 -0)

📄 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/713 **Author:** [@levanoz](https://github.com/levanoz) **Created:** 1/12/2022 **Status:** ✅ Merged **Merged:** 1/17/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `SupportCustomMatchersInStaticMappings` --- ### 📝 Commits (6) - [`d08e521`](https://github.com/wiremock/WireMock.Net/commit/d08e52166af8bd41be311d006412685a281ac72a) Added support of custom matchers in static mappings - [`6eeba7a`](https://github.com/wiremock/WireMock.Net/commit/6eeba7aa64a28a61aeac8959a3dc8a0ab0e1cb50) Fixed code style issues - [`3162548`](https://github.com/wiremock/WireMock.Net/commit/316254810d5843af4a9a426b701a5c91eec28826) Fixed naming and code style - [`c150d9c`](https://github.com/wiremock/WireMock.Net/commit/c150d9c108fb88d36d3bcef90352d841ed72bae7) added empty line - [`ceaaad4`](https://github.com/wiremock/WireMock.Net/commit/ceaaad4f4a2c7a72faad87a1b7536b7a4a427d74) Ignore serialization of CustomMatcherMappings property in WireMockServerSettings - [`629da5a`](https://github.com/wiremock/WireMock.Net/commit/629da5aa2451b837116321a2f286194d25747b74) Added integration tests for CustomMatcherMappings ### 📊 Changes **7 files changed** (+321 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+5 -0) 📝 `src/WireMock.Net/Settings/IWireMockServerSettings.cs` (+9 -0) 📝 `src/WireMock.Net/Settings/WireMockServerSettings.cs` (+7 -0) ➕ `test/WireMock.Net.Tests/Serialization/CustomPathParamMatcher.cs` (+109 -0) ➕ `test/WireMock.Net.Tests/Serialization/CustomPathParamMatcherModel.cs` (+20 -0) 📝 `test/WireMock.Net.Tests/Serialization/MatcherModelMapperTests.cs` (+69 -0) 📝 `test/WireMock.Net.Tests/WireMockServerTests.cs` (+102 -0) </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:34:29 +01:00
adam closed this issue 2025-12-29 08:34:29 +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#1050