| 477 | } |
| 478 | |
| 479 | IGNORE_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 | |
| 488 | static void mocksAreCountedAsChecksTestFunction_() |
| 489 | { |
nothing calls this directly
no outgoing calls
no test coverage detected