Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
e050693f
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e050693f
编写于
1月 15, 2022
作者:
L
liuwei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
多模xts jsUT框架代码合入
Signed-off-by:
N
liuwei
<
liuwei595@huawei.com
>
上级
23b3d674
变更
16
隐藏空白更改
内联
并排
Showing
16 changed file
with
348 addition
and
0 deletion
+348
-0
multimodalinput/BUILD.gn
multimodalinput/BUILD.gn
+21
-0
multimodalinput/input_jsapi/BUILD.gn
multimodalinput/input_jsapi/BUILD.gn
+31
-0
multimodalinput/input_jsapi/Test.json
multimodalinput/input_jsapi/Test.json
+18
-0
multimodalinput/input_jsapi/signature/openharmony_sx.p7b
multimodalinput/input_jsapi/signature/openharmony_sx.p7b
+0
-0
multimodalinput/input_jsapi/src/main/config.json
multimodalinput/input_jsapi/src/main/config.json
+60
-0
multimodalinput/input_jsapi/src/main/js/default/app.js
multimodalinput/input_jsapi/src/main/js/default/app.js
+23
-0
multimodalinput/input_jsapi/src/main/js/default/i18n/en-US.json
...odalinput/input_jsapi/src/main/js/default/i18n/en-US.json
+6
-0
multimodalinput/input_jsapi/src/main/js/default/i18n/zh-CN.json
...odalinput/input_jsapi/src/main/js/default/i18n/zh-CN.json
+6
-0
multimodalinput/input_jsapi/src/main/js/default/pages/index/index.css
...put/input_jsapi/src/main/js/default/pages/index/index.css
+9
-0
multimodalinput/input_jsapi/src/main/js/default/pages/index/index.hml
...put/input_jsapi/src/main/js/default/pages/index/index.hml
+5
-0
multimodalinput/input_jsapi/src/main/js/default/pages/index/index.js
...nput/input_jsapi/src/main/js/default/pages/index/index.js
+46
-0
multimodalinput/input_jsapi/src/main/js/default/test/ListMultimodalinput.test.js
...sapi/src/main/js/default/test/ListMultimodalinput.test.js
+17
-0
multimodalinput/input_jsapi/src/main/js/default/test/tsunit.test.js
...input/input_jsapi/src/main/js/default/test/tsunit.test.js
+93
-0
multimodalinput/input_jsapi/src/main/resources/base/element/string.json
...t/input_jsapi/src/main/resources/base/element/string.json
+12
-0
multimodalinput/input_jsapi/src/main/resources/base/media/icon.png
...linput/input_jsapi/src/main/resources/base/media/icon.png
+0
-0
test_packages.gni
test_packages.gni
+1
-0
未找到文件。
multimodalinput/BUILD.gn
0 → 100644
浏览文件 @
e050693f
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos_var.gni")
group("multimodalinput") {
testonly = true
if (is_standard_system) {
deps = [ "input_jsapi:multimodalinput_js_test" ]
}
}
multimodalinput/input_jsapi/BUILD.gn
0 → 100644
浏览文件 @
e050693f
# Copyright (C) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("multimodalinput_js_test") {
hap_profile = "./src/main/config.json"
deps = [
":multimodalinput_js_assets",
":multimodalinput_js_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsMultimodalinputJSApiTest"
}
ohos_js_assets("multimodalinput_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("multimodalinput_js_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
multimodalinput/input_jsapi/Test.json
0 → 100644
浏览文件 @
e050693f
{
"description"
:
"Configuration for multimodalinput js api Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"160000"
,
"package"
:
"ohos.acts.multimodalinput.jsunit"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsMultimodalinputJSApiTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
multimodalinput/input_jsapi/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
e050693f
文件已添加
multimodalinput/input_jsapi/src/main/config.json
0 → 100644
浏览文件 @
e050693f
{
"app"
:
{
"bundleName"
:
"ohos.acts.multimodalinput.jsunit"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1
,
"name"
:
"1.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.multimodalinput.jsunit"
,
"name"
:
".MyApplication"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
},
"abilities"
:
[
{
"visible"
:
true
,
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"name"
:
"ohos.acts.multimodalinput.jsunit.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:app_name"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
]
}
}
multimodalinput/input_jsapi/src/main/js/default/app.js
0 → 100644
浏览文件 @
e050693f
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export
default
{
onCreate
()
{
console
.
info
(
'
AceApplication onCreate
'
);
},
onDestroy
()
{
console
.
info
(
'
AceApplication onDestroy
'
);
}
};
multimodalinput/input_jsapi/src/main/js/default/i18n/en-US.json
0 → 100644
浏览文件 @
e050693f
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
multimodalinput/input_jsapi/src/main/js/default/i18n/zh-CN.json
0 → 100644
浏览文件 @
e050693f
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
}
}
\ No newline at end of file
multimodalinput/input_jsapi/src/main/js/default/pages/index/index.css
0 → 100644
浏览文件 @
e050693f
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
100px
;
}
multimodalinput/input_jsapi/src/main/js/default/pages/index/index.hml
0 → 100644
浏览文件 @
e050693f
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
multimodalinput/input_jsapi/src/main/js/default/pages/index/index.js
0 → 100644
浏览文件 @
e050693f
/*
* Copyright (C) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
{
Core
,
ExpectExtend
}
from
'
deccjsunit/index
'
const
injectRef
=
Object
.
getPrototypeOf
(
global
)
||
global
injectRef
.
regeneratorRuntime
=
require
(
'
@babel/runtime/regenerator
'
)
export
default
{
data
:
{
title
:
""
},
onInit
()
{
this
.
title
=
this
.
$t
(
'
strings.world
'
);
},
onShow
()
{
console
.
info
(
'
onShow finish
'
)
const
core
=
Core
.
getInstance
()
const
expectExtend
=
new
ExpectExtend
({
'
id
'
:
'
extend
'
})
core
.
addService
(
'
expect
'
,
expectExtend
)
core
.
init
()
const
configService
=
core
.
getDefaultService
(
'
config
'
)
this
.
timeout
=
5000
configService
.
setConfig
(
this
)
require
(
'
../../test/ListMultimodalinput.test
'
)
core
.
execute
()
},
onReady
()
{
},
}
multimodalinput/input_jsapi/src/main/js/default/test/ListMultimodalinput.test.js
0 → 100644
浏览文件 @
e050693f
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
require
(
'
./tsunit.test.js
'
)
multimodalinput/input_jsapi/src/main/js/default/test/tsunit.test.js
0 → 100644
浏览文件 @
e050693f
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
inputEventClient
from
'
@ohos.multimodalInput.inputEventClient
'
;
import
inputDevice
from
'
@ohos.multimodalInput.inputDevice
'
;
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
const
REGISTERED_SUCCESS
=
1
;
const
REGISTERED_FAILED
=
-
1
;
const
EventCallback
=
{
ON_SHOW_MENU
:
0
,
ON_SEND
:
1
,
ON_COPY
:
2
,
ON_PASTE
:
3
,
ON_CUT
:
4
,
ON_UNDO
:
5
,
ON_REFRESH
:
6
,
ON_CANCEL
:
8
,
ON_ENTER
:
9
,
ON_PREVIOUS
:
10
,
ON_NEXT
:
11
,
ON_BACK
:
12
,
ON_PRINT
:
13
,
ON_ANSWER
:
14
,
ON_REFUSE
:
15
,
ON_HANGUP
:
16
,
ON_TELEPHONE_CONTROL
:
17
,
ON_PLAY
:
18
,
ON_PAUSE
:
19
,
ON_MEDIA_CONTROL
:
20
,
};
const
EVENT_UUID
=
'
uuid-ut
'
;
const
EVENT_SOURCE_TYPE
=
65535
;
const
EVENT_DEVICE_ID
=
65535
;
const
CLEAR_ALL_TYPE
=
255
;
const
WINDOW_ID
=
123
;
const
UNIT_TEST_SUCCESS
=
0
;
describe
(
'
ts_unit_test
'
,
function
()
{
it
(
'
inputEventClient::answer_test-01
'
,
0
,
function
()
{
const
multimodalEvent
=
{
uuid
:
EVENT_UUID
,
occurredTime
:
Date
.
now
(),
sourceDevice
:
EVENT_SOURCE_TYPE
,
inputDeviceId
:
EVENT_DEVICE_ID
,
type
:
EventCallback
.
ON_ANSWER
,
}
const
eventHandle
=
(
event
)
=>
{
expect
(
event
.
uuid
).
assertEqual
(
multimodalEvent
.
uuid
);
expect
(
event
.
occurredTime
).
assertEqual
(
multimodalEvent
.
occurredTime
);
expect
(
event
.
sourceDevice
).
assertEqual
(
multimodalEvent
.
sourceDevice
);
expect
(
event
.
inputDeviceId
).
assertEqual
(
multimodalEvent
.
inputDeviceId
);
expect
(
event
.
type
).
assertEqual
(
multimodalEvent
.
type
);
}
const
registerResult
=
inputEventClient
.
on
(
'
answer
'
,
eventHandle
);
// 新框架老的接口应该注册失败
expect
(
registerResult
).
assertEqual
(
REGISTERED_FAILED
);
})
it
(
'
inputDevice::getDeviceIds_test-01
'
,
0
,
function
()
{
console
.
log
(
`inputDevice::getDeviceIds_test-01 enter`
);
inputDevice
.
getDeviceIds
((
obj
)
=>
{
if
(
!
obj
)
{
console
.
log
(
`inputDevice::getDeviceIds_test-01 error:
${
JSON
.
stringify
(
obj
)}
`
)
expect
(
false
).
assertTrue
();
return
;
}
else
{
console
.
log
(
`inputDevice::getDeviceIds_test-01 success:
${
JSON
.
stringify
(
obj
)}
`
);
expect
(
true
).
assertTrue
();
}
console
.
log
(
`inputDevice::getDeviceIds_test-01 exit`
);
})
})
})
multimodalinput/input_jsapi/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
e050693f
{
"string"
:
[
{
"name"
:
"app_name"
,
"value"
:
"MultimodalinputJSApiTest"
},
{
"name"
:
"mainability_description"
,
"value"
:
"JS_Phone_Empty Feature Ability"
}
]
}
\ No newline at end of file
multimodalinput/input_jsapi/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
e050693f
6.6 KB
test_packages.gni
浏览文件 @
e050693f
...
...
@@ -34,6 +34,7 @@ _all_test_packages = [
"${ACTS_ROOT}/distributedhardware:distributedhardware",
"${ACTS_ROOT}/compileruntime:compileruntime",
"${ACTS_ROOT}/usb:usb",
"${ACTS_ROOT}/multimodalinput:multimodalinput",
]
_all_test_packages_ivi = [
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录