MCPcopy Create free account
hub / github.com/deskflow/deskflow / SwitchToScreenInfo_alloc_screen

Method SwitchToScreenInfo_alloc_screen

src/unittests/server/ServerTests.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "server/Server.h"
11
12void ServerTests::SwitchToScreenInfo_alloc_screen()
13{
14 auto actual = new Server::SwitchToScreenInfo("test");
15 QCOMPARE(actual->m_screen, "test");
16 delete actual;
17}
18
19void ServerTests::KeyboardBroadcastInfo_alloc_stateAndSceens()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected