You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlatformIO Version (platformio --version):
PlatformIO Core, version 6.1.6
Steps to Reproduce
Checkout the project was given the link above
Hit a breakpoint in the unit test
You should see debugger displayed value is not the one returned by the mock.
However the mock works correctly, since running the tests, they pass successfully: Building... Testing... test\test_native_sut\SUTTests.cpp:54: TestMock [PASSED]
The text was updated successfully, but these errors were encountered:
Given a small PlatformIO project referencing ArduinoMock, the debugger does not display the value given by the mock.
The bug can be reproduced using this project: https://github.com/dtila/platfornio_unittesting
Configuration
Operating system:
Windows 10
PlatformIO Version (
platformio --version
):PlatformIO Core, version 6.1.6
Steps to Reproduce
You should see debugger displayed value is not the one returned by the mock.
However the mock works correctly, since running the tests, they pass successfully:
Building... Testing... test\test_native_sut\SUTTests.cpp:54: TestMock [PASSED]
The text was updated successfully, but these errors were encountered: