Configures the test to ignore the content of all pixels. This is for simplicity of tests that only one to validate other aspects of the LCD handling.
(mut self)
| 150 | /// Configures the test to ignore the content of all pixels. This is for simplicity of |
| 151 | /// tests that only one to validate other aspects of the LCD handling. |
| 152 | pub(super) fn ignore_pixels(mut self) -> Self { |
| 153 | self.exp_fb = self.buffered.fb.clone(); |
| 154 | self |
| 155 | } |
| 156 | |
| 157 | /// Validates recorded expectations about the changes made by all executed `op`s. |
| 158 | pub(super) fn check(self) { |
no outgoing calls
no test coverage detected