| 47 | using internal::checked_pointer_cast; |
| 48 | |
| 49 | TEST(TestTypeId, AllTypeIds) { |
| 50 | const auto all_ids = AllTypeIds(); |
| 51 | ASSERT_EQ(static_cast<int>(all_ids.size()), Type::MAX_ID); |
| 52 | } |
| 53 | |
| 54 | TEST(TestTypeSingleton, ParameterFreeTypes) { |
| 55 | // Test successful cases - parameter-free types (sample a few) |
no test coverage detected