google / truth

Fluent assertions for Java and Android
https://truth.dev/
Apache License 2.0
2.73k stars 260 forks source link

Call `getSuppressed()` directly. #1353

Closed copybara-service[bot] closed 1 month ago

copybara-service[bot] commented 1 month ago

Call getSuppressed() directly.

We dropped support for Java 7 long ago, and we've required API Level 19 (nowadays 21: cl/628429745), which is enough for [Android support](https://developer.android.com/reference/java/lang/Throwable#getSuppressed()), for a while now, too.

RELNOTES=n/a