| 297 | }; |
| 298 | |
| 299 | TEST_F(CustomMapValueTest, Kind) { |
| 300 | EXPECT_EQ(CustomMapValue::kind(), CustomMapValue::kKind); |
| 301 | } |
| 302 | |
| 303 | TEST_F(CustomMapValueTest, Dispatcher_GetTypeId) { |
| 304 | EXPECT_EQ(MakeDispatcher().GetTypeId(), |
nothing calls this directly
no test coverage detected