| 74 | }; |
| 75 | |
| 76 | TEST_F(ComponentModelTest, Construction_GetId) { |
| 77 | auto model = makeModel("comp_1", "Text"); |
| 78 | EXPECT_EQ(model->getId(), "comp_1"); |
| 79 | } |
| 80 | |
| 81 | TEST_F(ComponentModelTest, Construction_GetRawId) { |
| 82 | auto model = makeModel("comp_1", "Text"); |
nothing calls this directly
no test coverage detected