commit | 6e8dc3c4973c29aa10270e5506eb90b8f5fc086c | [log] [tgz] |
---|---|---|
author | Evan Laird <evanlaird@google.com> | Wed Oct 25 15:25:35 2023 -0400 |
committer | Evan Laird <evanlaird@google.com> | Wed Oct 25 15:25:35 2023 -0400 |
tree | a95b11f7834e20ad56c5dfbe02aa1b95a7005649 | |
parent | a894e1d8c4fec69ef5b3e6e4fe97b04eebd446e3 [diff] |
[Status bar] Use a real view in tests CollapsedStatusBarFragmentTest was using a mocked notification area inner view, which means that all of the assertions had to be done as `verify` calls. This CL addresses a comment that suggested we use a real view, and allows for more fine-grained testing of that view for the next CL Test: CollapsedStatusBarFragmentTest Bug: 302168270 Flag: NONE Change-Id: I2f15cac0cc329f6b42506298b8141df2e8882b61