master
Run `@LargeTest` tests under Android emulators by default.
Add safe bounded `toBigInteger()` and `toBigIntegerExact()` conversion helpers in `BigDecimalMath`.
Use yet more static imports.
Suppress errors from newly enabled nullness checking in some tests in `escape`, `html`, and `math`.
Adapt to the once and future TODO style.
Lambdafy some test packages.
Address some http://errorprone.info/bugpattern/PrivateConstructorForUtilityClass warnings.
Use JUnit's `assertThrows` instead of ours.
Rename the remaining `PackageSanityTests` (plural) classes to "`PackageSanityTest`" (singular).
Use more static imports.
Remove unnecessary type arguments.