MCPcopy 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
27TEST(test_struct, GetMember1)
28{
29 C c = { 4, 5 };
30 EXPECT_EQ(4, getMember(&c));
31}
32
33TEST(test_struct, NestedStruct1)
34{

Callers

nothing calls this directly

Calls 15

getMemberFunction · 0.85
sendNestedStructFunction · 0.85
returnStructFunction · 0.85
sendManyIntsFunction · 0.85
sendManyUIntsFunction · 0.85
getMemberTest2Function · 0.85
checkStringFunction · 0.85
returnStringsFunction · 0.85
getStudentNameFunction · 0.85
getStudentTestAverageFunction · 0.85
getStudentAgeFunction · 0.85
getStudentYearFunction · 0.85

Tested by

no test coverage detected