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

Function IGNORE_TEST

tests/CppUTest/TestUTestMacro.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78IGNORE_TEST(UnitTestMacros, FAILworksInAnIgnoredTest)
79{
80 FAIL("die!"); // LCOV_EXCL_LINE
81} // LCOV_EXCL_LINE
82
83static void _UNSIGNED_LONGS_EQUALTestMethod()
84{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected