mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #972] [MERGED] JsonPartialMatcher - match guid and string #1173
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/972
Author: @timurnes
Created: 7/19/2023
Status: ✅ Merged
Merged: 7/19/2023
Merged by: @StefH
Base:
master← Head:timurnes-971-JsonPartialMatcher-Guid📝 Commits (2)
21d0426JsonPartialMatcher - match guid and string (#971)26c2831JsonPartialMatcher - match guid and string. Add Regex with Guid test (#971)📊 Changes
2 files changed (+47 additions, -0 deletions)
View changed files
📝
src/WireMock.Net/Matchers/AbstractJsonPartialMatcher.cs(+7 -0)📝
test/WireMock.Net.Tests/Matchers/JsonPartialMatcherTests.cs(+40 -0)📄 Description
Closes #971
Adds an ability for a JsonPartialMatcher to match Guid and String values when the matcher is configured using an anonymous object with Guid fields
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.