mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1091] [MERGED] Add RegEx support to JsonMatcher #1223
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/1091
Author: @StefH
Created: 4/5/2024
Status: ✅ Merged
Merged: 4/6/2024
Merged by: @StefH
Base:
master← Head:stef-1088-Regex_support_for_JsonMatcher📝 Commits (4)
53d51ccjson matcher regex69683a9better test19d58b9Merge branch 'master' into stef-1088-Regex_support_for_JsonMatcher77fd079regression📊 Changes
7 files changed (+349 additions, -91 deletions)
View changed files
📝
src/WireMock.Net.Abstractions/Admin/Mappings/MatcherModel.cs(+1 -1)📝
src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs(+9 -14)📝
src/WireMock.Net/Matchers/JsonMatcher.cs(+86 -5)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+3 -7)📝
test/WireMock.Net.Tests/Matchers/JsonMatcherTests.cs(+246 -62)📝
test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToMappingModel_Mapping_WithBodyAsProtoBuf_ReturnsCorrectModel.verified.txt(+2 -1)📝
test/WireMock.Net.Tests/Serialization/MappingConverterTests.ToMappingModel_Request_WithBodyAsProtoBuf_ReturnsCorrectModel.verified.txt(+2 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.