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
NUnit2050 currently does not cover this code:
Assume.That(Dialect, Is.InstanceOf<MsSql2000Dialect>(), "This does not apply to {0}", Dialect);
This should be covered the same way as Assert.That
Assert.That
The text was updated successfully, but these errors were encountered:
Yes indeed. I'll will add it.
Sorry, something went wrong.
manfred-brands
Successfully merging a pull request may close this issue.
NUnit2050 currently does not cover this code:
This should be covered the same way as
Assert.That
The text was updated successfully, but these errors were encountered: