mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
[PR #1082] [MERGED] Make WireMockAssertions extendable #1224
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/1082
Author: @StefH
Created: 3/9/2024
Status: ✅ Merged
Merged: 3/12/2024
Merged by: @StefH
Base:
master← Head:stef-1075-fluent-extend📝 Commits (1)
6e88030Make WireMockAssertions extendable📊 Changes
9 files changed (+215 additions, -140 deletions)
View changed files
➕
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.AtUrl.cs(+60 -0)➕
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.FromClientIP.cs(+33 -0)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.UsingMethod.cs(+3 -3)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithBody.cs(+9 -9)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithHeader.cs(+14 -14)➕
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithProxy.cs(+34 -0)📝
src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs(+14 -113)➕
test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsExtensions.cs(+37 -0)📝
test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs(+11 -1)📄 Description
fix #1075
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.