Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
a62f8b22
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看板
提交
a62f8b22
编写于
3月 04, 2022
作者:
L
liuganlin
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add Containers XTS Tests
Signed-off-by:
N
liuganlin
<
liuganlin@huawei.com
>
上级
832f8872
变更
43
显示空白变更内容
内联
并排
Showing
43 changed file
with
7481 addition
and
6884 deletion
+7481
-6884
compileruntime/BUILD.gn
compileruntime/BUILD.gn
+2
-0
compileruntime/containerLine_lib_standard/BUILD.gn
compileruntime/containerLine_lib_standard/BUILD.gn
+39
-0
compileruntime/containerLine_lib_standard/Test.json
compileruntime/containerLine_lib_standard/Test.json
+18
-0
compileruntime/containerLine_lib_standard/signature/openharmony_sx.p7b
...e/containerLine_lib_standard/signature/openharmony_sx.p7b
+0
-0
compileruntime/containerLine_lib_standard/src/main/config.json
...leruntime/containerLine_lib_standard/src/main/config.json
+62
-0
compileruntime/containerLine_lib_standard/src/main/js/default/app.js
...ime/containerLine_lib_standard/src/main/js/default/app.js
+22
-0
compileruntime/containerLine_lib_standard/src/main/js/default/i18n/en-US.json
...inerLine_lib_standard/src/main/js/default/i18n/en-US.json
+6
-0
compileruntime/containerLine_lib_standard/src/main/js/default/i18n/zh-CN.json
...inerLine_lib_standard/src/main/js/default/i18n/zh-CN.json
+6
-0
compileruntime/containerLine_lib_standard/src/main/js/default/pages/index/index.css
...ne_lib_standard/src/main/js/default/pages/index/index.css
+44
-0
compileruntime/containerLine_lib_standard/src/main/js/default/pages/index/index.hml
...ne_lib_standard/src/main/js/default/pages/index/index.hml
+5
-0
compileruntime/containerLine_lib_standard/src/main/js/default/pages/index/index.js
...ine_lib_standard/src/main/js/default/pages/index/index.js
+38
-0
compileruntime/containerLine_lib_standard/src/main/js/test/ArrayList.test.js
...ainerLine_lib_standard/src/main/js/test/ArrayList.test.js
+659
-663
compileruntime/containerLine_lib_standard/src/main/js/test/Deque.test.js
...containerLine_lib_standard/src/main/js/test/Deque.test.js
+321
-321
compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js
...rLine_lib_standard/src/main/js/test/ExampleJsunit.test.js
+24
-0
compileruntime/containerLine_lib_standard/src/main/js/test/LinkedList.test.js
...inerLine_lib_standard/src/main/js/test/LinkedList.test.js
+656
-656
compileruntime/containerLine_lib_standard/src/main/js/test/List.test.js
.../containerLine_lib_standard/src/main/js/test/List.test.js
+704
-704
compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js
.../containerLine_lib_standard/src/main/js/test/Main.test.js
+24
-0
compileruntime/containerLine_lib_standard/src/main/js/test/Queue.test.js
...containerLine_lib_standard/src/main/js/test/Queue.test.js
+201
-201
compileruntime/containerLine_lib_standard/src/main/js/test/Stack.test.js
...containerLine_lib_standard/src/main/js/test/Stack.test.js
+320
-320
compileruntime/containerLine_lib_standard/src/main/js/test/Vector.test.js
...ontainerLine_lib_standard/src/main/js/test/Vector.test.js
+846
-846
compileruntime/containerLine_lib_standard/src/main/resources/base/element/string.json
..._lib_standard/src/main/resources/base/element/string.json
+12
-0
compileruntime/containerLine_lib_standard/src/main/resources/base/media/icon.png
...rLine_lib_standard/src/main/resources/base/media/icon.png
+0
-0
compileruntime/containerRelation_lib_standard/BUILD.gn
compileruntime/containerRelation_lib_standard/BUILD.gn
+39
-0
compileruntime/containerRelation_lib_standard/Test.json
compileruntime/containerRelation_lib_standard/Test.json
+18
-0
compileruntime/containerRelation_lib_standard/signature/openharmony_sx.p7b
...ntainerRelation_lib_standard/signature/openharmony_sx.p7b
+0
-0
compileruntime/containerRelation_lib_standard/src/main/config.json
...ntime/containerRelation_lib_standard/src/main/config.json
+62
-0
compileruntime/containerRelation_lib_standard/src/main/js/default/app.js
...containerRelation_lib_standard/src/main/js/default/app.js
+22
-0
compileruntime/containerRelation_lib_standard/src/main/js/default/i18n/en-US.json
...Relation_lib_standard/src/main/js/default/i18n/en-US.json
+6
-0
compileruntime/containerRelation_lib_standard/src/main/js/default/i18n/zh-CN.json
...Relation_lib_standard/src/main/js/default/i18n/zh-CN.json
+6
-0
compileruntime/containerRelation_lib_standard/src/main/js/default/pages/index/index.css
...on_lib_standard/src/main/js/default/pages/index/index.css
+44
-0
compileruntime/containerRelation_lib_standard/src/main/js/default/pages/index/index.hml
...on_lib_standard/src/main/js/default/pages/index/index.hml
+5
-0
compileruntime/containerRelation_lib_standard/src/main/js/default/pages/index/index.js
...ion_lib_standard/src/main/js/default/pages/index/index.js
+38
-0
compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js
...ation_lib_standard/src/main/js/test/ExampleJsunit.test.js
+24
-0
compileruntime/containerRelation_lib_standard/src/main/js/test/HashMap.test.js
...nerRelation_lib_standard/src/main/js/test/HashMap.test.js
+479
-479
compileruntime/containerRelation_lib_standard/src/main/js/test/HashSet.test.js
...nerRelation_lib_standard/src/main/js/test/HashSet.test.js
+342
-342
compileruntime/containerRelation_lib_standard/src/main/js/test/LightWeightMap.test.js
...tion_lib_standard/src/main/js/test/LightWeightMap.test.js
+589
-589
compileruntime/containerRelation_lib_standard/src/main/js/test/LightWeightSet.test.js
...tion_lib_standard/src/main/js/test/LightWeightSet.test.js
+473
-473
compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js
...tainerRelation_lib_standard/src/main/js/test/Main.test.js
+23
-0
compileruntime/containerRelation_lib_standard/src/main/js/test/PlainArray.test.js
...Relation_lib_standard/src/main/js/test/PlainArray.test.js
+540
-540
compileruntime/containerRelation_lib_standard/src/main/js/test/TreeMap.test.js
...nerRelation_lib_standard/src/main/js/test/TreeMap.test.js
+397
-397
compileruntime/containerRelation_lib_standard/src/main/js/test/TreeSet.test.js
...nerRelation_lib_standard/src/main/js/test/TreeSet.test.js
+353
-353
compileruntime/containerRelation_lib_standard/src/main/resources/base/element/string.json
..._lib_standard/src/main/resources/base/element/string.json
+12
-0
compileruntime/containerRelation_lib_standard/src/main/resources/base/media/icon.png
...ation_lib_standard/src/main/resources/base/media/icon.png
+0
-0
未找到文件。
compileruntime/BUILD.gn
浏览文件 @
a62f8b22
...
...
@@ -17,6 +17,8 @@ group("compileruntime") {
if (is_standard_system) {
deps = [
"ark_intl_standard/intljs:intljs_test",
"containerLine_lib_standard:containerLine_js_test",
"containerRelation_lib_standard:containerRelation_js_test",
"convertxml_lib_standard:convertxml_js_test",
"uri_lib_standard:uri_js_test",
"url_lib_standard:url_js_test",
...
...
compileruntime/containerLine_lib_standard/BUILD.gn
0 → 100644
浏览文件 @
a62f8b22
# 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("containerLine_js_test") {
hap_profile = "./src/main/config.json"
js2abc = true
deps = [
":containerLine_js_assets",
":containerLine_resources",
]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsContainerLineJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
}
ohos_js_assets("containerLine_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("containerLine_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
compileruntime/containerLine_lib_standard/Test.json
0 → 100644
浏览文件 @
a62f8b22
{
"description"
:
"Configuration for startup util js api Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"300000"
,
"package"
:
"com.example.containerLine"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsContainerLineJsTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
\ No newline at end of file
compileruntime/containerLine_lib_standard/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
a62f8b22
文件已添加
compileruntime/containerLine_lib_standard/src/main/config.json
0 → 100644
浏览文件 @
a62f8b22
{
"app"
:
{
"bundleName"
:
"com.example.containerLine"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"com.example.containerLine"
,
"name"
:
".MyApplication"
,
"mainAbility"
:
"com.example.containerLine.MainAbility"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
,
"installationFree"
:
false
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"visible"
:
true
,
"name"
:
"com.example.containerLine.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
}
}
]
}
}
\ No newline at end of file
compileruntime/containerLine_lib_standard/src/main/js/default/app.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
'
);
}
};
compileruntime/containerLine_lib_standard/src/main/js/default/i18n/en-US.json
0 → 100644
浏览文件 @
a62f8b22
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
compileruntime/containerLine_lib_standard/src/main/js/default/i18n/zh-CN.json
0 → 100644
浏览文件 @
a62f8b22
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
}
}
\ No newline at end of file
compileruntime/containerLine_lib_standard/src/main/js/default/pages/index/index.css
0 → 100644
浏览文件 @
a62f8b22
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
40px
;
color
:
#000000
;
opacity
:
0.9
;
}
@media
screen
and
(
device-type
:
tablet
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
100px
;
}
}
@media
screen
and
(
device-type
:
wearable
)
{
.title
{
font-size
:
28px
;
color
:
#FFFFFF
;
}
}
@media
screen
and
(
device-type
:
tv
)
{
.container
{
background-image
:
url("../../common/images/Wallpaper.png")
;
background-size
:
cover
;
background-repeat
:
no-repeat
;
background-position
:
center
;
}
.title
{
font-size
:
100px
;
color
:
#FFFFFF
;
}
}
@media
screen
and
(
device-type
:
phone
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
60px
;
}
}
compileruntime/containerLine_lib_standard/src/main/js/default/pages/index/index.hml
0 → 100644
浏览文件 @
a62f8b22
<div class="container" onswipe="touchMove">
<text class="title">
{{ $t('strings.hello') }} {{title}}
</text>
</div>
\ No newline at end of file
compileruntime/containerLine_lib_standard/src/main/js/default/pages/index/index.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
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
:
""
},
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
()
{
},
}
\ No newline at end of file
compileruntime/
util
_lib_standard/src/main/js/test/ArrayList.test.js
→
compileruntime/
containerLine
_lib_standard/src/main/js/test/ArrayList.test.js
浏览文件 @
a62f8b22
...
...
@@ -348,7 +348,7 @@ describe("ArraylistTest", function () {
try
{
let
res
=
arrayList
.
insert
(
8
,
-
1
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: ArrayList: get out-of-bounds
"
);
expect
(
err
).
assertEqual
(
"
RangeError: ArrayList: set out-of-bounds
"
);
}
});
it
(
"
SR000GGR44_testInsert0028
"
,
0
,
function
()
{
...
...
@@ -360,7 +360,7 @@ describe("ArraylistTest", function () {
try
{
let
res
=
arrayList
.
insert
(
8
,
10
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: ArrayList: set out-of-bounds
"
);
expect
(
err
).
assertEqual
(
"
RangeError: ArrayList: set out-of-bounds
"
);
}
});
it
(
"
SR000GGR44_testInsert029
"
,
0
,
function
()
{
...
...
@@ -372,7 +372,7 @@ describe("ArraylistTest", function () {
try
{
let
res
=
arrayList
.
insert
(
8
,
11
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: ArrayList: set out-of-bounds
"
);
expect
(
err
).
assertEqual
(
"
RangeError: ArrayList: set out-of-bounds
"
);
}
});
it
(
"
SR000GGR44_testisEmpty030
"
,
0
,
function
()
{
...
...
@@ -457,7 +457,7 @@ describe("ArraylistTest", function () {
try
{
let
res
=
arrayList
.
removeByIndex
(
5
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: removeByIndex is out-of-bounds
"
);
expect
(
err
).
assertEqual
(
"
RangeError: removeByIndex is out-of-bounds
"
);
}
});
it
(
"
SR000GGR44_testRemoveByRange037
"
,
0
,
function
()
{
...
...
@@ -473,9 +473,7 @@ describe("ArraylistTest", function () {
try
{
let
res
=
arrayList
.
removeByRange
(
3
,
1
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: fromIndex cannot be less than or equal to toIndex
"
);
expect
(
err
).
assertEqual
(
"
RangeError: fromIndex cannot be less than or equal to toIndex
"
);
}
});
it
(
"
SR000GGR44_testRemoveByRange038
"
,
0
,
function
()
{
...
...
@@ -488,7 +486,7 @@ describe("ArraylistTest", function () {
try
{
let
res
=
arrayList
.
removeByRange
(
6
,
8
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: ArrayList: set out-of-bounds
"
);
expect
(
err
).
assertEqual
(
"
RangeError: ArrayList: set out-of-bounds
"
);
}
});
it
(
"
SR000GGR44_testRemoveByRange039
"
,
0
,
function
()
{
...
...
@@ -517,9 +515,7 @@ describe("ArraylistTest", function () {
try
{
let
subArr
=
arrayList
.
subArrayList
(
4
,
2
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: fromIndex cannot be less than or equal to toIndex
"
);
expect
(
err
).
assertEqual
(
"
RangeError: fromIndex cannot be less than or equal to toIndex
"
);
}
});
it
(
"
SR000GGR44_testSubArrayList041
"
,
0
,
function
()
{
...
...
@@ -549,7 +545,7 @@ describe("ArraylistTest", function () {
try
{
let
subArr
=
arrayList
.
subArrayList
(
6
,
9
);
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
Error: fromIndex or toIndex is out-of-bounds
"
);
expect
(
err
).
assertEqual
(
"
RangeError: fromIndex or toIndex is out-of-bounds
"
);
}
});
it
(
"
SR000GGR44_testIncreaseCapacityTo043
"
,
0
,
function
()
{
...
...
@@ -573,7 +569,7 @@ describe("ArraylistTest", function () {
try
{
let
res
=
arrayList
.
increaseCapacityTo
();
}
catch
(
err
)
{
expect
(
err
).
assertEqual
(
"
ArrayList: set out-of-bounds
"
);
expect
(
err
).
assertEqual
(
"
TypeError: newCapacity is not Integer
"
);
}
});
it
(
"
SR000GGR44_testAdd045
"
,
0
,
function
()
{
...
...
compileruntime/
util
_lib_standard/src/main/js/test/Deque.test.js
→
compileruntime/
containerLine
_lib_standard/src/main/js/test/Deque.test.js
浏览文件 @
a62f8b22
compileruntime/containerLine_lib_standard/src/main/js/test/ExampleJsunit.test.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
app
from
'
@system.app
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
appInfoTest
'
,
function
()
{
it
(
'
app_info_test_001
'
,
0
,
function
()
{
var
info
=
app
.
getInfo
()
expect
(
info
.
versionCode
).
assertEqual
(
'
1000000
'
)
})
})
\ No newline at end of file
compileruntime/
util
_lib_standard/src/main/js/test/LinkedList.test.js
→
compileruntime/
containerLine
_lib_standard/src/main/js/test/LinkedList.test.js
浏览文件 @
a62f8b22
compileruntime/
util_lib_standard/src/main/js/test/Container
List.test.js
→
compileruntime/
containerLine_lib_standard/src/main/js/test/
List.test.js
浏览文件 @
a62f8b22
compileruntime/containerLine_lib_standard/src/main/js/test/Main.test.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
(
'
./ExampleJsunit.test.js
'
);
require
(
'
./Deque.test.js
'
);
require
(
'
./ArrayList.test.js
'
);
require
(
'
./Queue.test.js
'
);
require
(
'
./Stack.test.js
'
);
require
(
'
./List.test.js
'
);
require
(
'
./LinkedList.test.js
'
);
require
(
'
./Vector.test.js
'
);
compileruntime/
util
_lib_standard/src/main/js/test/Queue.test.js
→
compileruntime/
containerLine
_lib_standard/src/main/js/test/Queue.test.js
浏览文件 @
a62f8b22
compileruntime/
util
_lib_standard/src/main/js/test/Stack.test.js
→
compileruntime/
containerLine
_lib_standard/src/main/js/test/Stack.test.js
浏览文件 @
a62f8b22
compileruntime/
util
_lib_standard/src/main/js/test/Vector.test.js
→
compileruntime/
containerLine
_lib_standard/src/main/js/test/Vector.test.js
浏览文件 @
a62f8b22
compileruntime/containerLine_lib_standard/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
a62f8b22
{
"string"
:
[
{
"name"
:
"entry_MainAbility"
,
"value"
:
"entry_MainAbility"
},
{
"name"
:
"mainability_description"
,
"value"
:
"JS_Empty Ability"
}
]
}
\ No newline at end of file
compileruntime/containerLine_lib_standard/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
a62f8b22
6.6 KB
compileruntime/containerRelation_lib_standard/BUILD.gn
0 → 100644
浏览文件 @
a62f8b22
# 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("containerRelation_js_test") {
hap_profile = "./src/main/config.json"
js2abc = true
deps = [
":containerRelation_js_assets",
":containerRelation_resources",
]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsContainerRelationJsTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
}
ohos_js_assets("containerRelation_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("containerRelation_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
compileruntime/containerRelation_lib_standard/Test.json
0 → 100644
浏览文件 @
a62f8b22
{
"description"
:
"Configuration for startup util js api Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"300000"
,
"package"
:
"com.example.containerRelation"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsContainerRelationJsTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
\ No newline at end of file
compileruntime/containerRelation_lib_standard/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
a62f8b22
文件已添加
compileruntime/containerRelation_lib_standard/src/main/config.json
0 → 100644
浏览文件 @
a62f8b22
{
"app"
:
{
"bundleName"
:
"com.example.containerRelation"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1000000
,
"name"
:
"1.0.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"com.example.containerRelation"
,
"name"
:
".MyApplication"
,
"mainAbility"
:
"com.example.containerRelation.MainAbility"
,
"deviceType"
:
[
"phone"
],
"distro"
:
{
"deliveryWithInstall"
:
true
,
"moduleName"
:
"entry"
,
"moduleType"
:
"entry"
,
"installationFree"
:
false
},
"abilities"
:
[
{
"skills"
:
[
{
"entities"
:
[
"entity.system.home"
],
"actions"
:
[
"action.system.home"
]
}
],
"visible"
:
true
,
"name"
:
"com.example.containerRelation.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
}
}
]
}
}
\ No newline at end of file
compileruntime/containerRelation_lib_standard/src/main/js/default/app.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
'
);
}
};
compileruntime/containerRelation_lib_standard/src/main/js/default/i18n/en-US.json
0 → 100644
浏览文件 @
a62f8b22
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
compileruntime/containerRelation_lib_standard/src/main/js/default/i18n/zh-CN.json
0 → 100644
浏览文件 @
a62f8b22
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
}
}
\ No newline at end of file
compileruntime/containerRelation_lib_standard/src/main/js/default/pages/index/index.css
0 → 100644
浏览文件 @
a62f8b22
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
40px
;
color
:
#000000
;
opacity
:
0.9
;
}
@media
screen
and
(
device-type
:
tablet
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
100px
;
}
}
@media
screen
and
(
device-type
:
wearable
)
{
.title
{
font-size
:
28px
;
color
:
#FFFFFF
;
}
}
@media
screen
and
(
device-type
:
tv
)
{
.container
{
background-image
:
url("../../common/images/Wallpaper.png")
;
background-size
:
cover
;
background-repeat
:
no-repeat
;
background-position
:
center
;
}
.title
{
font-size
:
100px
;
color
:
#FFFFFF
;
}
}
@media
screen
and
(
device-type
:
phone
)
and
(
orientation
:
landscape
)
{
.title
{
font-size
:
60px
;
}
}
compileruntime/containerRelation_lib_standard/src/main/js/default/pages/index/index.hml
0 → 100644
浏览文件 @
a62f8b22
<div class="container" onswipe="touchMove">
<text class="title">
{{ $t('strings.hello') }} {{title}}
</text>
</div>
\ No newline at end of file
compileruntime/containerRelation_lib_standard/src/main/js/default/pages/index/index.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
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
:
""
},
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
()
{
},
}
\ No newline at end of file
compileruntime/containerRelation_lib_standard/src/main/js/test/ExampleJsunit.test.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
app
from
'
@system.app
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
describe
(
'
appInfoTest
'
,
function
()
{
it
(
'
app_info_test_001
'
,
0
,
function
()
{
var
info
=
app
.
getInfo
()
expect
(
info
.
versionCode
).
assertEqual
(
'
1000000
'
)
})
})
\ No newline at end of file
compileruntime/
util
_lib_standard/src/main/js/test/HashMap.test.js
→
compileruntime/
containerRelation
_lib_standard/src/main/js/test/HashMap.test.js
浏览文件 @
a62f8b22
...
...
@@ -95,9 +95,9 @@ describe("HashMapTest", function () {
});
it
(
"
SR000GGR4B_testSet002_12
"
,
0
,
function
()
{
let
hashMap
=
new
HashMap
();
hashMap
.
set
(
1
,
null
);
hashMap
.
set
(
1
,
undefined
);
let
res
=
hashMap
.
get
(
1
);
expect
(
res
).
assertEqual
(
null
);
expect
(
res
).
assertEqual
(
undefined
);
});
it
(
"
SR000GGR4B_testSet002_13
"
,
0
,
function
()
{
let
hashMap
=
new
HashMap
();
...
...
compileruntime/
util
_lib_standard/src/main/js/test/HashSet.test.js
→
compileruntime/
containerRelation
_lib_standard/src/main/js/test/HashSet.test.js
浏览文件 @
a62f8b22
compileruntime/
util
_lib_standard/src/main/js/test/LightWeightMap.test.js
→
compileruntime/
containerRelation
_lib_standard/src/main/js/test/LightWeightMap.test.js
浏览文件 @
a62f8b22
compileruntime/
util
_lib_standard/src/main/js/test/LightWeightSet.test.js
→
compileruntime/
containerRelation
_lib_standard/src/main/js/test/LightWeightSet.test.js
浏览文件 @
a62f8b22
compileruntime/containerRelation_lib_standard/src/main/js/test/Main.test.js
0 → 100644
浏览文件 @
a62f8b22
/*
* 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
(
'
./ExampleJsunit.test.js
'
);
require
(
'
./LightWeightMap.test.js
'
);
require
(
'
./LightWeightSet.test.js
'
);
require
(
'
./HashMap.test.js
'
);
require
(
'
./HashSet.test.js
'
);
require
(
'
./PlainArray.test.js
'
);
require
(
'
./TreeMap.test.js
'
);
require
(
'
./TreeSet.test.js
'
);
compileruntime/
util
_lib_standard/src/main/js/test/PlainArray.test.js
→
compileruntime/
containerRelation
_lib_standard/src/main/js/test/PlainArray.test.js
浏览文件 @
a62f8b22
compileruntime/
util
_lib_standard/src/main/js/test/TreeMap.test.js
→
compileruntime/
containerRelation
_lib_standard/src/main/js/test/TreeMap.test.js
浏览文件 @
a62f8b22
compileruntime/
util
_lib_standard/src/main/js/test/TreeSet.test.js
→
compileruntime/
containerRelation
_lib_standard/src/main/js/test/TreeSet.test.js
浏览文件 @
a62f8b22
compileruntime/containerRelation_lib_standard/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
a62f8b22
{
"string"
:
[
{
"name"
:
"entry_MainAbility"
,
"value"
:
"entry_MainAbility"
},
{
"name"
:
"mainability_description"
,
"value"
:
"JS_Empty Ability"
}
]
}
\ No newline at end of file
compileruntime/containerRelation_lib_standard/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
a62f8b22
6.6 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录