[PR #1080] [MERGED] Fix FluentAssertions on Header(s) #1222

Closed
opened 2025-12-29 09:18:57 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1080
Author: @StefH
Created: 3/8/2024
Status: Merged
Merged: 3/9/2024
Merged by: @StefH

Base: masterHead: stef-1074-fluent-assertions-headers


📝 Commits (2)

📊 Changes

3 files changed (+256 additions, -150 deletions)

View changed files

src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithHeader.cs (+157 -0)
📝 src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs (+4 -83)
📝 test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs (+95 -67)

📄 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/1080 **Author:** [@StefH](https://github.com/StefH) **Created:** 3/8/2024 **Status:** ✅ Merged **Merged:** 3/9/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1074-fluent-assertions-headers` --- ### 📝 Commits (2) - [`af82680`](https://github.com/wiremock/WireMock.Net/commit/af8268085b6cfd5c7396f0ec1ec70a3601e7b69d) Fix FluentAssertions on Header(s) - [`2590f4f`](https://github.com/wiremock/WireMock.Net/commit/2590f4fff3ce0ac46032e280f15bdd2f63a8d7d8) ... ### 📊 Changes **3 files changed** (+256 additions, -150 deletions) <details> <summary>View changed files</summary> ➕ `src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.WithHeader.cs` (+157 -0) 📝 `src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs` (+4 -83) 📝 `test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs` (+95 -67) </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 09:18:57 +01:00
adam closed this issue 2025-12-29 09:18:57 +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#1222