| 57 | class ComponentModelTest : public ::testing::Test { |
| 58 | protected: |
| 59 | void SetUp() override { |
| 60 | surfaceContext_ = std::make_unique<MockSurfaceContextCM>(); |
| 61 | observer_ = std::make_unique<MockComponentChangedObserver>(); |
| 62 | generator_ = std::make_unique<MockTemplateComponentGenerator>(); |
| 63 | } |
| 64 | |
| 65 | std::unique_ptr<ComponentModel> makeModel(const std::string& id, const std::string& component) { |
| 66 | return std::make_unique<ComponentModel>( |
nothing calls this directly
no outgoing calls
no test coverage detected