Replies: 2 comments 4 replies
-
@fforjan can you share the test class |
Beta Was this translation helpful? Give feedback.
4 replies
-
calling try this
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure I understand how the UseStrictJson works when 2 tests from the same class are verifying different content ?
i.e. TestA must TestA.verified.json and TestB must use TestB.verified.txt ?
A different use case, we are using VerifyJson() Verify() in the same test so we would like to control the extension per test
It seems I can use UseStrictJson but I cannot undo it ?
And As i'm using mstest, I tried to configure the extension for the TestA but it didn't work ?
Beta Was this translation helpful? Give feedback.
All reactions