[PR #1221] [MERGED] Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher #1287

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1221
Author: @StefH
Created: 12/22/2024
Status: Merged
Merged: 12/22/2024
Merged by: @StefH

Base: masterHead: stef-1192-at_url


📝 Commits (1)

  • 609f237 Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher

📊 Changes

3 files changed (+84 additions, -15 deletions)

View changed files

📝 src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.AtUrl.cs (+26 -5)
src/WireMock.Net/Matchers/MatcherExtensions.cs (+20 -0)
📝 test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs (+38 -10)

📄 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/1221 **Author:** [@StefH](https://github.com/StefH) **Created:** 12/22/2024 **Status:** ✅ Merged **Merged:** 12/22/2024 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1192-at_url` --- ### 📝 Commits (1) - [`609f237`](https://github.com/wiremock/WireMock.Net/commit/609f237b7e2d5913c5d3c221a84e984734aa80c0) Add overloads to AtUrl and AtAbsoluteUrl which can use a IStringMatcher ### 📊 Changes **3 files changed** (+84 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.FluentAssertions/Assertions/WireMockAssertions.AtUrl.cs` (+26 -5) ➕ `src/WireMock.Net/Matchers/MatcherExtensions.cs` (+20 -0) 📝 `test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs` (+38 -10) </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:19:10 +01:00
adam closed this issue 2025-12-29 09:19:10 +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#1287