google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.51k stars 1.67k forks source link

Migrate usages of `Truth8.assertThat` to equivalent usages of `Truth.assertThat`. #1797

Closed copybara-service[bot] closed 9 months ago

copybara-service[bot] commented 9 months ago

Migrate usages of Truth8.assertThat to equivalent usages of Truth.assertThat.

The Truth8 methods will be deprecated (or hidden) in the future. Callers should move to Truth.

Some (but not all) of the CLs in this batch require Truth 1.4.0. I submitted a CL earlier today to (I hope) perform that upgrade for your project.