media/libraries/test_utils/src
Googler 734487adfa Update code to prepare for nullness annotations in Truth.
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
2023-02-27 18:30:10 +00:00
..
main Update code to prepare for nullness annotations in Truth. 2023-02-27 18:30:10 +00:00
test Ensure messages sent on a dead thread don't block FakeClock execution 2022-11-29 18:34:44 +00:00