[PR #482] [MERGED] Add PartialMatch to logging / logentries #936

Closed
opened 2025-12-29 08:34:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/482
Author: @StefH
Created: 7/1/2020
Status: Merged
Merged: 7/4/2020
Merged by: @StefH

Base: masterHead: show_info_why_mapping_was_not_matched


📝 Commits (4)

📊 Changes

14 files changed (+502 additions, -250 deletions)

View changed files

📝 WireMock.Net Solution.sln (+7 -0)
📝 src/WireMock.Net.Abstractions/Admin/Requests/LogEntryModel.cs (+15 -0)
src/WireMock.Net.FluentAssertions/Assertions/WireMockANumberOfCallsAssertions.cs (+22 -0)
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs (+37 -0)
src/WireMock.Net.FluentAssertions/Assertions/WireMockReceivedAssertions.cs (+26 -0)
src/WireMock.Net.FluentAssertions/Extensions/WireMockExtensions.cs (+13 -0)
src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj (+41 -0)
📝 src/WireMock.Net/Logging/LogEntry.cs (+82 -58)
📝 src/WireMock.Net/Owin/IMappingMatcher.cs (+6 -6)
📝 src/WireMock.Net/Owin/MappingMatcher.cs (+12 -9)
📝 src/WireMock.Net/Owin/WireMockMiddleware.cs (+12 -6)
📝 src/WireMock.Net/Serialization/LogEntryMapper.cs (+29 -13)
📝 test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs (+190 -152)
📝 test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs (+10 -6)

📄 Description

No description provided


🔄 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/482 **Author:** [@StefH](https://github.com/StefH) **Created:** 7/1/2020 **Status:** ✅ Merged **Merged:** 7/4/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `show_info_why_mapping_was_not_matched` --- ### 📝 Commits (4) - [`e78272f`](https://github.com/wiremock/WireMock.Net/commit/e78272ff1d55503320ce7117e8d33bd630649423) . - [`6ec9391`](https://github.com/wiremock/WireMock.Net/commit/6ec9391eb683a99d73aaa89b707523deb085c30f) FluentAssertions - [`b571eed`](https://github.com/wiremock/WireMock.Net/commit/b571eed77a1f85b85b172bed0abe2d3f09f485bf) . - [`b025f6c`](https://github.com/wiremock/WireMock.Net/commit/b025f6c38a99f53f95e37c57dc6202fccf05dca0) . ### 📊 Changes **14 files changed** (+502 additions, -250 deletions) <details> <summary>View changed files</summary> 📝 `WireMock.Net Solution.sln` (+7 -0) 📝 `src/WireMock.Net.Abstractions/Admin/Requests/LogEntryModel.cs` (+15 -0) ➕ `src/WireMock.Net.FluentAssertions/Assertions/WireMockANumberOfCallsAssertions.cs` (+22 -0) ➕ `src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs` (+37 -0) ➕ `src/WireMock.Net.FluentAssertions/Assertions/WireMockReceivedAssertions.cs` (+26 -0) ➕ `src/WireMock.Net.FluentAssertions/Extensions/WireMockExtensions.cs` (+13 -0) ➕ `src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj` (+41 -0) 📝 `src/WireMock.Net/Logging/LogEntry.cs` (+82 -58) 📝 `src/WireMock.Net/Owin/IMappingMatcher.cs` (+6 -6) 📝 `src/WireMock.Net/Owin/MappingMatcher.cs` (+12 -9) 📝 `src/WireMock.Net/Owin/WireMockMiddleware.cs` (+12 -6) 📝 `src/WireMock.Net/Serialization/LogEntryMapper.cs` (+29 -13) 📝 `test/WireMock.Net.Tests/Owin/MappingMatcherTests.cs` (+190 -152) 📝 `test/WireMock.Net.Tests/Owin/WireMockMiddlewareTests.cs` (+10 -6) </details> ### 📄 Description _No description provided_ --- <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 08:34:04 +01:00
adam closed this issue 2025-12-29 08:34:04 +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#936