truth
truth copied to clipboard
Add JUnit 5 Expect extension
trafficstars
Analogous to the com.google.common.truth.Expect rule for JUnit4.
I've been using it in a personal (Kotlin) project; for this PR, I translated back to Java as I don't see any usage of Kotlin in this project.
Looks great!