Bump docs and compatibility checking for API Level 24.
Also, remove a
SubjectTestworkaround that became unnecessary not because of that bump but because of https://github.com/google/truth/commit/68d13aaddeb2bc29850fb13cba4654bf20197f22. (It involvesStringBuilder, which doesn’t becomeComparableuntil Android14 / API Level 34 (before, after).)This
minSdkVersionbump follows other Google foundational libraries, and we expect the bump itself to have no practical impact on users.RELNOTES=Our Android
minSdkVersionis now 24 (Nougat). This follows the minimum of Google’s foundational Android libraries, and we expect it to have no practical impact on users. PiperOrigin-RevId: 953631364
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
What is Truth?
Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.
Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.
Read more at the main website.