VerifierSettings .OmitContentFromException() and .OnVerifyMismatch() that are not global #1000
Replies: 3 comments 1 reply
|
use case? |
|
A fairly large verified and received output that doesn't help to inspect visually w/o running locally. My workaround was to override the comparer but I'd rather do it in a way that is more consistent with the global API. |
|
|
Uh oh!
There was an error while loading. Please reload this page.
VerifierSettings.OmitContentFromException()andVerifierSettings.OnVerifyMismatch()were applied on all Verify tests.Is there an option to scope these settings per test case rather than all tests in the project?
All reactions