commit | 10ee459c2e15f0b0184f666de96f82a55b14890c | [log] [tgz] |
---|---|---|
author | cushon <cushon@google.com> | Fri Apr 06 15:33:20 2018 -0700 |
committer | Ron Shapiro <shapiro.rd@gmail.com> | Wed Apr 11 13:37:18 2018 -0400 |
tree | dc17b9970292a52c926288d0bd800cc2154f4f7a | |
parent | 46c8d3d24b355c407ad5297d4683d9ec6da4f4af [diff] |
Migrate from jsr305 @Nullable to Checker Framework @NullableDecl. RELNOTES=Use Checker Framework `@NullableDecl` instead of jsr305 `@Nullable`. Tools that read these annotations may need to be updated to recognize the new annotation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191950093
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 from the majority of the tests in Google’s own codebase.
Read more at the main website.