From fe66bf7d0bc3d9f1e808f6cbafd14df22b19cad1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 18 Jul 2022 15:59:30 +0800 Subject: [PATCH] =?UTF-8?q?uitest=20MockAPI=E6=8E=A5=E5=8F=A3=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0.=20Signed-off-by:=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Your Name --- runtime/main/extend/systemplugin/napi/ohos_uitest.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/runtime/main/extend/systemplugin/napi/ohos_uitest.js b/runtime/main/extend/systemplugin/napi/ohos_uitest.js index a7e236f8..738af166 100644 --- a/runtime/main/extend/systemplugin/napi/ohos_uitest.js +++ b/runtime/main/extend/systemplugin/napi/ohos_uitest.js @@ -45,28 +45,22 @@ export const WindowMode = { } export const Point = { - constructor() { X: '[PC Preview] unknown X'; Y: '[PC Preview] unknown Y'; - } } export const Rect = { - constructor() { leftX: '[PC Preview] unknown leftX'; topY: '[PC Preview] unknown topY'; rightX: '[PC Preview] unknown rightX'; bottomY: '[PC Preview] unknown bottomY'; - } } export const WindowFilter = { - constructor() { bundleName: '[PC Preview] unknown bundleName'; title: '[PC Preview] unknown title'; focused: '[PC Preview] unknown focused'; actived: '[PC Preview] unknown actived'; - } } const ByClass = class ByMock {