| 12 | using namespace OpenDDS::DCPS; |
| 13 | |
| 14 | TEST(dds_DCPS_PrinterValueWriter, begin_struct) |
| 15 | { |
| 16 | PrinterValueWriter pvw; |
| 17 | EXPECT_TRUE(pvw.begin_struct()); |
| 18 | EXPECT_STREQ(pvw.str().c_str(), ""); |
| 19 | } |
| 20 | |
| 21 | TEST(dds_DCPS_PrinterValueWriter, end_struct) |
| 22 | { |
nothing calls this directly
no test coverage detected