| 10 | #include "deskflow/IKeyState.h" |
| 11 | |
| 12 | void IKeyStateTests::allocDestination() |
| 13 | { |
| 14 | auto info = IKeyState::KeyInfo::alloc(1, 2, 3, 4, {"test1", "test2"}); |
| 15 | QCOMPARE(info->m_screens, ":test1:test2:"); |
| 16 | } |
| 17 | |
| 18 | QTEST_MAIN(IKeyStateTests) |
nothing calls this directly
no outgoing calls
no test coverage detected