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
In NUnit 4 the classic Assert statements will be changed to ClassicAssert, and will be in the namespace NUnit.Framework.Legacy.
Assert
ClassicAssert
NUnit.Framework.Legacy
The rules that allow converting the classic asserts to the constraint model should include the ClassicAssert class.
Examples of using the classic asserts in NUnit 4 can be found here: https://github.com/nunit/nunit-csharp-samples
The text was updated successfully, but these errors were encountered:
@manfred-brands @mikkelbu We should get this one out before NUnit 4 non-beta is released :-)
Sorry, something went wrong.
Yes, I know. We need to make a group of all items that need addressing before release 4.0. I will create a new parent issue.
manfred-brands
Successfully merging a pull request may close this issue.
In NUnit 4 the classic
Assert
statements will be changed toClassicAssert
, and will be in the namespaceNUnit.Framework.Legacy
.The rules that allow converting the classic asserts to the constraint model should include the
ClassicAssert
class.Examples of using the classic asserts in NUnit 4 can be found here: https://github.com/nunit/nunit-csharp-samples
The text was updated successfully, but these errors were encountered: