If a test cannot pass with VerifyAll, you can use the [SkipVerifyAll] attribute, but this will trigger a compiler warning.
The next step will be to start removing the attributes and fixing the tests as needed, but this serves as a guard for test modifications or future tests.
Partial fix for #142.
VerifyAll
, you can use the[SkipVerifyAll]
attribute, but this will trigger a compiler warning.The next step will be to start removing the attributes and fixing the tests as needed, but this serves as a guard for test modifications or future tests.