| 583 | }; |
| 584 | |
| 585 | static void functionWithConstParam(const SomeClass param) |
| 586 | { |
| 587 | mock().actualCall("functionWithConstParam").withParameterOfType("SomeClass", "param", ¶m); |
| 588 | } |
| 589 | |
| 590 | TEST(MockComparatorCopierTest, shouldSupportConstParameters) |
| 591 | { |