| 177 | } |
| 178 | |
| 179 | IGNORE_TEST(UnitTestStringMacros, STRCMP_EQUALWorksInAnIgnoredTest) |
| 180 | { |
| 181 | STRCMP_EQUAL("Hello", "World"); // LCOV_EXCL_LINE |
| 182 | } // LCOV_EXCL_LINE |
| 183 | |
| 184 | static void _failingTestMethodWithSTRCMP_EQUAL_TEXT() |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected