Home
last modified time | relevance | path

Searched refs:spyChanged (Results 1 – 6 of 6) sorted by relevance

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkbuttongrouptest.cpp140 QSignalSpy spyChanged(kbuttongroup, SIGNAL(changed(int))); in testSignals() local
146 QCOMPARE(spyChanged.count(), 1); in testSignals()
159 QCOMPARE(spyChanged.count(), 2); in testSignals()
173 QCOMPARE(spyChanged.count(), 2); in testSignals()
178 QCOMPARE(spyChanged.count(), 3); in testSignals()
179 QList<QVariant> args4 = spyChanged.last(); in testSignals()
184 QCOMPARE(spyChanged.count(), 4); in testSignals()
185 args4 = spyChanged.last(); in testSignals()
191 QCOMPARE(spyChanged.count(), 4); in testSignals()
195 QCOMPARE(spyChanged.count(), 4); in testSignals()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgscoordinatereferencesystemregistry.cpp95 QCOMPARE( spyChanged.length(), 0 ); in addUserCrs()
104 QCOMPARE( spyChanged.length(), 0 ); in addUserCrs()
122 QCOMPARE( spyChanged.length(), 0 ); in addUserCrs()
159 QCOMPARE( spyChanged.length(), 0 ); in changeUserCrs()
166 QCOMPARE( spyChanged.length(), 0 ); in changeUserCrs()
176 QCOMPARE( spyChanged.length(), 0 ); in changeUserCrs()
202 QCOMPARE( spyChanged.length(), 1 ); in changeUserCrs()
222 QCOMPARE( spyChanged.length(), 2 ); in changeUserCrs()
253 QCOMPARE( spyChanged.length(), 0 ); in removeUserCrs()
264 QCOMPARE( spyChanged.length(), 0 ); in removeUserCrs()
[all …]
H A Dtestqgsstyle.cpp311 QCOMPARE( spyChanged.count(), 0 ); in testCreateTextFormats()
323 QCOMPARE( spyChanged.count(), 1 ); in testCreateTextFormats()
332 QCOMPARE( spyChanged.count(), 1 ); in testCreateTextFormats()
370 QCOMPARE( spyChanged.count(), 0 ); in testCreateLabelSettings()
382 QCOMPARE( spyChanged.count(), 1 ); in testCreateLabelSettings()
391 QCOMPARE( spyChanged.count(), 1 ); in testCreateLabelSettings()
427 QCOMPARE( spyChanged.count(), 0 ); in testCreateLegendPatchShapes()
439 QCOMPARE( spyChanged.count(), 1 ); in testCreateLegendPatchShapes()
448 QCOMPARE( spyChanged.count(), 1 ); in testCreateLegendPatchShapes()
485 QCOMPARE( spyChanged.count(), 0 ); in testCreate3dSymbol()
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/remote_device/
H A Dtest_RemoteReaderManagerPlugin.cpp345 QSignalSpy spyChanged(mPlugin->getReaders().at(0), &Reader::fireCardRetryCounterChanged); in testSingleDispatcherSingleReaderChangeCard() local
361 QCOMPARE(spyChanged.size(), 0); in testSingleDispatcherSingleReaderChangeCard()
372 QCOMPARE(spyChanged.size(), 0); in testSingleDispatcherSingleReaderChangeCard()
383 QCOMPARE(spyChanged.size(), 0); in testSingleDispatcherSingleReaderChangeCard()
397 QCOMPARE(spyChanged.size(), 0); in testSingleDispatcherSingleReaderChangeCard()
412 QCOMPARE(spyChanged.size(), 0); in testSingleDispatcherSingleReaderChangeCard()
/dports/net-im/libaccounts-qt5/libaccounts-qt-525ec684cfa8d234f797d7e49e21c476eea04d8e/tests/
H A Dtst_libaccounts.cpp662 QSignalSpy spyChanged(accountService, SIGNAL(changed())); in testAccountService() local
685 QCOMPARE(spyChanged.count(), 1); in testAccountService()
686 spyChanged.clear(); in testAccountService()
702 QCOMPARE(spyChanged.count(), 0); in testAccountService()
725 spyChanged.clear(); in testAccountService()
744 QCOMPARE(spyChanged.count(), 1); in testAccountService()
746 spyChanged.clear(); in testAccountService()
751 QCOMPARE(spyChanged.count(), 1); in testAccountService()
754 spyChanged.clear(); in testAccountService()
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgsstyle.cpp283 QCOMPARE( spyChanged.count(), 0 ); in testCreateTextFormats()
295 QCOMPARE( spyChanged.count(), 1 ); in testCreateTextFormats()
304 QCOMPARE( spyChanged.count(), 1 ); in testCreateTextFormats()
342 QCOMPARE( spyChanged.count(), 0 ); in testCreateLabelSettings()
354 QCOMPARE( spyChanged.count(), 1 ); in testCreateLabelSettings()
363 QCOMPARE( spyChanged.count(), 1 ); in testCreateLabelSettings()
399 QCOMPARE( spyChanged.count(), 0 ); in testCreateLegendPatchShapes()
411 QCOMPARE( spyChanged.count(), 1 ); in testCreateLegendPatchShapes()
420 QCOMPARE( spyChanged.count(), 1 ); in testCreateLegendPatchShapes()
457 QCOMPARE( spyChanged.count(), 0 ); in testCreate3dSymbol()
[all …]