MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / callNonexistentMethod

Method callNonexistentMethod

tests/integrationtests/TestProxy.cpp:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int32_t TestProxy::callNonexistentMethod()
245{
246 int32_t result = 0;
247 getProxy().callMethod("callNonexistentMethod").onInterface(sdbus::test::INTERFACE_NAME).storeResultsTo(result);
248 return result;
249}
250
251int32_t TestProxy::callMethodOnNonexistentInterface()
252{

Callers 1

TYPED_TESTFunction · 0.80

Calls 1

callMethodMethod · 0.45

Tested by

no test coverage detected