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

Function TEST

tests/CppUTest/TestUTestStringMacro.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42} // LCOV_EXCL_LINE
43
44TEST(UnitTestStringMacros, FailureWithSTRCMP_EQUALAndActualIsNULL)
45{
46 fixture.runTestWithMethod(_STRCMP_EQUALWithActualIsNULLTestMethod);
47 CHECK_TEST_FAILS_PROPER_WITH_TEXT("but was <(null)>");
48}
49
50static void _STRCMP_EQUALWithExpectedIsNULLTestMethod()
51{

Callers

nothing calls this directly

Calls 1

runTestWithMethodMethod · 0.80

Tested by

no test coverage detected