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

Function IGNORE_TEST

tests/CppUTestExt/MockCallTest.cpp:479–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479IGNORE_TEST(MockCallTest, testForPerformanceProfiling)
480{
481 /* TO fix! */
482 mock().expectNCalls(2000, "SimpleFunction");
483 for (int i = 0; i < 2000; i++) {
484 mock().actualCall("SimpleFunction");
485 }
486}
487
488static void mocksAreCountedAsChecksTestFunction_()
489{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected