Migrate react-native Android tests to Robolectric v4 (#28927)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/28927

Changelog:
[Android] [Changed] Test Modernization

Reviewed By: mdvacca

Differential Revision: D21598788

fbshipit-source-id: 6fd9c30220d6d69cc68f13bf1f5ad5a4bc2b039a
This commit is contained in:
Joshua Selbo
2020-05-26 20:38:43 -07:00
committed by Facebook GitHub Bot
parent 6f75065d82
commit 6a78b32878
27 changed files with 472 additions and 346 deletions
@@ -1,4 +1,4 @@
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library")
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_android_toplevel_dep", "rn_android_library")
rn_android_library(
name = "configuration",
@@ -7,6 +7,6 @@ rn_android_library(
"PUBLIC",
],
deps = [
react_native_dep("third-party/java/mockito:mockito"),
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
],
)