| 14 | } |
| 15 | |
| 16 | static void bar(double param_double, const char* param_string) |
| 17 | { |
| 18 | mock().actualCall("Bar") |
| 19 | .withParameter("param_double", param_double) |
| 20 | .withParameter("param_string", param_string); |
| 21 | } |
| 22 | |
| 23 | /* Production code calls to the methods we stubbed */ |
| 24 | static int productionCodeFooCalls() |
no outgoing calls
no test coverage detected