MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / TEST

Function TEST

test/test_callbacks/test_callbacks_client_impl.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23TEST(test_callbacks, In_Out_table_1)
24{
25 callback1_t pCallback1_out = NULL;
26 myFun(callback1a, &pCallback1_out);
27
28 EXPECT_TRUE(callback1a == *pCallback1_out);
29}
30
31TEST(test_callbacks, In_Out_table_2)
32{

Callers

nothing calls this directly

Calls 3

myFunFunction · 0.85
myFun2Function · 0.85
myFun3Function · 0.85

Tested by

no test coverage detected