mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #484] [MERGED] Refactor: extract interfaces #940
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/484
Author: @StefH
Created: 7/5/2020
Status: ✅ Merged
Merged: 7/5/2020
Merged by: @StefH
Base:
master← Head:extract_interface📝 Commits (6)
8e4bfcb.4ca8db1MatchDetail57a8ac6rm443c4d0respbdf467flogeaefb99f📊 Changes
34 files changed (+1561 additions, -1320 deletions)
View changed files
📝
examples/WireMock.Net.WebApplication/WireMockService.cs(+8 -2)➕
src/WireMock.Net.Abstractions/IRequestMessage.cs(+140 -0)➕
src/WireMock.Net.Abstractions/IResponseMessage.cs(+51 -0)➕
src/WireMock.Net.Abstractions/Logging/ILogEntry.cs(+80 -0)➕
src/WireMock.Net.Abstractions/Matchers/Request/IRequestMatchResult.cs(+48 -0)📝
src/WireMock.Net.Abstractions/Matchers/Request/MatchDetail.cs(+0 -0)📝
src/WireMock.Net.Abstractions/ResponseBuilders/FaultType.cs(+0 -0)📝
src/WireMock.Net.Abstractions/Server/IWireMockServer.cs(+9 -1)➕
src/WireMock.Net.Abstractions/Util/IBodyData.cs(+61 -0)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockANumberOfCallsAssertions.cs(+2 -2)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs(+2 -2)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockReceivedAssertions.cs(+2 -2)📝
src/WireMock.Net.FluentAssertions/Extensions/WireMockExtensions.cs(+1 -1)📝
src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj(+1 -1)📝
src/WireMock.Net/IMapping.cs(+1 -1)📝
src/WireMock.Net/Logging/LogEntry.cs(+14 -59)📝
src/WireMock.Net/Matchers/Request/IRequestMatcher.cs(+1 -1)📝
src/WireMock.Net/Matchers/Request/RequestMatchResult.cs(+6 -28)📝
src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs(+3 -3)📝
src/WireMock.Net/Matchers/Request/RequestMessageClientIPMatcher.cs(+2 -2)...and 14 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.