MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / TEST

Function TEST

tests/unit-tests/dds/DCPS/PrinterValueWriter.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace OpenDDS::DCPS;
13
14TEST(dds_DCPS_PrinterValueWriter, begin_struct)
15{
16 PrinterValueWriter pvw;
17 EXPECT_TRUE(pvw.begin_struct());
18 EXPECT_STREQ(pvw.str().c_str(), "");
19}
20
21TEST(dds_DCPS_PrinterValueWriter, end_struct)
22{

Callers

nothing calls this directly

Calls 15

MemberParamClass · 0.85
begin_structMethod · 0.45
strMethod · 0.45
end_structMethod · 0.45
begin_struct_memberMethod · 0.45
write_int16Method · 0.45
end_struct_memberMethod · 0.45
begin_unionMethod · 0.45
end_unionMethod · 0.45
begin_discriminatorMethod · 0.45
end_discriminatorMethod · 0.45
begin_union_memberMethod · 0.45

Tested by

no test coverage detected