summaryrefslogtreecommitdiff
path: root/libs/androidfw/ObbFile.cpp
diff options
context:
space:
mode:
author Matthew Reynolds <matthewre@google.com> 2024-09-25 00:25:20 +0000
committer Matthew Reynolds <matthewre@google.com> 2024-09-30 18:44:37 +0000
commitff11eeb034dcac7a710767770690f2d5098e06ff (patch)
tree1faa7496a5ba98fee2216d56453fffa0162f410e /libs/androidfw/ObbFile.cpp
parent183cfc93461241011970dcc084f90f61552b1b53 (diff)
Replaced verifyZeroInteractions with verifyNoMoreInteractions
The on-device unit tests are currently using Mockito 2.23, and the Robolectric tests use mockito 4.8.1. In 2.23, verifyZeroInteractions had already been deprecated, and in 4.8.1, it was removed entirely. In order to move the tests to multivalentTests, we had to blanket-change the API, and there were some files whose runners hadn't been changed from AndroidTestingRunner to AndroidJUnit4. MagnificationModeSwitchTest.java was mistakenly moved to the multivalentTests directory, where it was failing at runtime under Robolectric (b/369575544). This CL moves it back to the tests directory, and other files had to be moved back in ag/29583402. Test: tested manually with atest Bug: 369888148 Flag: TEST_ONLY Change-Id: I04f9494d914b3e7627c2e773e49cdde781935880
Diffstat (limited to 'libs/androidfw/ObbFile.cpp')
0 files changed, 0 insertions, 0 deletions