Download Latest Version v1.4.4 source code.tar.gz (331.5 kB)
Email in envelope

Get an email when there's a new version of Truth

Home / v1.4.3
Name Modified Size InfoDownloads / Week
Parent folder
1.4.3 source code.tar.gz 2024-06-27 331.0 kB
1.4.3 source code.zip 2024-06-27 542.5 kB
README.md 2024-06-27 565 Bytes
Totals: 3 Items   874.1 kB 0
  • Added more nullness information to our APIs (in the form of JSpecify annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Please report any problems. (ee680cbaf)
  • Deprecated Subject.Factory methods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replace assertAbout(foos()).that(foo) with assertThat(foo) (or about(foos()).that(foo) with that(foo)). (59e7a5065)
Source: README.md, updated 2024-06-27