| 676 | } |
| 677 | |
| 678 | void expectNoCall_c(const char* name) |
| 679 | { |
| 680 | currentMockSupport->expectNoCall(name); |
| 681 | } |
| 682 | |
| 683 | MockExpectedCall_c* expectNCalls_c(const unsigned int number, const char* name) |
| 684 | { |
nothing calls this directly
no test coverage detected