VerifierSettings .OmitContentFromException() and .OnVerifyMismatch() that are not global #1000
Replies: 3 comments 1 reply
-
use case? |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions