| 370 | class YogaLayoutEngineTest : public ::testing::Test { |
| 371 | protected: |
| 372 | void SetUp() override { |
| 373 | engine = std::make_unique<YogaLayoutEngine>(); |
| 374 | } |
| 375 | |
| 376 | std::unique_ptr<YogaLayoutEngine> engine; |
| 377 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected