Hello , i am pretty new with platform IO and not so seasoned with Unit Test so maybe this is a silly question.
i am developing a c++ embedded software project, for this project i write unit test for each module of code and all Working fine.
but i want to print message with each unit test case , i find some inbuild method in unity.h file for message print on serial monitor. i write unit test with this [TEST_ASSERT_EQUAL_INT_MESSAGE] Method but it didn’t print the message on serial monitor.
define the test_monitor = 115200 in platform.ini file
what should i do for printing message with test case.
thanks in advance