| 78 | }; |
| 79 | |
| 80 | TEST_F(CheckJsonTest, Value_Generated) { |
| 81 | EXPECT_THAT(CheckJson(*MakeGenerated<google::protobuf::Value>()), IsOk()); |
| 82 | } |
| 83 | |
| 84 | TEST_F(CheckJsonTest, Value_Dynamic) { |
| 85 | EXPECT_THAT(CheckJson(*MakeDynamic<google::protobuf::Value>()), IsOk()); |
nothing calls this directly
no test coverage detected