commit | cf6a5a46518ba49c9189cf80b4cfff3f089fc568 | [log] [tgz] |
---|---|---|
author | Ibrahim Yilmaz <iyz@google.com> | Tue Aug 27 18:09:45 2024 +0000 |
committer | Ibrahim Yilmaz <iyz@google.com> | Tue Aug 27 18:11:56 2024 +0000 |
tree | f911e59d4c50d2c1e7b6ef3eb1e4b6364e0eb8bf | |
parent | 1a67e2cc8e98fb88943ee6d87a150468fcbd9b6c [diff] |
[Screenshot Test] Optimize Mockito usage for screenshot tests We dont need to allocate full memory for mocked class unless we need to verify. This CL uses `stubOnly` settings for such mocks. Bug: 361922756 Test: Presubmit Flag: TEST_ONLY Change-Id: I4add1e18759dfe164c6dea537c968e0b35a66fa0