media/testutils
Googler 55b4c9a148 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-24 11:15:12 +00:00
..
src Update code to prepare for nullness annotations in Truth. 2023-02-24 11:15:12 +00:00
build.gradle Rollback of c566b77449 2022-12-21 16:36:23 +00:00
README.md Update to androidx.media3 2021-10-27 09:12:46 +01:00

Test utils module

Provides utility classes for media unit and instrumentation tests.