[PR #625] [MERGED] Add NotNullOrEmptyMatcher #1004

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

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/625
Author: @StefH
Created: 8/4/2021
Status: Merged
Merged: 8/4/2021
Merged by: @StefH

Base: masterHead: stef-624-bodyasbytes-regexmatcher


📝 Commits (5)

📊 Changes

11 files changed (+916 additions, -729 deletions)

View changed files

.editorconfig (+6 -0)
📝 Directory.Build.props (+1 -1)
📝 WireMock.Net Solution.sln (+3 -2)
📝 src/WireMock.Net/Matchers/IValueMatcher.cs (+14 -14)
src/WireMock.Net/Matchers/NotNullOrEmptyMatcher.cs (+52 -0)
📝 src/WireMock.Net/Matchers/RegexMatcher.cs (+110 -110)
📝 src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs (+16 -0)
📝 src/WireMock.Net/Serialization/MatcherMapper.cs (+5 -2)
test/WireMock.Net.Tests/Matchers/NotNullOrEmptyMatcherTests.cs (+60 -0)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs (+377 -328)
📝 test/WireMock.Net.Tests/Serialization/MatcherModelMapperTests.cs (+272 -272)

📄 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/625 **Author:** [@StefH](https://github.com/StefH) **Created:** 8/4/2021 **Status:** ✅ Merged **Merged:** 8/4/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-624-bodyasbytes-regexmatcher` --- ### 📝 Commits (5) - [`cf35522`](https://github.com/wiremock/WireMock.Net/commit/cf355225d7f4cd6d6876cf2feecaa6c361733d7a) . - [`d31ba67`](https://github.com/wiremock/WireMock.Net/commit/d31ba675d22f88ce7654c2e90271f82ea4efeec4) tests - [`8496ec6`](https://github.com/wiremock/WireMock.Net/commit/8496ec66c5e10fb78828d501f4ebc658d51e448d) fix space - [`58119db`](https://github.com/wiremock/WireMock.Net/commit/58119db3ef6aba1f3b9e62e4ebed63cc5a79b853) fix UT - [`114563e`](https://github.com/wiremock/WireMock.Net/commit/114563e96894ab4ac18b8743d5a4621f6bc14c20) Merge from master ### 📊 Changes **11 files changed** (+916 additions, -729 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+6 -0) 📝 `Directory.Build.props` (+1 -1) 📝 `WireMock.Net Solution.sln` (+3 -2) 📝 `src/WireMock.Net/Matchers/IValueMatcher.cs` (+14 -14) ➕ `src/WireMock.Net/Matchers/NotNullOrEmptyMatcher.cs` (+52 -0) 📝 `src/WireMock.Net/Matchers/RegexMatcher.cs` (+110 -110) 📝 `src/WireMock.Net/Matchers/Request/RequestMessageBodyMatcher.cs` (+16 -0) 📝 `src/WireMock.Net/Serialization/MatcherMapper.cs` (+5 -2) ➕ `test/WireMock.Net.Tests/Matchers/NotNullOrEmptyMatcherTests.cs` (+60 -0) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs` (+377 -328) 📝 `test/WireMock.Net.Tests/Serialization/MatcherModelMapperTests.cs` (+272 -272) </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:19 +01:00
adam closed this issue 2025-12-29 08:34:19 +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#1004