[PR #654] [MERGED] Update NotNullOrEmptyMatcher to also implement IStringMatcher #1017

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/654
Author: @StefH
Created: 10/15/2021
Status: Merged
Merged: 10/15/2021
Merged by: @StefH

Base: masterHead: NotNullOrEmptyMatcher


📝 Commits (3)

  • e6d2dcf Update NotNullOrEmptyMatcher to also implement IStringMatcher
  • 670df3f NotNullOrEmptyMatcher_GetPatterns_Should_Return_EmptyArray
  • 04b5bd6 24

📊 Changes

5 files changed (+58 additions, -8 deletions)

View changed files

📝 CHANGELOG.md (+9 -1)
📝 Generate-ReleaseNotes.cmd (+1 -1)
📝 PackageReleaseNotes.txt (+5 -3)
📝 src/WireMock.Net/Matchers/NotNullOrEmptyMatcher.cs (+17 -1)
📝 test/WireMock.Net.Tests/Matchers/NotNullOrEmptyMatcherTests.cs (+26 -2)

📄 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/654 **Author:** [@StefH](https://github.com/StefH) **Created:** 10/15/2021 **Status:** ✅ Merged **Merged:** 10/15/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `NotNullOrEmptyMatcher` --- ### 📝 Commits (3) - [`e6d2dcf`](https://github.com/wiremock/WireMock.Net/commit/e6d2dcf82ca9e36e2a76b328ec3505892f104a6b) Update NotNullOrEmptyMatcher to also implement IStringMatcher - [`670df3f`](https://github.com/wiremock/WireMock.Net/commit/670df3f0f34e29c7726e07250c47aa613637bba5) NotNullOrEmptyMatcher_GetPatterns_Should_Return_EmptyArray - [`04b5bd6`](https://github.com/wiremock/WireMock.Net/commit/04b5bd60b1b3aab8c8ac63316ceb473dbc527657) 24 ### 📊 Changes **5 files changed** (+58 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -1) 📝 `Generate-ReleaseNotes.cmd` (+1 -1) 📝 `PackageReleaseNotes.txt` (+5 -3) 📝 `src/WireMock.Net/Matchers/NotNullOrEmptyMatcher.cs` (+17 -1) 📝 `test/WireMock.Net.Tests/Matchers/NotNullOrEmptyMatcherTests.cs` (+26 -2) </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 15:34:51 +01:00
adam closed this issue 2025-12-29 15:34:51 +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-wiremock#1017