aboutsummaryrefslogtreecommitdiff
path: root/android/guava-tests/test/com/google/common/util/concurrent/ListenableFutureTester.java
AgeCommit message (Expand)Author
2023-09-06Use `assertThrows` almost wherever we can.cpovirk
2023-04-06Use type-use `@Nullable` instead of declaration `@CheckForNull` in test sources.cpovirk
2021-09-28Migrate from `@NullableDecl` to `@CheckForNull` in the backport.cpovirk
2018-11-26Replace usages of Truth's deprecated hasMessage() with hasMessageThat() in Gu...dlos
2017-12-07Migrate from jsr305 @Nullable to Checker Framework @NullableDecl.cpovirk
2017-12-04google-java-format MOST OF THE THINGS.cpovirk
2017-04-20Begin exporting sources of Guava for Android.zhenghua