Closed OlivierBlanvillain closed 3 years ago
The issue is that both
assertEquals(1.0, 2.0, 0.0);
and
fail();
throw an AssertionFailedError, so these tests were actually not testing anything...
AssertionFailedError
The issue is that both
and
throw an
AssertionFailedError
, so these tests were actually not testing anything...