mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #345] [MERGED] Fix CompareTo in RequestMatchResult #870
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/345
Author: @StefH
Created: 9/16/2019
Status: ✅ Merged
Merged: 9/17/2019
Merged by: @StefH
Base:
master← Head:ReturnBestMatchingMapping_If_MultipleMatch📝 Commits (2)
61ac832Fix CompareTo in RequestMatchResult82fe2e8fix test📊 Changes
6 files changed (+117 additions, -24 deletions)
View changed files
➕
src/WireMock.Net/Matchers/Request/MatchDetail.cs(+11 -0)📝
src/WireMock.Net/Matchers/Request/RequestMatchResult.cs(+9 -12)📝
src/WireMock.Net/Owin/MappingMatcher.cs(+3 -2)📝
src/WireMock.Net/Serialization/LogEntryMapper.cs(+4 -4)➕
test/WireMock.Net.Tests/Matchers/RequestMatchResultTests.cs(+54 -0)📝
test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs(+36 -6)📄 Description
#344
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.