Update robolectric to 4.3
Needed to add some local modifications as seen in the README. Namely added META-INF files and need to remove Jellybean from SDKprovider. Also needed to use our customshadowasync. Two test sets (platofrmsensor and NFC) needed to have sdk=21 set, otherwise it uses sdk=19 and it complains the methods that we're trying to mock don't exist. GtestComputer needed to be changed as the test seems to no longer exist after running, so can't query it for the description as was done before. Update androidx.test libraries to: androidx.test:core:1.2.0 androidx.test:monitor:1.2.0 androidx.test:rules:1.2.0 androidx.test:runner:1.2.0 androidx.test.ext:junit:1.1.1 Bug: 965286 Change-Id: Ia0fe69a788d2662b85c4ce95a0ccb8b987a98510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966580 Commit-Queue: benjamin joyce <bjoyce@google.com> Reviewed-by:Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#740865}
Showing
This diff is collapsed.
Please register or sign in to comment