mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #324] [MERGED] Add CSharpCodeMatcher #859
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/324
Author: @StefH
Created: 8/17/2019
Status: ✅ Merged
Merged: 9/28/2019
Merged by: @StefH
Base:
master← Head:CSharpCodeProvider_Matcher📝 Commits (10+)
9f66dd2wip4889528fixbafb2a1.d23694dwindows-2019772b89871d479e3eb2cfaMerge branch 'master' into CSharpCodeProvider_Matcher62713ddMerge branch 'master' into CSharpCodeProvider_Matcher5376c9bAllowCSharpCodeMatcher947ed8bCSharpCodeMatcher : IObjectMatcher📊 Changes
13 files changed (+361 additions, -12 deletions)
View changed files
📝
WireMock.Net Solution.sln.DotSettings(+1 -0)📝
azure-pipelines.yml(+1 -1)📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+1 -0)📝
src/WireMock.Net.StandAlone/StandAloneApp.cs(+3 -2)➕
src/WireMock.Net/Matchers/CSharpCodeMatcher.cs(+197 -0)📝
src/WireMock.Net/Matchers/LinqMatcher.cs(+2 -2)📝
src/WireMock.Net/Serialization/MatcherMapper.cs(+11 -3)📝
src/WireMock.Net/Settings/FluentMockServerSettings.cs(+4 -0)📝
src/WireMock.Net/Settings/IFluentMockServerSettings.cs(+8 -3)📝
src/WireMock.Net/WireMock.Net.csproj(+15 -1)➕
test/WireMock.Net.Tests/Matchers/CSharpCodeMatcherTests.cs(+92 -0)📝
test/WireMock.Net.Tests/RequestMatchers/RequestMessageBodyMatcherTests.cs(+22 -0)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+4 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.