| 354 | }; |
| 355 | |
| 356 | TEST_F(CustomStructValueTest, Kind) { |
| 357 | EXPECT_EQ(CustomStructValue::kind(), CustomStructValue::kKind); |
| 358 | } |
| 359 | |
| 360 | TEST_F(CustomStructValueTest, Dispatcher_GetTypeId) { |
| 361 | EXPECT_EQ(MakeDispatcher().GetTypeId(), |
nothing calls this directly
no test coverage detected