Home
last modified time | relevance | path

Searched defs:spy (Results 1 – 25 of 1003) sorted by relevance

12345678910>>...41

/dports/deskutils/zanshin/zanshin-21.12.3/tests/units/domain/
H A Dtasktest.cpp43 QSignalSpy spy(&t, &Task::textChanged); in shouldNotifyTextChanges() local
53 QSignalSpy spy(&t, &Task::textChanged); in shouldNotNotifyIdenticalTextChanges() local
61 QSignalSpy spy(&t, &Task::titleChanged); in shouldNotifyTitleChanges() local
71 QSignalSpy spy(&t, &Task::titleChanged); in shouldNotNotifyIdenticalTitleChanges() local
154 QSignalSpy spy(&t, &Task::doneChanged); in shouldNotifyStatusChanges() local
164 QSignalSpy spy(&t, &Task::doneChanged); in shouldNotNotifyIdenticalStatusChanges() local
190 QSignalSpy spy(&t, &Task::dueDateChanged); in shouldNotifyDueDateChanges() local
200 QSignalSpy spy(&t, &Task::dueDateChanged); in shouldNotNotifyIdenticalDueDateChanges() local
252 QSignalSpy spy(&t, &Task::doneDateChanged); in shouldNotifyDoneDateChanges() local
262 QSignalSpy spy(&t, &Task::doneDateChanged); in shouldNotNotifyIdenticalDoneDateChanges() local
[all …]
H A Ddatasourcetest.cpp36 QSignalSpy spy(&ds, &DataSource::nameChanged); in shouldNotifyNameChanges() local
46 QSignalSpy spy(&ds, &DataSource::nameChanged); in shouldNotNotifyIdenticalNameChanges() local
54 QSignalSpy spy(&ds, &DataSource::iconNameChanged); in shouldNotifyIconNameChanges() local
64 QSignalSpy spy(&ds, &DataSource::iconNameChanged); in shouldNotNotifyIdenticalIconNameChanges() local
72 QSignalSpy spy(&ds, &DataSource::contentTypesChanged); in shouldNotifyContentTypesChanges() local
83 QSignalSpy spy(&ds, &DataSource::contentTypesChanged); in shouldNotNotifyIdenticalContentTypesChanges() local
91 QSignalSpy spy(&ds, &DataSource::selectedChanged); in shouldNotifySelectedChanges() local
101 QSignalSpy spy(&ds, &DataSource::selectedChanged); in shouldNotNotifyIdenticalSelectedChanges() local
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/workflows/states/
H A Dtest_StateRedirectBrowser.cpp47 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireContinue); in tcTokenNotFound_sendErrorPageSuccess() local
60 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireAbort); in tcTokenNotFound_sendErrorPageFailure() local
73 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireContinue); in noRefreshUrl_noTcToken_sendErrorPageErrorSuccess() local
86 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireAbort); in noRefreshUrl_noTcToken_sendErrorPageErrorFailure() local
100 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireContinue); in noRefreshUrl_tcTokenWithoutCommunicationErrorAddress_sendErrorPageErrorSuccess() local
114 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireAbort); in noRefreshUrl_tcTokenWithoutCommunicationErrorAddress_sendErrorPageErrorFailure() local
128 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireContinue); in noRefreshUrl_sendRedirectSuccess() local
142 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireAbort); in noRefreshUrl_sendRedirectFailure() local
157 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireContinue); in refreshUrl_sendRedirectSuccess() local
172 QSignalSpy spy(mState.data(), &StateRedirectBrowser::fireAbort); in refreshUrl_sendRedirectFailure() local
H A Dtest_StateCertificateDescriptionCheck.cpp53 QSignalSpy spy(mState.data(), &StateCertificateDescriptionCheck::fireAbort); in noDescription() local
67 QSignalSpy spy(mState.data(), &StateCertificateDescriptionCheck::fireAbort); in noSubjectUrl() local
82 QSignalSpy spy(mState.data(), &StateCertificateDescriptionCheck::fireAbort); in nonMatchingDescription() local
93 QSignalSpy spy(mState.data(), &StateCertificateDescriptionCheck::fireContinue); in matchingDescription() local
106 QSignalSpy spy(mState.data(), &StateCertificateDescriptionCheck::fireAbort); in subjectUrlNoSameOrigin() local
H A Dtest_StateExtractCvcsFromEac1InputType.cpp67 QSignalSpy spy(mState.data(), &StateExtractCvcsFromEac1InputType::fireAbort); in testNoDvCvc() local
80 QSignalSpy spy(mState.data(), &StateExtractCvcsFromEac1InputType::fireAbort); in testMoreThanOneDvCvc() local
91 QSignalSpy spy(mState.data(), &StateExtractCvcsFromEac1InputType::fireAbort); in testNoTerminalCvc() local
104 QSignalSpy spy(mState.data(), &StateExtractCvcsFromEac1InputType::fireAbort); in testMoreThanOneTerminalCvc() local
116 QSignalSpy spy(mState.data(), &StateExtractCvcsFromEac1InputType::fireContinue); in testSuccess() local
H A Dtest_StatePreVerification.cpp90 QSignalSpy spy(mState.data(), &StatePreVerification::fireAbort); in testExpired() local
101 QSignalSpy spy(mState.data(), &StatePreVerification::fireAbort); in testCvcaNotTrusted() local
120 QSignalSpy spy(mState.data(), &StatePreVerification::fireAbort); in testSignatureInvalid() local
131 QSignalSpy spy(mState.data(), &StatePreVerification::fireAbort); in testNotYetValid() local
142 QSignalSpy spy(mState.data(), &StatePreVerification::fireContinue); in testValid() local
182 QSignalSpy spy(mState.data(), &StatePreVerification::fireContinue); in testSaveLinkCertificates() local
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/annotations/items/helper/
H A DKeyInputHelperTest.cpp27 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::remove); in TestHandleKeyPress_Should_EmitRemoveSignal_When_KeyIsBackspace() local
41 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::remove); in TestHandleKeyPress_Should_EmitRemoveSignal_When_KeyIsDelete() local
54 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::insert); in TestHandleKeyPress_Should_EmitInsertSignalWithNewLine_When_KeyIsReturnAndModifierShift() local
67 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::insert); in TestHandleKeyPress_Should_EmitInsertSignalWithNewLine_When_KeyIsEnterAndModifierShift() local
114 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::move); in TestHandleKeyPress_Should_EmitMoveSignal_When_KeyIsHome() local
128 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::move); in TestHandleKeyPress_Should_EmitMoveSignal_When_KeyIsEnd() local
142 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::move); in TestHandleKeyPress_Should_EmitMoveSignal_When_KeyIsArrowLeft() local
156 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::move); in TestHandleKeyPress_Should_EmitMoveSignal_When_KeyIsArrowLeftAndModifierCtrl() local
170 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::move); in TestHandleKeyPress_Should_EmitMoveSignal_When_KeyIsArrowRight() local
184 QSignalSpy spy(&keyInputHelper, &KeyInputHelper::move); in TestHandleKeyPress_Should_EmitMoveSignal_When_KeyIsArrowRightAndModifierCtrl() local
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/entities/tests/
H A Dutils.spec.ts18 const spy = spyOn(console, 'warn') constant
26 const spy = spyOn(console, 'warn') constant
34 const spy = spyOn(console, 'warn') constant
44 const spy = spyOn(console, 'warn') constant
53 const spy = spyOn(console, 'warn') constant
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/
H A Dtestqgstableeditor.cpp78 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in testData() local
129 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertRowsBelow() local
239 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertRowsAbove() local
349 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertColumnsBefore() local
431 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertColumnsAfter() local
513 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in deleteRows() local
580 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in deleteColumns() local
712 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in clearSelected() local
756 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in foregroundColor() local
821 const QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in backgroundColor() local
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/gui/
H A Dtestqgstableeditor.cpp77 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in testData() local
128 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertRowsBelow() local
238 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertRowsAbove() local
348 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertColumnsBefore() local
430 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in insertColumnsAfter() local
512 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in deleteRows() local
579 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in deleteColumns() local
711 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in clearSelected() local
755 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in foregroundColor() local
820 QSignalSpy spy( &w, &QgsTableEditorWidget::tableChanged ); in backgroundColor() local
[all …]
/dports/graphics/ksnip/ksnip-1.9.2/tests/gui/actions/
H A DActionProcessorTest.cpp33 QSignalSpy spy(&processor, &ActionProcessor::triggerCapture); in Process_Should_TriggerCapture_When_CaptureEnabled() local
54 QSignalSpy spy(&processor, &ActionProcessor::triggerCapture); in Process_Should_NotTriggerCapture_When_CaptureDisabled() local
71 QSignalSpy spy(&processor, &ActionProcessor::triggerSave); in Process_Should_StartPostProcessing_When_CaptureDisabledAndPostProcessingEnabled() local
88 QSignalSpy spy(&processor, &ActionProcessor::triggerSave); in Process_Should_NotStartPostProcessing_When_CaptureDisabledAndPostProcessingDisabled() local
105 QSignalSpy spy(&processor, &ActionProcessor::triggerSave); in Process_Should_NotStartPostProcessing_When_CaptureEnabledAndPostProcessingDisabled() local
122 QSignalSpy spy(&processor, &ActionProcessor::triggerSave); in Process_Should_NotStartPostProcessing_When_CaptureEnabledAndPostProcessingEnabled() local
139 QSignalSpy spy(&processor, &ActionProcessor::triggerSave); in CaptureFinished_Should_StartPostProcessing_When_CaptureEnabledAndPostProcessingEnabled() local
157 QSignalSpy spy(&processor, &ActionProcessor::triggerSave); in CaptureFinished_Should_StartPostProcessing_When_CaptureEnabledAndPostProcessingDisabled() local
264 QSignalSpy spy(&processor, &ActionProcessor::triggerShow); in CaptureFinished_Should_SendShowSignalWithMinimizedSetToTrue_When_HideSelected() local
283 QSignalSpy spy(&processor, &ActionProcessor::triggerShow); in CaptureFinished_Should_SendShowSignalWithMinimizedSetToFalse_When_HideNotSelected() local
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/workflows/context/
H A Dtest_WorkflowContext.cpp52 QSignalSpy spy(mContext.data(), &WorkflowContext::fireCanChanged); in test_Can() local
73 QSignalSpy spy(mContext.data(), &WorkflowContext::firePinChanged); in test_Pin() local
94 QSignalSpy spy(mContext.data(), &WorkflowContext::firePukChanged); in test_Puk() local
124 QSignalSpy spy(mContext.data(), &WorkflowContext::fireStateChanged); in test_CurrentState() local
147 QSignalSpy spy(mContext.data(), &WorkflowContext::fireReaderPlugInTypesChanged); in test_ReaderPlugInTypes() local
162 QSignalSpy spy(mContext.data(), &WorkflowContext::firePaceResultUpdated); in test_LastPaceAndResult() local
176 QSignalSpy spy(mContext.data(), &WorkflowContext::fireCardConnectionChanged); in test_CardConnection() local
223 QSignalSpy spy(mContext.data(), &WorkflowContext::fireCancelWorkflow); in test_WorkflowKilled() local
/dports/www/grafana8/grafana-8.3.6/packages/grafana-toolkit/src/config/
H A Dwebpack.plugin.config.test.ts51 const spy = jest.spyOn(process, 'cwd'); constant
57 const spy = jest.spyOn(process, 'cwd'); constant
64 const spy = jest.spyOn(process, 'cwd'); constant
71 const spy = jest.spyOn(process, 'cwd'); constant
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qscriptengineagent/
H A Dtst_qscriptengineagent.cpp1772 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in eventOrder_assigment() local
1801 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in eventOrder_functionDefinition() local
1850 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in eventOrder_throwError() local
1883 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in eventOrder_throwAndCatch() local
1923 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in eventOrder_functions() local
2051 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in eventOrder_throwCatchFinally() local
2082 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in eventOrder_signalsHandling() local
2150 DoubleAgent *spy = new DoubleAgent(&eng); in recursiveObserve() local
2219 ScriptEngineSpy *spy = new ScriptEngineSpy(&eng); in syntaxError() local
2348 NewSpy* spy = new NewSpy(&eng); in hasUncaughtException() local
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/remote_device/
H A Dtest_RemoteDeviceListImpl.cpp33 QSignalSpy spy(&deviceList, &RemoteDeviceListImpl::fireDeviceAppeared); in testAddAndRemove() local
41 QSignalSpy spy(&deviceList, &RemoteDeviceListImpl::fireDeviceAppeared); in testAddAndRemove() local
49 QSignalSpy spy(&deviceList, &RemoteDeviceListImpl::fireDeviceAppeared); in testAddAndRemove() local
57 QSignalSpy spy(&deviceList, &RemoteDeviceListImpl::fireDeviceAppeared); in testAddAndRemove() local
65 QSignalSpy spy(&deviceList, &RemoteDeviceListImpl::fireDeviceAppeared); in testAddAndRemove() local
/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dmkpathjobtest.cpp42 QSignalSpy spy(job, &KIO::MkpathJob::directoryCreated); in shouldDoNothingIfExists() local
55 QSignalSpy spy(job, &KIO::MkpathJob::directoryCreated); in shouldCreateOneDirectory() local
67 QSignalSpy spy(job, &KIO::MkpathJob::directoryCreated); in shouldCreateTwoDirectories() local
79 QSignalSpy spy(job, &KIO::MkpathJob::directoryCreated); in shouldDoNothingIfExistsWithBasePath() local
94 QSignalSpy spy(job, &KIO::MkpathJob::directoryCreated); in shouldCreateOneDirectoryWithBasePath() local
108 QSignalSpy spy(job, &KIO::MkpathJob::directoryCreated); in shouldCreateTwoDirectoriesWithBasePath() local
121 QSignalSpy spy(job, &KIO::MkpathJob::directoryCreated); in shouldIgnoreUnrelatedBasePath() local
/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dfieldwidgettest.cpp68 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testBool() local
110 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testChoice() local
153 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testDate() local
198 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testLine() local
236 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testPara() local
264 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testNumber() local
311 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testRating() local
346 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testTable() local
408 QSignalSpy spy(&w, &Tellico::GUI::FieldWidget::valueChanged); in testUrl() local
/dports/graphics/kimageannotator/kImageAnnotator-0.5.3/tests/gui/annotator/tabs/
H A DAnnotationTabCloserTest.cpp25 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseTabTriggered_Should_CallMethodForRequestingTabCloseWithProvidedIndex_When_ProvidedIndexValid() local
38 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseTabTriggered_Should_CallMethodForRequestingTabCloseWithCurrentIndex_When_ProvidedIndexInvalid() local
51 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseOtherTabsTriggered_Should_CallMethodForRequestingTabCloseForAllButProvidedIndex() local
66 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseAllTabsTriggered_Should_CallMethodForRequestingTabCloseForAllIndex() local
82 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseAllTabsToLeftTriggered_Should_CallMethodForRequestingTabCloseForAllSmallerIndex() local
95 QSignalSpy spy(tabWidget.data(), &QTabWidget::tabCloseRequested); in TestCloseAllTabsToRightTriggered_Should_CallMethodForRequestingTabCloseForAllLargerIndex() local
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/tests/unittests/ut_keyboardgeometry/
H A Dut_keyboardgeometry.cpp61 QSignalSpy spy(m_geometry, SIGNAL(keypadHeightChanged())); in testKepdHeight() local
79 QSignalSpy spy(m_geometry, SIGNAL(canvasHeightChanged())); in testCanvasHeight() local
97 QSignalSpy spy(m_geometry, SIGNAL(visibleRectChanged())); in testVisibleRect() local
116 QSignalSpy spy(m_geometry, SIGNAL(orientationChanged())); in testOrientation() local
134 QSignalSpy spy(m_geometry, SIGNAL(shownChanged())); in testShown() local
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/core-impl/collections/db/sql/
H A DTestSqlCollection.cpp63 QSignalSpy spy( m_collection, &Collections::SqlCollection::updated); in testDeviceAddedWithTracks() local
71 QSignalSpy spy( m_collection, &Collections::SqlCollection::updated); in testDeviceAddedWithoutTracks() local
79 QSignalSpy spy( m_collection, &Collections::SqlCollection::updated); in testDeviceRemovedWithTracks() local
87 QSignalSpy spy( m_collection, &Collections::SqlCollection::updated); in testDeviceRemovedWithoutTracks() local
/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/
H A Dkitemlistkeyboardsearchmanagertest.cpp43 QSignalSpy spy(&m_keyboardSearchManager, &KItemListKeyboardSearchManager::changeCurrentItem); in testBasicKeyboardSearch() local
69 QSignalSpy spy(&m_keyboardSearchManager, &KItemListKeyboardSearchManager::changeCurrentItem); in testAbortedKeyboardSearch() local
108 QSignalSpy spy(&m_keyboardSearchManager, &KItemListKeyboardSearchManager::changeCurrentItem); in testRepeatedKeyPress() local
136 QSignalSpy spy(&m_keyboardSearchManager, &KItemListKeyboardSearchManager::changeCurrentItem); in testPressShift() local
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/autotests/
H A Dkwindowsystemx11test.cpp48 QSignalSpy spy(KWindowSystem::self(), SIGNAL(activeWindowChanged(WId))); in testActiveWindowChanged() local
62 QSignalSpy spy(KWindowSystem::self(), SIGNAL(windowAdded(WId))); in testWindowAdded() local
92 QSignalSpy spy(KWindowSystem::self(), SIGNAL(windowRemoved(WId))); in testWindowRemoved() local
107 QSignalSpy spy(KWindowSystem::self(), SIGNAL(currentDesktopChanged(int))); in testDesktopChanged() local
134 QSignalSpy spy(KWindowSystem::self(), SIGNAL(numberOfDesktopsChanged(int))); in testNumberOfDesktopsChanged() local
163 QSignalSpy spy(KWindowSystem::self(), SIGNAL(desktopNamesChanged())); in testDesktopNamesChanged() local
187 QSignalSpy spy(KWindowSystem::self(), SIGNAL(showingDesktopChanged(bool))); in testShowingDesktopChanged() local
213 QSignalSpy spy(KWindowSystem::self(), SIGNAL(showingDesktopChanged(bool))); in testSetShowingDesktop() local
241 QSignalSpy spy(KWindowSystem::self(), SIGNAL(workAreaChanged())); in testWorkAreaChanged() local
/dports/sysutils/baloo-widgets/baloo-widgets-21.12.3/autotests/
H A Dfilemetadatawidgettest.cpp103 QSignalSpy spy(m_widget, &Baloo::FileMetaDataWidget::metaDataRequestFinished); in shouldSignalOnceWithoutFile() local
111 QSignalSpy spy(m_widget, &Baloo::FileMetaDataWidget::metaDataRequestFinished); in shouldSignalOnceFile() local
123 QSignalSpy spy(m_widget, &Baloo::FileMetaDataWidget::metaDataRequestFinished); in shouldSignalOnceFiles() local
136 QSignalSpy spy(m_widget, &Baloo::FileMetaDataWidget::metaDataRequestFinished); in shouldShowProperties() local
166 QSignalSpy spy(m_widget, &Baloo::FileMetaDataWidget::metaDataRequestFinished); in shouldShowCommonProperties() local
197 QSignalSpy spy(m_widget, &Baloo::FileMetaDataWidget::metaDataRequestFinished); in shouldShowMultiValueProperties() local
/dports/net/kpeoplevcard/kpeoplevcard-0.1/autotests/
H A Dkpeoplevcardtest.cpp88 QSignalSpy spy(m_backend, &KPeople::AllContactsMonitor::contactAdded); in crudTest() local
110 QSignalSpy spy(m_backend, &KPeople::AllContactsMonitor::contactChanged); in crudTest() local
129 QSignalSpy spy(m_backend, &KPeople::AllContactsMonitor::contactRemoved); in crudTest() local
149 QSignalSpy spy(m_backend, &KPeople::AllContactsMonitor::contactAdded); in editableInterface() local
174 QSignalSpy spy(m_backend, &KPeople::AllContactsMonitor::contactChanged); in editableInterface() local
181 QSignalSpy spy(m_backend, &KPeople::AllContactsMonitor::contactRemoved); in editableInterface() local
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/services/
H A Dtest_AppUpdatr.cpp217 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testWrongChecksumVersion() local
242 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testCorrectChecksumVersionAndReDownload() local
299 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testNewAppUpdateVersion() local
321 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testJSONParsingError() local
333 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testPlatformNotSupported() local
343 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testSkipCurrentVersion() local
355 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testSkipCurrentVersionButDoNotRespectIt() local
372 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testNoNewVersion() local
384 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testJSONDownloadFailed() local
398 QSignalSpy spy(&mAppUpdater, &AppUpdater::fireAppcastCheckFinished); in testReleaseNoteDownloadFailed() local
[all …]

12345678910>>...41