0
Files
src/docs/ui
Henrique Nakashima 485c8acf53 [Android] Replace LocalRobolectricTestRunner with RobolectricTestRunner
LocalRobolectricTestRunner is just RobolectricTestRunner, so remove
that layer of inheritance. This prevents tests from using it instead of
BaseRobolectricTestRunner, which Clank tests should be using.

The Clank tests that were using LocalRobolectricTestRunner have been
migrated in past CLs.

The exceptions that shouldn't depend on base/ realistically won't need
common functionality, and even then we could use test rules.

Also update references to Local- in docs and DEPS exceptions that are not
needed anymore.

Bug: 1431327
Change-Id: I52b43058fe30c9004f2a3c90892683761805247c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4450326
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Reviewed-by: Simeon Anfinrud <sanfin@chromium.org>
Reviewed-by: Yue Zhang <yuezhanggg@chromium.org>
Reviewed-by: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1134023}
2023-04-21 20:38:25 +00:00
..