aboutsummaryrefslogtreecommitdiff
path: root/android/guava-testlib/src/com/google
AgeCommit message (Expand)Author
2023-12-14Make more classes catch `Exception` instead of `RuntimeException` even when o...cpovirk
2023-11-16Make our Android builds work with an Android bootclasspath.cpovirk
2023-10-31Document why `EqualsTester.addEqualityGroup` has a `@Nullable` parameter.Éamonn McManus
2023-10-03Prepare some `common.collect` tests and testlib classes to build under J2CL.cpovirk
2023-09-29Prepare code for more JDK nullness annotations.cpovirk
2023-09-14Fix a typo from cl/522214387.cpovirk
2023-09-11Do only one thing inside the `try` of a `try`-`fail`-`catch`.cpovirk
2023-09-06Address an Error Prone warning about catching `AssertionError`.Éamonn McManus
2023-09-06Use `assertThrows` almost wherever we can.cpovirk
2023-09-06Address https://errorprone.info/bugpattern/MissingFail violations.cpovirk
2023-08-23Update code for forthcoming nullness annotations for JDK classes.cpovirk
2023-06-23Edits to the first line of `package-info` files, as seen in https://guava.dev...cpovirk
2023-06-15Avoid fully qualifying types from the same package, and use `https`.cpovirk
2023-06-06Internal build setup changeStefan Haustein
2023-06-01Internal build changeStefan Haustein
2023-05-26Prepare for release 32.0.0.cpovirk
2023-05-16Split comparator into it's own class.Mark Mann
2023-05-12Remove `@Beta` from various `testing` APIs.Kurt Alfred Kluever
2023-05-12Remove `@Beta` from various `concurrent` testing APIs.Kurt Alfred Kluever
2023-05-08Stop recognizing `@ParametricNullness` annotations in `NullPointerTester`.cpovirk
2023-04-26Internal build changeStefan Haustein
2023-04-25Bump github/codeql-action from 2.2.12 to 2.3.0dependabot[bot]
2023-04-25Add @NullMarked to the testing package, except for some @GwtIncompatible clas...Stefan Haustein
2023-04-20Add some automatically suggested nullness annotations.cpovirk
2023-04-17Use type-use `@Nullable` instead of declaration `@CheckForNull` in the remain...cpovirk
2023-04-17Disable `NullPointerTester` when `com.google.common` is being tested under An...cpovirk
2023-04-05Make the guava-android copy of `NullPointerTester` read type-use annotations ...cpovirk
2023-03-14Internal changeLiam Miller-Cushon
2023-02-27Declare that `Converter.apply` accepts `A` and returns `B`, as its `Function<...cpovirk
2023-01-19Fix a few warnings, mostly in docs.cpovirk
2022-11-28Suppress callsites where the return value of `Comparator.compare` is unused.cpovirk
2022-11-16Roll back `CheckReturnValue` suppressions.cpovirk
2022-11-15Suppress some `CheckReturnValue` errors.cpovirk
2022-11-15Fix Javadoc warnings.cpovirk
2022-11-15Making sameThreadScheduledExecutor's return type ListeningScheduledExecutorSe...Google Java Core Libraries
2022-10-10Fix typos in Javadocs, comments and code.Marc Wrobel
2022-09-21Add `package-info.java` (with `@CheckReturnValue`) to `com.google.common.coll...Kurt Alfred Kluever
2022-09-19Add `@CheckReturnValue` to `com.google.common.testing`.Kurt Alfred Kluever
2022-08-03Enable Error Prone for Maven builds.cpovirk
2022-02-17Add another ReturnValueIgnored suppression.Google Java Core Libraries
2022-02-01Use `ImmutableMap.Builder.buildOrThrow()` instead of deprecated `build()`.Kurt Alfred Kluever
2022-01-27Assign the constructed instance to an unused variable.Kurt Alfred Kluever
2022-01-25Add `@Keep` annotationsLiam Miller-Cushon
2022-01-18Remove `@Beta` from various Escapers and Escaper accessories.Chaoren Lin
2021-12-23Use some static imports.cpovirk
2021-12-14Remove `@Beta` from a number of `com.google.common.testing` classes.Éamonn McManus
2021-11-04Improve tests.Marcono1234
2021-10-05Remove some unnecessary `final` keywords.cpovirk
2021-10-01Use some diamond operators.cpovirk
2021-10-01Use lambdas sometimes.cpovirk