Is there a way to print a clue only once at the to...
# kotest
k
Is there a way to print a clue only once at the top of a failure message when using soft assertion, if there’s more than one assertion failure? Right now it prints the same clue for each assertion.
l
Can you give us an example of the code you tried to do?
You tried to combine withClue and assertSoftly in some way?