Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da4cdc03 authored by Quang Luong's avatar Quang Luong
Browse files

Update framework-base-testutils to use new mockito

Update framework-base-testutils to use
mockito-target-extended-minus-junit4 instead of
mockito-target-minus-junit4 to allow tests to take advantage of the new
static and final method mocking capabilities.

Bug: 187755981
Test: build
Change-Id: Ie0e4da02b7263cb6a89d91aeaa7230f3e932c4f2
parent 8146fbf6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,6 +38,6 @@ java_library {
        "android.test.runner",
        "android.test.base",
        "android.test.mock",
        "mockito-target-minus-junit4",
        "mockito-target-extended-minus-junit4",
    ],
}