@brief Full reset of mock state (initialization + history)
| 153 | |
| 154 | /// @brief Full reset of mock state (initialization + history) |
| 155 | static void resetMockFull() { |
| 156 | auto& mock = ParlioPeripheralMock::instance(); |
| 157 | mock.reset(); |
| 158 | } |
| 159 | |
| 160 | /// @brief Light reset of mock (history only, keep initialization) |
| 161 | static void resetMockHistory() { |