Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
ef9a501a
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看板
未验证
提交
ef9a501a
编写于
8月 10, 2022
作者:
O
openharmony_ci
提交者:
Gitee
8月 10, 2022
浏览文件
操作
浏览文件
下载
差异文件
!4908 update buffer xts tests and buffer code
Merge pull request !4908 from 刘甘霖/buffer0808
上级
96573db5
2738675c
变更
20
展开全部
隐藏空白更改
内联
并排
Showing
20 changed file
with
1034 addition
and
97 deletion
+1034
-97
commonlibrary/ets_utils/buffer_lib_standard/BUILD.gn
commonlibrary/ets_utils/buffer_lib_standard/BUILD.gn
+7
-4
commonlibrary/ets_utils/buffer_lib_standard/Test.json
commonlibrary/ets_utils/buffer_lib_standard/Test.json
+5
-4
commonlibrary/ets_utils/buffer_lib_standard/src/main/config.json
...ibrary/ets_utils/buffer_lib_standard/src/main/config.json
+89
-56
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/MainAbility/app.js
..._utils/buffer_lib_standard/src/main/js/MainAbility/app.js
+0
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/MainAbility/i18n/en-US.json
...ffer_lib_standard/src/main/js/MainAbility/i18n/en-US.json
+0
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/MainAbility/i18n/zh-CN.json
...ffer_lib_standard/src/main/js/MainAbility/i18n/zh-CN.json
+0
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/MainAbility/pages/index/index.css
...ib_standard/src/main/js/MainAbility/pages/index/index.css
+15
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/MainAbility/pages/index/index.hml
...ib_standard/src/main/js/MainAbility/pages/index/index.hml
+20
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/MainAbility/pages/index/index.js
...lib_standard/src/main/js/MainAbility/pages/index/index.js
+3
-9
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/TestAbility/app.js
..._utils/buffer_lib_standard/src/main/js/TestAbility/app.js
+31
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/TestAbility/i18n/en-US.json
...ffer_lib_standard/src/main/js/TestAbility/i18n/en-US.json
+8
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/TestAbility/i18n/zh-CN.json
...ffer_lib_standard/src/main/js/TestAbility/i18n/zh-CN.json
+8
-0
commonlibrary/ets_utils/buffer_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/buffer_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/buffer_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/buffer_lib_standard/src/main/js/TestRunner/OpenHarmonyTestRunner.js
..._standard/src/main/js/TestRunner/OpenHarmonyTestRunner.js
+59
-0
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/default/pages/index/index.hml
...er_lib_standard/src/main/js/default/pages/index/index.hml
+0
-5
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/test/Buffer.test.js
...utils/buffer_lib_standard/src/main/js/test/Buffer.test.js
+708
-17
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/test/List.test.js
...s_utils/buffer_lib_standard/src/main/js/test/List.test.js
+4
-2
commonlibrary/ets_utils/buffer_lib_standard/src/main/resources/base/element/string.json
..._lib_standard/src/main/resources/base/element/string.json
+16
-0
未找到文件。
commonlibrary/ets_utils/buffer_lib_standard/BUILD.gn
浏览文件 @
ef9a501a
...
...
@@ -25,13 +25,16 @@ ohos_js_hap_suite("buffer_js_test") {
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsBufferJ
s
Test"
hap_name = "ActsBufferJ
SApi
Test"
# part_name = "prebuilt_hap
"
# subsystem_name = "xts
"
part_name = "ets_utils
"
subsystem_name = "commonlibrary
"
}
ohos_js_assets("buffer_js_assets") {
source_dir = "./src/main/js/default"
js2abc = true
hap_profile = "./src/main/config.json"
source_dir = "./src/main/js"
}
ohos_resources("buffer_resources") {
sources = [ "./src/main/resources" ]
...
...
commonlibrary/ets_utils/buffer_lib_standard/Test.json
浏览文件 @
ef9a501a
{
"description"
:
"Configuration for startup buffer js api Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"type"
:
"
OH
JSUnitTest"
,
"test-timeout"
:
"800000"
,
"package"
:
"com.example.buffer"
,
"shell-timeout"
:
"90000"
"shell-timeout"
:
"800000"
,
"bundle-name"
:
"com.example.buffer"
,
"package-name"
:
"com.example.buffer"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsBufferJ
s
Test.hap"
"ActsBufferJ
SApi
Test.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
...
...
commonlibrary/ets_utils/buffer_lib_standard/src/main/config.json
浏览文件 @
ef9a501a
{
"app"
:
{
"bundleName"
:
"com.example.buffer"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"com.example.buffer"
,
"name"
:
".MyApplication"
,
"mainAbility"
:
"com.example.buffer.MainAbility"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
,
"installationFree"
:
false
"app"
:
{
"bundleName"
:
"com.example.buffer"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"com.example.buffer"
,
"name"
:
".entry"
,
"srcPath"
:
""
,
"mainAbility"
:
".MainAbility"
,
"deviceType"
:
[
"phone"
],
"visible"
:
true
,
"name"
:
"com.example.buffer.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"$string:entry_MainAbility"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
"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"
}
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
true
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
true
}
},
{
"pages"
:
[
"pages/index/index"
],
"name"
:
".TestAbility"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
],
"testRunner"
:
{
"name"
:
"OpenHarmonyTestRunner"
,
"srcPath"
:
"TestRunner"
}
}
]
}
}
}
\ No newline at end of file
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
default
/app.js
→
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
MainAbility
/app.js
浏览文件 @
ef9a501a
文件已移动
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
default
/i18n/en-US.json
→
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
MainAbility
/i18n/en-US.json
浏览文件 @
ef9a501a
文件已移动
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
default
/i18n/zh-CN.json
→
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
MainAbility
/i18n/zh-CN.json
浏览文件 @
ef9a501a
文件已移动
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
default
/pages/index/index.css
→
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
MainAbility
/pages/index/index.css
浏览文件 @
ef9a501a
/*
* 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.
*/
.container
{
flex-direction
:
column
;
justify-content
:
center
;
...
...
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/MainAbility/pages/index/index.hml
0 → 100644
浏览文件 @
ef9a501a
<!--
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.
-->
<div class="container" onswipe="touchMove">
<text class="title">
{{ $t('strings.hello') }} {{title}}
</text>
</div>
\ No newline at end of file
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
default
/pages/index/index.js
→
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/
MainAbility
/pages/index/index.js
浏览文件 @
ef9a501a
/*
* Copyright (C) 2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the
"License"
);
* 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,
* 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
file
from
'
@system.file
'
import
app
from
'
@system.app
'
import
device
from
'
@system.device
'
import
router
from
'
@system.router
'
import
{
Core
}
from
'
deccjsunit/index
'
export
default
{
data
:
{
title
:
""
title
:
''
},
onInit
()
{
this
.
title
=
this
.
$t
(
'
strings.world
'
);
},
onShow
()
{
console
.
info
(
'
onShow finish
'
)
const
core
=
Core
.
getInstance
()
core
.
init
()
require
(
'
../../../test/Main.test
'
)
core
.
execute
()
},
onReady
()
{
},
...
...
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/TestAbility/app.js
0 → 100644
浏览文件 @
ef9a501a
/*
* 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/buffer_lib_standard/src/main/js/TestAbility/i18n/en-US.json
0 → 100644
浏览文件 @
ef9a501a
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
},
"Files"
:
{
}
}
\ No newline at end of file
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/TestAbility/i18n/zh-CN.json
0 → 100644
浏览文件 @
ef9a501a
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
},
"Files"
:
{
}
}
\ No newline at end of file
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/TestAbility/pages/index/index.css
0 → 100644
浏览文件 @
ef9a501a
.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/buffer_lib_standard/src/main/js/TestAbility/pages/index/index.hml
0 → 100644
浏览文件 @
ef9a501a
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/TestAbility/pages/index/index.js
0 → 100644
浏览文件 @
ef9a501a
/*
* 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/buffer_lib_standard/src/main/js/TestRunner/OpenHarmonyTestRunner.js
0 → 100644
浏览文件 @
ef9a501a
/*
* 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/buffer_lib_standard/src/main/js/default/pages/index/index.hml
已删除
100644 → 0
浏览文件 @
96573db5
<div class="container" onswipe="touchMove">
<text class="title">
{{ $t('strings.hello') }} {{title}}
</text>
</div>
\ No newline at end of file
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/test/Buffer.test.js
浏览文件 @
ef9a501a
此差异已折叠。
点击以展开。
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/test/
Main
.test.js
→
commonlibrary/ets_utils/buffer_lib_standard/src/main/js/test/
List
.test.js
浏览文件 @
ef9a501a
...
...
@@ -13,5 +13,7 @@
* limitations under the License.
*/
require
(
'
./Buffer.test.js
'
);
import
BufferTest
from
'
./Buffer.test.js
'
export
default
function
testsuite
()
{
BufferTest
()
}
commonlibrary/ets_utils/buffer_lib_standard/src/main/resources/base/element/string.json
浏览文件 @
ef9a501a
...
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录