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

Method equalityCheck_diff_options

src/unittests/server/ServerConfigTests.cpp:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void ServerConfigTests::equalityCheck_diff_options()
72{
73 Config a(nullptr);
74 Config b(nullptr);
75
76 QVERIFY(a.addScreen("screenA"));
77 QVERIFY(b.addScreen("screenA"));
78 QVERIFY(a.addOption("screenA", kOptionClipboardSharing, 0));
79 QVERIFY(b.addOption("screenA", kOptionClipboardSharing, 1));
80 QVERIFY(a != b);
81}
82
83void ServerConfigTests::equalityCheck_diff_alias()
84{

Callers

nothing calls this directly

Calls 2

addOptionMethod · 0.80
addScreenMethod · 0.45

Tested by

no test coverage detected