SystemTextJsonMatcher

This commit is contained in:
Stef Heyenrath
2026-04-17 14:32:55 +02:00
parent 1e591d5f8a
commit 9853f055f2
5 changed files with 652 additions and 3 deletions

View File

@@ -523,7 +523,7 @@ message HelloReply {
};
// Act
var matcher = (JsonMatcher)_sut.Map(model)!;
var matcher = (IJsonMatcher)_sut.Map(model)!;
// Assert
matcher.MatchBehaviour.Should().Be(MatchBehaviour.AcceptOnMatch);