mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-29 11:47:05 +02:00
Write logging in case a Matcher throws an exception (#986)
* ThrowException * ... * . * ... * b * fix test * ... * . * sonar * ft * . * fix tst
This commit is contained in:
@@ -8,4 +8,6 @@ internal static class WireMockConstants
|
||||
|
||||
public const string ContentTypeJson = "application/json";
|
||||
public const string ContentTypeTextPlain = "text/plain";
|
||||
|
||||
public const string NoMatchingFound = "No matching mapping found";
|
||||
}
|
||||
Reference in New Issue
Block a user