NUnit2050 should cover Assume
hazzik opened this issue · 1 comments
hazzik commented
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 commented
Yes indeed. I'll will add it.