diff options
| author | 2025-03-05 04:03:19 -0800 | |
|---|---|---|
| committer | 2025-03-06 01:52:48 -0800 | |
| commit | 09f4d728bf3582e1f776025674f9c70c3402b71d (patch) | |
| tree | fc1a949479323fc6ae81f1678540008b2fcc2cbe /libs/androidfw/FileStream.cpp | |
| parent | 448853d016acb7367f3946824b9671f9db2cee84 (diff) | |
RavenwoodUtils: remove verifyZeroInteractions wrapper
This is no longer necessary, with the upgrade to Mockito 3 `verifyNoInteractions` is now in the tree.
There are two downsides to having this available:
- The current implementation of MockitoHelper.verifyZeroInteractions will fail at runtime when on-device tests migrate to Mockito 4+
- Mockito.verifyZeroInteractions has the same behavior as
verify no*More*Interactions. Tests using MockitoHelper.verifyZeroInteractions will therefore observe different behavior on ravenwood and on-device.
Bug: 310268946
Test: n/a, deleted code without usage
Flag: TEST_ONLY
Change-Id: I8e1406a99d748828724b6ac82d2a018a53e725ea
Diffstat (limited to 'libs/androidfw/FileStream.cpp')
0 files changed, 0 insertions, 0 deletions