-
Update code to prepare for nullness annotations in Truth. · 55b4c9a1
In most cases, this means updating Subject subclasses and their assertThat methods to accept null actual values. (They should always accept null so that assertions like "assertThat(foo).isNull()" succeed instead of throwing NullPointerException.) Occasionally, it involves other changes, like writing `isGreaterThan(1L)` instead of `isGreaterThan(1)` to resolve an ambiguity it Kotlin overload resolution. PiperOrigin-RevId: 511776581
Googler committed
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| android/exoplayer2/testutil | Loading commit data... |