-
Classes Class Description com.google.common.truth.Truth8 Instead of this class's methods, use the identical methods declared in the mainTruth
class. In most cases, you can migrate your whole project mechanically:git grep -l Truth8 | xargs perl -pi -e 's/\bTruth8\b/Truth/g;'
Migration is important if you static importassertThat
: If you do not migrate, such static imports will become ambiguous in Truth 1.4.2, breaking your build.