[PR #816] [MERGED] Some fixes to WireMock.Net.Assertions #1094

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/816
Author: @StefH
Created: 9/26/2022
Status: Merged
Merged: 10/15/2022
Merged by: @StefH

Base: masterHead: stef-ut-assertions


📝 Commits (8)

📊 Changes

4 files changed (+196 additions, -51 deletions)

View changed files

📝 src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs (+90 -36)
📝 src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj (+1 -0)
📝 test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs (+101 -10)
📝 test/WireMock.Net.Tests/Owin/GlobalExceptionMiddlewareTests.cs (+4 -5)

📄 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/816 **Author:** [@StefH](https://github.com/StefH) **Created:** 9/26/2022 **Status:** ✅ Merged **Merged:** 10/15/2022 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-ut-assertions` --- ### 📝 Commits (8) - [`b557521`](https://github.com/wiremock/WireMock.Net/commit/b557521559e5dd6a0b6c796957b7aacf14c16476) Add extra unit test for UsingPost - [`3c1763c`](https://github.com/wiremock/WireMock.Net/commit/3c1763cdadad8dcfb26c15a370b56d0935d37158) Merge branch 'master' into stef-ut-assertions - [`6997f2f`](https://github.com/wiremock/WireMock.Net/commit/6997f2fcc25e9abe534a5584d2a94e9653d91974) .X - [`aa6df42`](https://github.com/wiremock/WireMock.Net/commit/aa6df420dd62573916818445cca2d2de307bea84) ok - [`e428ccd`](https://github.com/wiremock/WireMock.Net/commit/e428ccd611ae6be8e0ce1d30c5cd022a792dd3e8) ok2 - [`00a6009`](https://github.com/wiremock/WireMock.Net/commit/00a60097a2adcced9ed0071edca19c52982a4dc4) header - [`8feef2f`](https://github.com/wiremock/WireMock.Net/commit/8feef2f612096a3cab88495a69a6273ea6e3f6f8) Merge branch 'master' into stef-ut-assertions - [`c4d7fd7`](https://github.com/wiremock/WireMock.Net/commit/c4d7fd76ce4c5d38be8c85c27acf605d0423e9a5) Merge branch 'master' into stef-ut-assertions ### 📊 Changes **4 files changed** (+196 additions, -51 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.cs` (+90 -36) 📝 `src/WireMock.Net.FluentAssertions/WireMock.Net.FluentAssertions.csproj` (+1 -0) 📝 `test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs` (+101 -10) 📝 `test/WireMock.Net.Tests/Owin/GlobalExceptionMiddlewareTests.cs` (+4 -5) </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:39 +01:00
adam closed this issue 2025-12-29 08:34:39 +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#1094