Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ TEST
Function
TEST
test/test_struct/test_struct_client_impl.cpp:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
TEST(test_struct, GetMember1)
28
{
29
C c = { 4, 5 };
30
EXPECT_EQ(4, getMember(&c));
31
}
32
33
TEST(test_struct, NestedStruct1)
34
{
Callers
nothing calls this directly
Calls
15
getMember
Function · 0.85
sendNestedStruct
Function · 0.85
returnStruct
Function · 0.85
sendManyInts
Function · 0.85
sendManyUInts
Function · 0.85
getMemberTest2
Function · 0.85
checkString
Function · 0.85
returnStrings
Function · 0.85
getStudentName
Function · 0.85
getStudentTestAverage
Function · 0.85
getStudentAge
Function · 0.85
getStudentYear
Function · 0.85
Tested by
no test coverage detected