Home
last modified time | relevance | path

Searched refs:MockUIContent (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Ddialog_ui_extension_callback_test.cpp95 Ace::MockUIContent *uicontent = new Ace::MockUIContent(); in HWTEST_F()
114 Ace::MockUIContent *uicontent = new Ace::MockUIContent(); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dform_render_test.cpp107 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetFormWidth(FORM_WIDTH)).WillOnce(Return()); in HWTEST_F()
108 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetFormHeight(FORM_HEIGHT)).WillOnce(Return()); in HWTEST_F()
109 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormSharedImage(_)).WillOnce(Return()); in HWTEST_F()
110 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), UpdateFormData(_)).WillOnce(Return()); in HWTEST_F()
112 EXPECT_CALL(*((MockUIContent *)(formRenderer->uiContent_.get())), in HWTEST_F()
114 EXPECT_CALL(*((MockUIContent *)(formRenderer->uiContent_.get())), RunFormPage()).Times(Exactly(1)); in HWTEST_F()
116 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetActionEventHandler(_)).WillOnce(Return()); in HWTEST_F()
117 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), SetErrorEventHandler(_)).WillOnce(Return()); in HWTEST_F()
118 EXPECT_CALL(*((MockUIContent*)(formRenderer->uiContent_.get())), GetFormRootNode()).Times(Exactly(2)); in HWTEST_F()
145 EXPECT_CALL(*((MockUIContent*)(formRendere in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent_creator.cpp21 return std::make_unique<MockUIContent>(); in Create()
H A Dmock_uicontent.h30 class MockUIContent : public UIContent { class
32 MockUIContent() = default;
33 ~MockUIContent() override = default;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h26 class MockUIContent : public UIContent { class
28 MockUIContent() = default;
29 ~MockUIContent() override = default;
127 return std::make_unique<Ace::MockUIContent>(); in Create()

Completed in 3 milliseconds