This "library" (actual it is a single cpp and header file) is supposed to clean string output code in Arduino environment. While it seems to be easy to construct complex output string like ...
TEST_ASSERT_EQUAL_STRING("This is a string", string03.c_str()); TEST_ASSERT_EQUAL_STRING("This is a string with more", string04.c_str()); TEST_ASSERT_EQUAL_STRING("13 ...