mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
[PR #482] [MERGED] Add PartialMatch to logging / logentries #936
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/482
Author: @StefH
Created: 7/1/2020
Status: ✅ Merged
Merged: 7/4/2020
Merged by: @StefH
Base:
master← Head:show_info_why_mapping_was_not_matched📝 Commits (4)
e78272f.6ec9391FluentAssertionsb571eed.b025f6c.📊 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.