-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Description
This is FSJava as supplied by the junit5 runner
And this is FSOkio as supplied by the kotest runner
The key thing to note here is that the exception has two cases:
expectedandactualboth null -> can be a regularAssertionError- should be an
equalsassertion:unittest->self.assertEqual(expected, actual, msg)pytest->assert expected == actual, msg