| 44 | } |
| 45 | |
| 46 | TEST(dds_DCPS_JsonValueWriter, to_json) |
| 47 | { |
| 48 | EXPECT_STREQ("{}", to_json(ToJsonSuccess()).c_str()); |
| 49 | EXPECT_TRUE(to_json(ToJsonFail()).empty()); |
| 50 | } |
| 51 | |
| 52 | TEST(dds_DCPS_JsonValueWriter, begin_struct) |
| 53 | { |
nothing calls this directly
no test coverage detected