Closed JohanneA closed 4 years ago
Thanks @JohanneA, that looks good!
I have just one request, please also copy/paste your example in a class testing.failing.FailingKotestAsserts
like those https://github.com/LouisCAD/kotlin-libraries-playground/tree/main/kotlin-testing/src/test/kotlin/testing/failing
where you make all the tests fails.
We want to see how clear the error messages are.
You could use there assertSoftly { .... }
so that you can have multiple tests fails without stopping at the first error
https://kotest.io/assertions/#soft-assertions
Done 😃
Merged, thanks a lot @JohanneA !
Closes #81