media/testutils/src
hoangtc 8dbec616c4 Use isAtLeast() instead of (>=) to make the tests clearer.
Replace assertThat(a >= b).isTrue() with assertThat(a).isAtLeast(b) because it
reads more natural, and in case the assertion fails, it will print out the
actual values to help debugging.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=201371993
2018-06-20 18:34:22 +01:00
..
main Use isAtLeast() instead of (>=) to make the tests clearer. 2018-06-20 18:34:22 +01:00
test Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00