Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
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
Migrate usages of
Truth8.assertThat
to equivalent usages ofTruth.assertThat
.The
Truth8
methods will be deprecated (or hidden) in the future. Callers should move toTruth
.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.