mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #713] [MERGED] Added support of custom matchers in static mappings #1050
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/713
Author: @levanoz
Created: 1/12/2022
Status: ✅ Merged
Merged: 1/17/2022
Merged by: @StefH
Base:
master← Head:SupportCustomMatchersInStaticMappings📝 Commits (6)
d08e521Added support of custom matchers in static mappings6eeba7aFixed code style issues3162548Fixed naming and code stylec150d9cadded empty lineceaaad4Ignore serialization of CustomMatcherMappings property in WireMockServerSettings629da5aAdded 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.