[Test]
public async Task EqualToTest()
{
Assert.That(5, Is.EqualTo(6));
}
I know async should not be here. But my real test actually uses async calls, therefore I need that async keyword. This is just for demonstration purposes
If I run "Run Selected Tests", I will get a correct error "Test Failed" ...
But, if I run "Debug Selected Tests", I will get
Assert.That(false, Is.True);
Hi,
I don’t have this exception selected. If you see my screenshot, you will see that this checkbox is unselected. It was confirmed that this is a bug in nUnit. It might be an issue in Adapter or framework itself.
Regards,
Michael
--
You received this message because you are subscribed to a topic in the Google Groups "NUnit-Discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/nunit-discuss/8dDZMNZoPa8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to nunit-discus...@googlegroups.com.
To post to this group, send email to nunit-...@googlegroups.com.
Visit this group at https://groups.google.com/group/nunit-discuss.
For more options, visit https://groups.google.com/d/optout.