| 54 | } // LCOV_EXCL_LINE |
| 55 | |
| 56 | TEST(FakeLongLongs, ActualCallWithFakeLongLongParameterFAILS) |
| 57 | { |
| 58 | fixture.runTestWithMethod(_actualCallWithFakeLongLongParameter); |
| 59 | mock().clear(); |
| 60 | CHECK_TEST_FAILS_PROPER_WITH_TEXT("Long Long type is not supported"); |
| 61 | } |
| 62 | |
| 63 | static void _actualCallWithFakeUnsignedLongLongParameter() |
| 64 | { |
nothing calls this directly
no test coverage detected