Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
35373c9f
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
35373c9f
编写于
8月 02, 2022
作者:
O
openharmony_ci
提交者:
Gitee
8月 02, 2022
浏览文件
操作
浏览文件
下载
差异文件
!4703 Test cases of util adaptation to the new framework
Merge pull request !4703 from jiangkai43/master
上级
5c434a46
2c69b141
变更
19
隐藏空白更改
内联
并排
Showing
19 changed file
with
351 addition
and
137 deletion
+351
-137
commonlibrary/ets_utils/util_lib_standard/BUILD.gn
commonlibrary/ets_utils/util_lib_standard/BUILD.gn
+3
-1
commonlibrary/ets_utils/util_lib_standard/Test.json
commonlibrary/ets_utils/util_lib_standard/Test.json
+4
-3
commonlibrary/ets_utils/util_lib_standard/src/main/config.json
...nlibrary/ets_utils/util_lib_standard/src/main/config.json
+89
-57
commonlibrary/ets_utils/util_lib_standard/src/main/js/MainAbility/app.js
...ts_utils/util_lib_standard/src/main/js/MainAbility/app.js
+0
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/MainAbility/i18n/en-US.json
...util_lib_standard/src/main/js/MainAbility/i18n/en-US.json
+0
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/MainAbility/i18n/zh-CN.json
...util_lib_standard/src/main/js/MainAbility/i18n/zh-CN.json
+0
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/MainAbility/pages/index/index.css
...ib_standard/src/main/js/MainAbility/pages/index/index.css
+0
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/MainAbility/pages/index/index.hml
...ib_standard/src/main/js/MainAbility/pages/index/index.hml
+3
-3
commonlibrary/ets_utils/util_lib_standard/src/main/js/MainAbility/pages/index/index.js
...lib_standard/src/main/js/MainAbility/pages/index/index.js
+0
-5
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/app.js
...ts_utils/util_lib_standard/src/main/js/TestAbility/app.js
+31
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/i18n/en-US.json
...util_lib_standard/src/main/js/TestAbility/i18n/en-US.json
+8
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/i18n/zh-CN.json
...util_lib_standard/src/main/js/TestAbility/i18n/zh-CN.json
+8
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/pages/index/index.css
...ib_standard/src/main/js/TestAbility/pages/index/index.css
+30
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/pages/index/index.hml
...ib_standard/src/main/js/TestAbility/pages/index/index.hml
+5
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/pages/index/index.js
...lib_standard/src/main/js/TestAbility/pages/index/index.js
+26
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestRunner/OpenHarmonyTestRunner.js
..._standard/src/main/js/TestRunner/OpenHarmonyTestRunner.js
+59
-0
commonlibrary/ets_utils/util_lib_standard/src/main/js/test/List.test.js
...ets_utils/util_lib_standard/src/main/js/test/List.test.js
+4
-2
commonlibrary/ets_utils/util_lib_standard/src/main/js/test/util.test.js
...ets_utils/util_lib_standard/src/main/js/test/util.test.js
+65
-66
commonlibrary/ets_utils/util_lib_standard/src/main/resources/base/element/string.json
..._lib_standard/src/main/resources/base/element/string.json
+16
-0
未找到文件。
commonlibrary/ets_utils/util_lib_standard/BUILD.gn
浏览文件 @
35373c9f
...
...
@@ -31,7 +31,9 @@ ohos_js_hap_suite("util_js_test") {
# subsystem_name = "xts"
}
ohos_js_assets("util_js_assets") {
source_dir = "./src/main/js/default"
js2abc = true
hap_profile = "./src/main/config.json"
source_dir = "./src/main/js"
}
ohos_resources("util_resources") {
sources = [ "./src/main/resources" ]
...
...
commonlibrary/ets_utils/util_lib_standard/Test.json
浏览文件 @
35373c9f
{
"description"
:
"Configuration for startup util js api Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"type"
:
"
OH
JSUnitTest"
,
"test-timeout"
:
"800000"
,
"package"
:
"com.example.util"
,
"shell-timeout"
:
"90000"
"shell-timeout"
:
"800000"
,
"bundle-name"
:
"com.example.util"
,
"package-name"
:
"com.example.util"
},
"kits"
:
[
{
...
...
commonlibrary/ets_utils/util_lib_standard/src/main/config.json
浏览文件 @
35373c9f
{
"app"
:
{
"bundleName"
:
"com.example.util"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"com.example.util"
,
"name"
:
".MyApplication"
,
"mainAbility"
:
"com.example.util.MainAbility"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
,
"installationFree"
:
false
"app"
:
{
"bundleName"
:
"com.example.util"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"abilities"
:
[
{
"skills"
:
[
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"com.example.util"
,
"name"
:
".entry"
,
"srcPath"
:
""
,
"mainAbility"
:
".MainAbility"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
,
"installationFree"
:
false
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"orientation"
:
"unspecified"
,
"formsEnabled"
:
false
,
"name"
:
".MainAbility"
,
"srcLanguage"
:
"js"
,
"srcPath"
:
"MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:MainAbility_desc"
,
"label"
:
"$string:MainAbility_label"
,
"type"
:
"page"
,
"visible"
:
true
,
"launchType"
:
"standard"
},
{
"orientation"
:
"unspecified"
,
"formsEnabled"
:
false
,
"name"
:
".TestAbility"
,
"srcLanguage"
:
"js"
,
"srcPath"
:
"TestAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:TestAbility_desc"
,
"label"
:
"$string:TestAbility_label"
,
"type"
:
"page"
,
"visible"
:
true
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
true
}
},
{
"pages"
:
[
"pages/index/index"
],
"name"
:
".TestAbility"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
],
"visible"
:
true
,
"name"
:
"com.example.util.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:entry_MainAbility"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
true
],
"testRunner"
:
{
"name"
:
"OpenHarmonyTestRunner"
,
"srcPath"
:
"TestRunner"
}
}
]
}
}
\ No newline at end of file
}
}
\ No newline at end of file
commonlibrary/ets_utils/util_lib_standard/src/main/js/
default
/app.js
→
commonlibrary/ets_utils/util_lib_standard/src/main/js/
MainAbility
/app.js
浏览文件 @
35373c9f
文件已移动
commonlibrary/ets_utils/util_lib_standard/src/main/js/
default
/i18n/en-US.json
→
commonlibrary/ets_utils/util_lib_standard/src/main/js/
MainAbility
/i18n/en-US.json
浏览文件 @
35373c9f
文件已移动
commonlibrary/ets_utils/util_lib_standard/src/main/js/
default
/i18n/zh-CN.json
→
commonlibrary/ets_utils/util_lib_standard/src/main/js/
MainAbility
/i18n/zh-CN.json
浏览文件 @
35373c9f
文件已移动
commonlibrary/ets_utils/util_lib_standard/src/main/js/
default
/pages/index/index.css
→
commonlibrary/ets_utils/util_lib_standard/src/main/js/
MainAbility
/pages/index/index.css
浏览文件 @
35373c9f
文件已移动
commonlibrary/ets_utils/util_lib_standard/src/main/js/
default
/pages/index/index.hml
→
commonlibrary/ets_utils/util_lib_standard/src/main/js/
MainAbility
/pages/index/index.hml
浏览文件 @
35373c9f
...
...
@@ -13,8 +13,8 @@
limitations under the License.
-->
<div class="container"
onswipe="touchMove"
>
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{
title
}}
{{ $t('strings.hello') }} {{
title
}}
</text>
</div>
\ No newline at end of file
</div>
commonlibrary/ets_utils/util_lib_standard/src/main/js/
default
/pages/index/index.js
→
commonlibrary/ets_utils/util_lib_standard/src/main/js/
MainAbility
/pages/index/index.js
浏览文件 @
35373c9f
...
...
@@ -16,7 +16,6 @@
import
app
from
'
@system.app
'
import
device
from
'
@system.device
'
import
router
from
'
@system.router
'
import
{
Core
}
from
'
deccjsunit/index
'
export
default
{
data
:
{
...
...
@@ -27,10 +26,6 @@ export default {
},
onShow
()
{
console
.
info
(
'
onShow finish
'
)
const
core
=
Core
.
getInstance
()
core
.
init
()
require
(
'
../../../test/List.test
'
)
core
.
execute
()
},
onReady
()
{
},
...
...
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/app.js
0 → 100644
浏览文件 @
35373c9f
/*
* Copyright (c) 2022 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
AbilityDelegatorRegistry
from
'
@ohos.application.abilityDelegatorRegistry
'
import
{
Hypium
}
from
'
@ohos/hypium
'
import
testsuite
from
'
../test/List.test
'
export
default
{
onCreate
()
{
console
.
info
(
'
TestApplication onCreate
'
)
var
abilityDelegator
=
AbilityDelegatorRegistry
.
getAbilityDelegator
()
var
abilityDelegatorArguments
=
AbilityDelegatorRegistry
.
getArguments
()
console
.
info
(
'
start run testcase!!!
'
)
Hypium
.
hypiumTest
(
abilityDelegator
,
abilityDelegatorArguments
,
testsuite
)
},
onDestroy
()
{
console
.
info
(
"
TestApplication onDestroy
"
);
}
};
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/i18n/en-US.json
0 → 100644
浏览文件 @
35373c9f
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
},
"Files"
:
{
}
}
\ No newline at end of file
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/i18n/zh-CN.json
0 → 100644
浏览文件 @
35373c9f
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
},
"Files"
:
{
}
}
\ No newline at end of file
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/pages/index/index.css
0 → 100644
浏览文件 @
35373c9f
.container
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
left
:
0px
;
top
:
0px
;
width
:
100%
;
height
:
100%
;
}
.title
{
font-size
:
60px
;
text-align
:
center
;
width
:
100%
;
height
:
40%
;
margin
:
10px
;
}
@media
screen
and
(
device-type
:
phone
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
60px
;
}
}
@media
screen
and
(
device-type
:
tablet
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
100px
;
}
}
\ No newline at end of file
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/pages/index/index.hml
0 → 100644
浏览文件 @
35373c9f
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestAbility/pages/index/index.js
0 → 100644
浏览文件 @
35373c9f
/*
* Copyright (c) 2022 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
{
data
:
{
title
:
""
},
onInit
()
{
this
.
title
=
this
.
$t
(
'
strings.world
'
);
}
}
commonlibrary/ets_utils/util_lib_standard/src/main/js/TestRunner/OpenHarmonyTestRunner.js
0 → 100644
浏览文件 @
35373c9f
/*
* Copyright (c) 2022 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
AbilityDelegatorRegistry
from
'
@ohos.application.abilityDelegatorRegistry
'
function
translateParamsToString
(
parameters
)
{
const
keySet
=
new
Set
([
'
-s class
'
,
'
-s notClass
'
,
'
-s suite
'
,
'
-s itName
'
,
'
-s level
'
,
'
-s testType
'
,
'
-s size
'
,
'
-s timeout
'
,
'
-s package
'
,
'
-s dryRun
'
])
let
targetParams
=
''
;
for
(
const
key
in
parameters
)
{
if
(
keySet
.
has
(
key
))
{
targetParams
+=
'
'
+
key
+
'
'
+
parameters
[
key
]
}
}
return
targetParams
.
trim
()
}
export
default
{
onPrepare
()
{
console
.
info
(
'
OpenHarmonyTestRunner OnPrepare
'
)
},
onRun
()
{
console
.
log
(
'
OpenHarmonyTestRunner onRun run
'
)
var
abilityDelegatorArguments
=
AbilityDelegatorRegistry
.
getArguments
()
var
abilityDelegator
=
AbilityDelegatorRegistry
.
getAbilityDelegator
()
var
testAbilityName
=
abilityDelegatorArguments
.
parameters
[
'
-p
'
]
+
'
.TestAbility
'
var
cmd
=
'
aa start -d 0 -a
'
+
testAbilityName
+
'
-b
'
+
abilityDelegatorArguments
.
bundleName
cmd
+=
'
'
+
translateParamsToString
(
abilityDelegatorArguments
.
parameters
)
var
debug
=
abilityDelegatorArguments
.
parameters
[
"
-D
"
]
console
.
info
(
'
debug value :
'
+
debug
)
if
(
debug
==
'
true
'
)
{
cmd
+=
'
-D
'
}
console
.
info
(
'
cmd :
'
+
cmd
)
abilityDelegator
.
executeShellCommand
(
cmd
,
(
err
,
data
)
=>
{
console
.
info
(
'
executeShellCommand : err :
'
+
JSON
.
stringify
(
err
));
console
.
info
(
'
executeShellCommand : data :
'
+
data
.
stdResult
);
console
.
info
(
'
executeShellCommand : data :
'
+
data
.
exitCode
);
})
}
};
commonlibrary/ets_utils/util_lib_standard/src/main/js/test/List.test.js
浏览文件 @
35373c9f
...
...
@@ -12,5 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
require
(
'
./util.test.js
'
);
\ No newline at end of file
import
UtilFunTest
from
'
./util.test.js
'
export
default
function
testsuite
()
{
UtilFunTest
()
}
\ No newline at end of file
commonlibrary/ets_utils/util_lib_standard/src/main/js/test/util.test.js
浏览文件 @
35373c9f
...
...
@@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
@ohos/hypium
'
import
util
from
'
@ohos.util
'
import
url
from
'
@ohos.url
'
import
app
from
'
@system.app
'
...
...
@@ -45,7 +45,7 @@ var rangeFir = new util.Scope(tempMiDF, tempMidS);
var
rangeSec
=
new
util
.
Scope
(
tempLess
,
tempMore
);
var
rangeThi
=
new
util
.
Scope
(
tempLess
,
tempMiDF
);
var
rangeFif
=
new
util
.
Scope
(
tempMiDF
,
tempMore
);
export
default
function
UtilFunTest
()
{
describe
(
'
TextEncoderTest
'
,
function
()
{
/**
...
...
@@ -175,17 +175,17 @@ describe('TextEncoderTest', function () {
* @tc.author: shikai
*/
it
(
'
testUtilPromisify_new_001
'
,
0
,
async
function
()
{
function
aysnFun
(
str
,
callback
)
{
if
(
typeof
str
===
'
string
'
)
{
callback
(
null
,
str
);
function
fn
(
val
,
callback
)
{
if
(
typeof
val
===
'
string
'
)
{
callback
(
null
,
val
);
}
else
{
callback
(
'
type err
'
);
}
}
let
newPromiseObj
=
util
.
promisify
(
aysnFun
);
newPromiseObj
(
"
Hello
"
).
then
(
res
=>
{
expect
(
res
).
strictEqual
(
'
Hello
'
);
})
(
async
()
=>
{
const
value
=
await
util
.
promisify
(
fn
);
expect
(
value
(
null
,
"
Hello
"
)
).
strictEqual
(
'
Hello
'
);
})
();
})
/**
...
...
@@ -195,17 +195,17 @@ describe('TextEncoderTest', function () {
* @tc.author: shikai
*/
it
(
'
testUtilPromisify_new_002
'
,
0
,
async
function
()
{
function
aysnFu
n
(
str
,
callback
)
{
function
f
n
(
str
,
callback
)
{
if
(
typeof
str
===
'
string
'
)
{
callback
(
null
,
str
);
}
else
{
callback
(
'
type err
'
);
}
}
let
newPromiseObj
=
util
.
promisify
(
aysnFun
);
newPromiseObj
([
1
,
2
]).
catch
(
err
=>
{
expect
(
err
).
strictEqual
(
'
type err
'
);
})
(
async
()
=>
{
const
value
=
await
util
.
promisify
(
fn
);
expect
(
value
(
null
,
[
1
,
2
])
).
strictEqual
(
'
type err
'
);
})
();
})
/**
...
...
@@ -231,17 +231,17 @@ describe('TextEncoderTest', function () {
* @tc.author: shikai
*/
it
(
'
testUtilPromisify_new_004
'
,
0
,
async
function
()
{
function
aysnFun
(
str1
,
str2
,
callback
)
{
if
(
typeof
str1
===
'
string
'
&&
typeof
str1
===
'
string
'
)
{
callback
(
null
,
str1
+
str2
);
function
fn
(
val
,
callback
)
{
if
(
typeof
val
===
'
boolen
'
)
{
callback
(
null
,
val
);
}
else
{
callback
(
'
type err
'
);
}
}
let
newPromiseObj
=
util
.
promisify
(
aysnFun
);
newPromiseObj
(
"
Hello
"
,
'
World
'
).
then
(
res
=>
{
expect
(
res
).
strictEqual
(
'
HelloWorld
'
);
})
(
async
()
=>
{
const
value
=
await
util
.
promisify
(
fn
);
expect
(
value
(
null
,
true
)).
strictEqual
(
true
);
})
();
})
/**
...
...
@@ -251,19 +251,19 @@ describe('TextEncoderTest', function () {
* @tc.author: shikai
*/
it
(
'
testUtilPromisify_new_005
'
,
0
,
async
function
()
{
function
aysnFun
(
str1
,
str2
,
callback
)
{
if
(
typeof
str1
===
'
string
'
&&
typeof
str1
===
'
string
'
)
{
callback
(
null
,
str1
+
str2
);
function
fn
(
val
,
callback
)
{
if
(
typeof
val
===
'
number
'
)
{
callback
(
null
,
val
);
}
else
{
callback
(
'
type err
'
);
}
}
let
newPromiseObj
=
util
.
promisify
(
aysnFun
);
newPromiseObj
([
1
,
2
],
'
World
'
).
catch
(
err
=>
{
expect
(
err
).
strictEqual
(
'
type err
'
);
})
(
async
()
=>
{
const
value
=
await
util
.
promisify
(
fn
);
expect
(
value
(
null
,
100
)).
strictEqual
(
100
);
})
();
})
/**
* @tc.name: testUtilPromiseWrapper001
* @tc.desc: Takes a function following the common error-first callback style,
...
...
@@ -311,18 +311,6 @@ describe('TextEncoderTest', function () {
* @tc.author: shikai
*/
it
(
'
testUtilPromiseWrapper003
'
,
0
,
async
function
()
{
const
a
=
util
.
promiseWrapper
(
function
()
{});
const
b
=
util
.
promiseWrapper
(
a
);
expect
(
a
).
strictEqual
(
b
);
})
/**
* @tc.name: testUtilPromiseWrapper004
* @tc.desc: Takes a function following the common error-first callback style,
taking an callback as the last argument, and return a version that returns promises.
* @tc.author: shikai
*/
it
(
'
testUtilPromiseWrapper004
'
,
0
,
async
function
()
{
let
errToThrow
;
const
thrower
=
util
.
promiseWrapper
(
function
(
a
,
b
,
c
,
cb
)
{
errToThrow
=
new
Error
();
...
...
@@ -334,12 +322,12 @@ describe('TextEncoderTest', function () {
})
/**
* @tc.name: testUtilPromiseWrapper00
5
* @tc.name: testUtilPromiseWrapper00
4
* @tc.desc: Takes a function following the common error-first callback style,
taking an callback as the last argument, and return a version that returns promises.
* @tc.author: shikai
*/
it
(
'
testUtilPromiseWrapper00
5
'
,
0
,
async
function
()
{
it
(
'
testUtilPromiseWrapper00
4
'
,
0
,
async
function
()
{
const
err
=
new
Error
();
const
a
=
util
.
promiseWrapper
((
cb
)
=>
cb
(
err
))();
const
b
=
util
.
promiseWrapper
(()
=>
{
throw
err
;})();
...
...
@@ -354,12 +342,12 @@ describe('TextEncoderTest', function () {
})
/**
* @tc.name: testUtilPromiseWrapper00
6
* @tc.name: testUtilPromiseWrapper00
5
* @tc.desc: Takes a function following the common error-first callback style,
taking an callback as the last argument, and return a version that returns promises.
* @tc.author: shikai
*/
it
(
'
testUtilPromiseWrapper00
6
'
,
0
,
async
function
()
{
it
(
'
testUtilPromiseWrapper00
5
'
,
0
,
async
function
()
{
const
err
=
new
Error
(
'
callback with the error.
'
);
const
stack
=
err
.
stack
;
const
fn
=
util
.
promiseWrapper
(
function
(
cb
)
{
...
...
@@ -374,12 +362,12 @@ describe('TextEncoderTest', function () {
})
/**
* @tc.name: testUtilPromiseWrapper00
7
* @tc.name: testUtilPromiseWrapper00
6
* @tc.desc: Takes a function following the common error-first callback style,
taking an callback as the last argument, and return a version that returns promises.
* @tc.author: shikai
*/
it
(
'
testUtilPromiseWrapper00
7
'
,
0
,
async
function
()
{
it
(
'
testUtilPromiseWrapper00
6
'
,
0
,
async
function
()
{
function
fn
(
err
,
val
,
callback
)
{
callback
(
err
,
val
);
}
...
...
@@ -400,7 +388,7 @@ describe('TextEncoderTest', function () {
try
{
util
.
callbackWrapper
(
promiseFn
);
}
catch
(
e
)
{
expect
(
e
.
message
).
stric
tEqual
(
'
original is not function
'
);
expect
(
e
.
message
).
asser
tEqual
(
'
original is not function
'
);
}
})
...
...
@@ -415,10 +403,12 @@ describe('TextEncoderTest', function () {
return
Promise
.
resolve
(
'
value
'
);
}
var
cb
=
util
.
callbackWrapper
(
promiseFn
);
cb
((
err
,
ret
)
=>
{
expect
(
err
).
strictEqual
(
null
);
expect
(
ret
).
strictEqual
(
'
value
'
);
})
(
async
()
=>
{
cb
((
err
,
ret
)
=>
{
expect
(
err
).
assertEqual
(
null
);
expect
(
ret
).
assertEqual
(
'
value
'
);
})
})();
})
/**
...
...
@@ -432,10 +422,12 @@ describe('TextEncoderTest', function () {
return
42
;
}
var
cb
=
util
.
callbackWrapper
(
promiseFn
);
cb
((
err
,
ret
)
=>
{
expect
(
err
).
strictEqual
(
null
);
expect
(
ret
).
strictEqual
(
42
);
})
(
async
()
=>
{
cb
((
err
,
ret
)
=>
{
expect
(
err
).
assertEqual
(
null
);
expect
(
ret
).
assertEqual
(
42
);
})
})();
})
/**
...
...
@@ -450,10 +442,12 @@ describe('TextEncoderTest', function () {
return
Promise
.
reject
(
err
);
}
var
cb
=
util
.
callbackWrapper
(
promiseFn
);
cb
((
err
,
ret
)
=>
{
expect
(
err
.
message
).
strictEqual
(
'
value
'
);
expect
(
ret
).
strictEqual
(
undefined
);
})
(
async
()
=>
{
cb
((
err
,
ret
)
=>
{
expect
(
err
.
message
).
strictEqual
(
'
value
'
);
expect
(
ret
).
assertEqual
(
undefined
);
})
})();
})
/**
...
...
@@ -467,10 +461,12 @@ describe('TextEncoderTest', function () {
return
a
+
b
;
}
var
cb
=
util
.
callbackWrapper
(
promiseFn
);
cb
(
1
,
2
,
(
err
,
ret
)
=>
{
expect
(
err
).
strictEqual
(
null
);
expect
(
ret
).
strictEqual
(
3
);
})
(
async
()
=>
{
cb
(
1
,
2
,
(
err
,
ret
)
=>
{
expect
(
err
).
assertEqual
(
null
);
expect
(
ret
).
assertEqual
(
3
);
})
})();
})
/**
...
...
@@ -485,9 +481,11 @@ describe('TextEncoderTest', function () {
}
var
cb
=
util
.
callbackWrapper
(
promiseFn
);
try
{
cb
([
1
,
2
])
(
async
()
=>
{
cb
([
1
,
2
])
})();
}
catch
(
err
)
{
expect
(
err
.
message
).
stric
tEqual
(
'
maybe is not function
'
);
expect
(
err
.
message
).
asser
tEqual
(
'
maybe is not function
'
);
}
})
...
...
@@ -7009,3 +7007,4 @@ describe('TypesTest', function() {
expect
(
result
).
assertEqual
(
false
);
})
})
}
commonlibrary/ets_utils/util_lib_standard/src/main/resources/base/element/string.json
浏览文件 @
35373c9f
...
...
@@ -7,6 +7,22 @@
{
"name"
:
"mainability_description"
,
"value"
:
"JS_Empty Ability"
},
{
"name"
:
"MainAbility_desc"
,
"value"
:
"description"
},
{
"name"
:
"MainAbility_label"
,
"value"
:
"label"
},
{
"name"
:
"TestAbility_desc"
,
"value"
:
"description"
},
{
"name"
:
"TestAbility_label"
,
"value"
:
"label"
}
]
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录