Skip to content
New issue

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 should cover Assume #719

Closed
hazzik opened this issue Apr 7, 2024 · 1 comment · Fixed by #721
Closed

NUnit2050 should cover Assume #719

hazzik opened this issue Apr 7, 2024 · 1 comment · Fixed by #721
Assignees
Milestone

Comments

@hazzik
Copy link

hazzik commented Apr 7, 2024

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

@manfred-brands
Copy link
Member

Yes indeed. I'll will add it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants