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

Function TEST

tests/CppUTestExt/MockFakeLongLong.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54} // LCOV_EXCL_LINE
55
56TEST(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
63static void _actualCallWithFakeUnsignedLongLongParameter()
64{

Callers

nothing calls this directly

Calls 2

runTestWithMethodMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected