修改tdd用例

Signed-off-by: houdisheng <houdisheng@huawei.com>
This commit is contained in:
houdisheng 2024-01-02 21:20:19 +08:00
parent 397f0add18
commit 4323ffbc75
3 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#define protected public
#include "interfaces/inner_api/form_render/include/form_renderer_delegate_impl.h"
#include "interfaces/inner_api/form_render/include/form_renderer_dispatcher_impl.h"
#include "core/event/touch_event.h"
#undef private
#undef protected

View File

@ -20,6 +20,7 @@
#include "interfaces/inner_api/form_render/include/form_renderer_delegate_proxy.h"
#include "interfaces/inner_api/form_render/include/form_renderer_dispatcher_proxy.h"
#include "test/mock/interfaces/mock_i_remote_object.h"
#include "core/event/touch_event.h"
#undef private
#undef protected

View File

@ -24,6 +24,7 @@
#include "interfaces/inner_api/form_render/include/form_renderer_delegate_impl.h"
#include "interfaces/inner_api/form_render/include/form_renderer_group.h"
#include "test/mock/core/pipeline/mock_pipeline_context.h"
#include "core/event/touch_event.h"
using namespace testing;
using namespace testing::ext;