| 84 | } |
| 85 | |
| 86 | void cleanup() { |
| 87 | // Delete controller first (disconnects from editor signals) |
| 88 | delete m_ctrl; |
| 89 | m_ctrl = nullptr; |
| 90 | m_editor = nullptr; // owned by splitter |
| 91 | delete m_splitter; |
| 92 | m_splitter = nullptr; |
| 93 | delete m_doc; |
| 94 | m_doc = nullptr; |
| 95 | } |
| 96 | |
| 97 | // ── Test: setNodeValue writes bytes to provider ── |
| 98 | void testSetNodeValueWritesData() { |
nothing calls this directly
no outgoing calls
no test coverage detected