Class Truth8


  • @Deprecated
    public final class Truth8
    extends Object
    Deprecated.
    Instead of this class's methods, use the identical methods declared in the main Truth 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 import assertThat: If you do not migrate, such static imports will become ambiguous in Truth 1.4.2, breaking your build.
    The obsolete entry point for assertions about Java 8 types.