Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
TEST(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
31
TEST(test_callbacks, In_Out_table_2)
32
{
Callers
nothing calls this directly
Calls
3
myFun
Function · 0.85
myFun2
Function · 0.85
myFun3
Function · 0.85
Tested by
no test coverage detected