We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will have lots of api breaking change after upgrade to nunit 4.0 Some methods moved to LegacyAssert.
see: https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40
Before start upgrade the nunit, maybe should finish at least one:
The text was updated successfully, but these errors were encountered:
Maybe we should use Assert.That(value, condition) instead?
Assert.That(value, condition)
see: nunit/nunit#2437
Sorry, something went wrong.
And note that upgrade might have lots of similar breaking changes. Maybe it's time to try Grit
No branches or pull requests
Will have lots of api breaking change after upgrade to nunit 4.0
Some methods moved to LegacyAssert.
see:
https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40
Before start upgrade the nunit, maybe should finish at least one:
The text was updated successfully, but these errors were encountered: