MCPcopy Create free account
hub / github.com/cpputest/cpputest / functionWithConstParam

Function functionWithConstParam

tests/CppUTestExt/MockComparatorCopierTest.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected