| 179 | } |
| 180 | |
| 181 | bool MockSupport::callIsIgnored(const SimpleString& functionName) |
| 182 | { |
| 183 | return ignoreOtherCalls_ && !expectations_.hasExpectationWithName(functionName); |
| 184 | } |
| 185 | |
| 186 | MockActualCall& MockSupport::actualCall(const SimpleString& functionName) |
| 187 | { |
nothing calls this directly
no test coverage detected