| 42 | } // LCOV_EXCL_LINE |
| 43 | |
| 44 | TEST(UnitTestStringMacros, FailureWithSTRCMP_EQUALAndActualIsNULL) |
| 45 | { |
| 46 | fixture.runTestWithMethod(_STRCMP_EQUALWithActualIsNULLTestMethod); |
| 47 | CHECK_TEST_FAILS_PROPER_WITH_TEXT("but was <(null)>"); |
| 48 | } |
| 49 | |
| 50 | static void _STRCMP_EQUALWithExpectedIsNULLTestMethod() |
| 51 | { |
nothing calls this directly
no test coverage detected