You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Produce an error diagnostic for code like:
Test BadTest()
{
// Bad code! This does nothing!
Assert.That(2 + 2).Is.EqualTo(4);
...
return Assert.That(2 + 2).Is.Not.Zero;
}