[PR #345] [MERGED] Fix CompareTo in RequestMatchResult #871

Closed
opened 2025-12-29 15:33:54 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: ReturnBestMatchingMapping_If_MultipleMatch


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/345 **Author:** [@StefH](https://github.com/StefH) **Created:** 9/16/2019 **Status:** ✅ Merged **Merged:** 9/17/2019 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `ReturnBestMatchingMapping_If_MultipleMatch` --- ### 📝 Commits (2) - [`61ac832`](https://github.com/wiremock/WireMock.Net/commit/61ac832d40b68e888c60226009aa0fc82db04506) Fix CompareTo in RequestMatchResult - [`82fe2e8`](https://github.com/wiremock/WireMock.Net/commit/82fe2e8fed565fd02f4469e6d74cec45f93572a4) fix test ### 📊 Changes **6 files changed** (+117 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description #344 --- <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 15:33:54 +01:00
adam closed this issue 2025-12-29 15:33:54 +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-wiremock#871