Simple test without external dependencies
| 6 | |
| 7 | // Simple test without external dependencies |
| 8 | class QuipFactoryTest : public ::testing::Test { |
| 9 | protected: |
| 10 | void SetUp() override { |
| 11 | // Test setup |
| 12 | } |
| 13 | }; |
| 14 | |
| 15 | TEST_F(QuipFactoryTest, BasicDataStructures) { |
| 16 | // Test basic data structures |
nothing calls this directly
no outgoing calls
no test coverage detected