Join Slack
Powered by
Is there any way to document (by means of the DSL)...
# kotest
b
Benoît Liessens
05/17/2024, 2:02 PM
Is there any way to document (by means of the DSL) why a particular test is expected to pass/fail with Kotest? Something like this”
Copy code
because("map is empty ") mapOf().isValid() shouldBe false
c
CLOVIS
05/17/2024, 2:04 PM
I believe you're searching for
withClue
💯 1
b
Benoît Liessens
05/17/2024, 2:07 PM
Thanks!
2
Views
Open in Slack
Previous
Next