| 30 | protected: |
| 31 | ::agenui::IAGenUIEngine* engine_ = nullptr; |
| 32 | void SetUp() override { |
| 33 | engine_ = ::agenui::testing::GetEngine(); |
| 34 | ASSERT_NE(engine_, nullptr); |
| 35 | } |
| 36 | }; |
| 37 | |
| 38 | // QP001: Burst 10K small tasks via receiveTextChunk, then drain. Memory |
nothing calls this directly
no test coverage detected