I really like the ability to have multiple asserti...
# gradle
j
I really like the ability to have multiple assertions fail and get all of them reported with
assertAll
. The filtering works really well. Better than Junit4's filtering in my humble opinion. I updated the Junit 5 plugin in their repo to be strongly typed for Gradle Kotlin Script so you could very easily apply filters using their plugin API.
👏 3
👍 3