mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #625] [MERGED] Add NotNullOrEmptyMatcher #1004
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:stef-624-bodyasbytes-regexmatcher📝 Commits (5)
cf35522.d31ba67tests8496ec6fix space58119dbfix UT114563eMerge from master📊 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.