MCPcopy Create free account
hub / github.com/cpputest/cpputest / IGNORE_TEST

Function IGNORE_TEST

tests/CppUTest/TestUTestStringMacro.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179IGNORE_TEST(UnitTestStringMacros, STRCMP_EQUALWorksInAnIgnoredTest)
180{
181 STRCMP_EQUAL("Hello", "World"); // LCOV_EXCL_LINE
182} // LCOV_EXCL_LINE
183
184static void _failingTestMethodWithSTRCMP_EQUAL_TEXT()
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected