s-tarasov
s-tarasov
Thank you for this example! Little problem here... Two tests write single mismatch snapshot. Will be enough one test that writes. ``` csharp [Fact] public void SomeTest() { // arrange...
I sugest add new option `createMismathSnapshot` with default vaue true. In main test: ` Snapshot.Match(person, "MyCommonSnap"); ` In secondary tests: ` Snapshot.Match(person, "MyCommonSnap", createMismathSnapshot: false); ` **/mismatch/** - MyCommonSnap.snap Second...
Handlers could be globally configured via IHttpMessageHandlerBuilderFilter