Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
71442857
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,发现更多精彩内容 >>
提交
71442857
编写于
2月 07, 2022
作者:
C
chenxuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add hiappeventjs test suite
Signed-off-by:
N
chenxuihui
<
chenxuhui2@huawei.com
>
上级
ff5e9288
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
835 addition
and
0 deletion
+835
-0
hiviewdfx/BUILD.gn
hiviewdfx/BUILD.gn
+21
-0
hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn
hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn
+36
-0
hiviewdfx/hiappeventtest/hiappeventjstest/Test.json
hiviewdfx/hiappeventtest/hiappeventjstest/Test.json
+18
-0
hiviewdfx/hiappeventtest/hiappeventjstest/signature/openharmony_sx.p7b
...ppeventtest/hiappeventjstest/signature/openharmony_sx.p7b
+0
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/config.json
...wdfx/hiappeventtest/hiappeventjstest/src/main/config.json
+60
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/app.js
...iappeventtest/hiappeventjstest/src/main/js/default/app.js
+22
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/i18n/en-US.json
...test/hiappeventjstest/src/main/js/default/i18n/en-US.json
+6
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/i18n/zh-CN.json
...test/hiappeventjstest/src/main/js/default/i18n/zh-CN.json
+6
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/pages/index/index.css
...iappeventjstest/src/main/js/default/pages/index/index.css
+9
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/pages/index/index.hml
...iappeventjstest/src/main/js/default/pages/index/index.hml
+5
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/pages/index/index.js
...hiappeventjstest/src/main/js/default/pages/index/index.js
+46
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/test/HiAppEvent.test.js
...ppeventjstest/src/main/js/default/test/HiAppEvent.test.js
+579
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/test/List.test.js
...st/hiappeventjstest/src/main/js/default/test/List.test.js
+15
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/resources/base/element/string.json
...ppeventjstest/src/main/resources/base/element/string.json
+12
-0
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/resources/base/media/icon.png
...t/hiappeventjstest/src/main/resources/base/media/icon.png
+0
-0
未找到文件。
hiviewdfx/BUILD.gn
0 → 100755
浏览文件 @
71442857
# 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("hiviewdfxtestacts") {
testonly = true
if (is_standard_system) {
deps = [
"hiappeventtest/hiappeventjstest:hiappeventjstest",
]
}
}
hiviewdfx/hiappeventtest/hiappeventjstest/BUILD.gn
0 → 100755
浏览文件 @
71442857
# 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("hiappeventjstest") {
hap_profile = "./src/main/config.json"
deps = [
":hiappevent_js_assets",
":hiappevent_resources",
]
# shared_libraries = [
# "//third_party/giflib:libgif",
# "//third_party/libpng:libpng",
# ]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "HiAppeventTest"
# part_name = "prebuilt_hap"
# subsystem_name = "xts"
}
ohos_js_assets("hiappevent_js_assets") {
source_dir = "./src/main/js/default"
}
ohos_resources("hiappevent_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
\ No newline at end of file
hiviewdfx/hiappeventtest/hiappeventjstest/Test.json
0 → 100755
浏览文件 @
71442857
{
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"JSUnitTest"
,
"test-timeout"
:
"270000"
,
"package"
:
"ohos.acts.hiviewdfx.hilog.function"
,
"shell-timeout"
:
"60000"
},
"kits"
:
[
{
"test-file-name"
:
[
"HiAppeventTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
}
]
}
hiviewdfx/hiappeventtest/hiappeventjstest/signature/openharmony_sx.p7b
0 → 100755
浏览文件 @
71442857
文件已添加
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/config.json
0 → 100755
浏览文件 @
71442857
{
"app"
:
{
"bundleName"
:
"ohos.acts.hiviewdfx.hilog.function"
,
"vendor"
:
"example"
,
"version"
:
{
"code"
:
1
,
"name"
:
"1.0"
},
"apiVersion"
:
{
"compatible"
:
4
,
"target"
:
5
}
},
"deviceConfig"
:
{},
"module"
:
{
"package"
:
"ohos.acts.hiviewdfx.hilog.function"
,
"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.hiviewdfx.hilog.function.MainAbility"
,
"icon"
:
"$media:icon"
,
"description"
:
"$string:mainability_description"
,
"label"
:
"MyApplication"
,
"type"
:
"page"
,
"launchType"
:
"standard"
}
],
"js"
:
[
{
"pages"
:
[
"pages/index/index"
],
"name"
:
"default"
,
"window"
:
{
"designWidth"
:
720
,
"autoDesignWidth"
:
false
}
}
]
}
}
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/app.js
0 → 100755
浏览文件 @
71442857
/*
* 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
'
);
}
};
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/i18n/en-US.json
0 → 100755
浏览文件 @
71442857
{
"strings"
:
{
"hello"
:
"Hello"
,
"world"
:
"World"
}
}
\ No newline at end of file
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/i18n/zh-CN.json
0 → 100755
浏览文件 @
71442857
{
"strings"
:
{
"hello"
:
"您好"
,
"world"
:
"世界"
}
}
\ No newline at end of file
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/pages/index/index.css
0 → 100755
浏览文件 @
71442857
.container
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
}
.title
{
font-size
:
100px
;
}
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/pages/index/index.hml
0 → 100755
浏览文件 @
71442857
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/pages/index/index.js
0 → 100755
浏览文件 @
71442857
/*
* 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
device
from
'
@system.device
'
import
router
from
'
@system.router
'
import
{
Core
,
ExpectExtend
,
Constant
}
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
'
)
configService
.
setConfig
(
this
)
require
(
'
../../test/List.test
'
)
core
.
execute
()
},
onReady
()
{
},
}
\ No newline at end of file
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/test/HiAppEvent.test.js
0 → 100755
浏览文件 @
71442857
/*
* 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
HiAppEvent
from
'
@ohos.hiAppEvent
'
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'
deccjsunit/index
'
import
Constant
from
'
deccjsunit/src/Constant
'
describe
(
'
HiAppEventApiTest
'
,
function
()
{
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0100
* @tc.name testHiAppEventApi01
* @tc.desc HiAppEvent write interface test.
*/
it
(
'
testHiAppEventApi01
'
,
1
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi01 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_int
"
:
100
,
"
key_string
"
:
"
demo
"
,
"
key_bool
"
:
true
,
"
key_float
"
:
1.1
,
"
key_array_int
"
:
[
1
,
2
,
3
],
"
key_array_float
"
:
[
1.1
,
2.2
,
3.3
],
"
key_array_str
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool
"
:
[
true
,
false
],
"
key_array_int2
"
:
[
1
,
2
,
3
],
"
key_arr_float2
"
:
[
1.1
,
2.2
,
3.3
],
"
key_arr_str2
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool2
"
:
[
true
,
false
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0300
* @tc.name testHiAppEventApi03
* @tc.desc HiAppEvent write EventType of STATISTIC.
*/
it
(
'
testHiAppEventApi03
'
,
2
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi03 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
STATISTIC
,
{
"
key_int
"
:
100
,
"
key_string
"
:
"
demo
"
,
"
key_bool
"
:
true
,
"
key_float
"
:
1.1
,
"
key_array_int
"
:
[
1
,
2
,
3
],
"
key_array_float
"
:
[
1.1
,
2.2
,
3.3
],
"
key_array_str
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool
"
:
[
true
,
false
],
"
key_array_int2
"
:
[
1
,
2
,
3
],
"
key_arr_float2
"
:
[
1.1
,
2.2
,
3.3
],
"
key_arr_str2
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool2
"
:
[
true
,
false
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi03 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0400
* @tc.name testHiAppEventApi04
* @tc.desc HiAppEvent write EventType of SECURITY.
*/
it
(
'
testHiAppEventApi04
'
,
2
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi04 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
SECURITY
,
{
"
key_int
"
:
100
,
"
key_string
"
:
"
demo
"
,
"
key_bool
"
:
true
,
"
key_float
"
:
1.1
,
"
key_array_int
"
:
[
1
,
2
,
3
],
"
key_array_float
"
:
[
1.1
,
2.2
,
3.3
],
"
key_array_str
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool
"
:
[
true
,
false
],
"
key_array_int2
"
:
[
1
,
2
,
3
],
"
key_arr_float2
"
:
[
1.1
,
2.2
,
3.3
],
"
key_arr_str2
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool2
"
:
[
true
,
false
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi04 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0500
* @tc.name testHiAppEventApi05
* @tc.desc HiAppEvent write EventType of BEHAVIOR.
*/
it
(
'
testHiAppEventApi05
'
,
2
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi05 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
BEHAVIOR
,
{
"
key_int
"
:
100
,
"
key_string
"
:
"
demo
"
,
"
key_bool
"
:
true
,
"
key_float
"
:
1.1
,
"
key_array_int
"
:
[
1
,
2
,
3
],
"
key_array_float
"
:
[
1.1
,
2.2
,
3.3
],
"
key_array_str
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool
"
:
[
true
,
false
],
"
key_array_int2
"
:
[
1
,
2
,
3
],
"
key_arr_float2
"
:
[
1.1
,
2.2
,
3.3
],
"
key_arr_str2
"
:
[
"
a
"
,
"
b
"
,
"
c
"
],
"
key_array_bool2
"
:
[
true
,
false
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi05 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0600
* @tc.name testHiAppEventApi06
* @tc.desc HiAppEvent write datatype of int.
*/
it
(
'
testHiAppEventApi06
'
,
2
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi06 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_int
"
:
100
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi06 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0700
* @tc.name testHiAppEventApi07
* @tc.desc HiAppEvent write datatype of int array.
*/
it
(
'
testHiAppEventApi07
'
,
2
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi07 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_int_array
"
:[
100
,
200
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi07 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0800
* @tc.name testHiAppEventApi08
* @tc.desc HiAppEvent write datatype of float.
*/
it
(
'
testHiAppEventApi08
'
,
2
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi08 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_float
"
:
1.1
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi08 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_0900
* @tc.name testHiAppEventApi09
* @tc.desc HiAppEvent write datatype of float array.
*/
it
(
'
testHiAppEventApi09
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi09 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_float_array
"
:[
1.1
,
1.2
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi09 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1000
* @tc.name testHiAppEventApi10
* @tc.desc HiAppEvent write datatype of string.
*/
it
(
'
testHiAppEventApi10
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi10 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_string
"
:
"
hello world
"
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi10 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1100
* @tc.name testHiAppEventApi11
* @tc.desc HiAppEvent write datatype of string array.
*/
it
(
'
testHiAppEventApi11
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi11 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_string_array
"
:[
"
hello world
"
,
"
hello world2
"
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi11 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1200
* @tc.name testHiAppEventApi12
* @tc.desc HiAppEvent write datatype of bool with true.
*/
it
(
'
testHiAppEventApi12
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi12 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_bool
"
:
true
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi12 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1300
* @tc.name testHiAppEventApi13
* @tc.desc HiAppEvent write datatype of bool with false.
*/
it
(
'
testHiAppEventApi13
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi13 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_bool
"
:
false
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi13 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1400
* @tc.name testHiAppEventApi14
* @tc.desc HiAppEvent write datatype of bool array.
*/
it
(
'
testHiAppEventApi14
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi14 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_bool_array
"
:[
false
,
true
]},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi14 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1500
* @tc.name testHiAppEventApi15
* @tc.desc HiAppEvent write datatype of char.
*/
it
(
'
testHiAppEventApi15
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi15 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_char
"
:
'
c
'
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi15 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1600
* @tc.name testHiAppEventApi16
* @tc.desc HiAppEvent write datatype of long.
*/
it
(
'
testHiAppEventApi16
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi16 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_long
"
:
2147483647
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi16 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1700
* @tc.name testHiAppEventApi17
* @tc.desc HiAppEvent write datatype of double.
*/
it
(
'
testHiAppEventApi17
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi17 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_double
"
:
100.123
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi17 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1800
* @tc.name testHiAppEventApi18
* @tc.desc HiAppEvent write datatype of long.
*/
it
(
'
testHiAppEventApi18
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi18 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_longlong
"
:
2147483647
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi18 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_1900
* @tc.name testHiAppEventApi19
* @tc.desc HiAppEvent write eventtype of none exists.
*/
it
(
'
testHiAppEventApi19
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi19 start
'
)
HiAppEvent
.
write
(
"
write
"
,
HiAppEvent
.
EventType
.
BEHAVIOR
+
1
,
{
"
key_longlong
"
:
2147483647
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi19 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_2000
* @tc.name testHiAppEventApi20
* @tc.desc HiAppEvent write empty eventname .
*/
it
(
'
testHiAppEventApi20
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi20 start
'
)
HiAppEvent
.
write
(
""
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_longlong
"
:
2147483647
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent20 into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent20 json-callback-error code=${err.code}
'
);
expect
(
err
.
code
==
-
1
).
assertTrue
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent20 json-callback-success value=${value}
'
);
expect
().
assertFail
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi20 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_2100
* @tc.name testHiAppEventApi21
* @tc.desc HiAppEvent write long eventname .
*/
it
(
'
testHiAppEventApi21
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi21 start
'
)
var
i
=
0
;
var
strlong
=
""
;
while
(
i
<
1000
)
{
strlong
=
strlong
+
"
eventnamelong
"
;
i
=
i
+
1
;
}
HiAppEvent
.
write
(
strlong
,
HiAppEvent
.
EventType
.
FAULT
,
{
"
key_longlong
"
:
2147483647
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent21 json-callback-error code=${err.code}
'
);
expect
(
err
.
code
==
-
1
).
assertTrue
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent21 json-callback-success value=${value}
'
);
expect
().
assertFail
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi21 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_2200
* @tc.name testHiAppEventApi22
* @tc.desc HiAppEvent configure interface with disable option set true.
*/
it
(
'
testHiAppEventApi22
'
,
3
,
function
()
{
console
.
info
(
'
testHiAppEventApi22 start
'
)
let
configret
=
false
;
configret
=
HiAppEvent
.
configure
({
disable
:
true
});
expect
(
configret
==
true
).
assertTrue
();
HiAppEvent
.
configure
({
disable
:
false
});
console
.
info
(
'
testHiAppEventApi22 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_2300
* @tc.name testHiAppEventApi23
* @tc.desc HiAppEvent configure interface with disable option set false.
*/
it
(
'
testHiAppEventApi23
'
,
3
,
function
()
{
console
.
info
(
'
testHiAppEventApi23 start
'
)
let
configret
=
false
;
configret
=
HiAppEvent
.
configure
({
disable
:
false
});
expect
(
configret
==
true
).
assertTrue
();
console
.
info
(
'
testHiAppEventApi23 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_2400
* @tc.name testHiAppEventApi24
* @tc.desc HiAppEvent configure interface with maxStorage option set 100M.
*/
it
(
'
testHiAppEventApi24
'
,
3
,
function
()
{
console
.
info
(
'
testHiAppEventApi24 start
'
)
let
configret
=
false
;
configret
=
HiAppEvent
.
configure
({
maxStorage
:
'
100M
'
});
console
.
info
(
'
configret = %d
'
,
configret
);
expect
(
configret
==
true
).
assertTrue
();
console
.
info
(
'
testHiAppEventApi24 end
'
)
})
/**
* @tc.number DFX_DFT_HiviewKit_HiAppEvent_JSNAPI_2500
* @tc.name testHiAppEventApi25
* @tc.desc HiAppEvent with predefined event and param.
*/
it
(
'
testHiAppEventApi25
'
,
3
,
async
function
(
done
)
{
console
.
info
(
'
testHiAppEventApi25 start
'
)
HiAppEvent
.
write
(
HiAppEvent
.
Event
.
USER_LOGIN
,
HiAppEvent
.
EventType
.
BEHAVIOR
,
{[
HiAppEvent
.
Param
.
USER_ID
]:
'
userlogin
'
,
[
HiAppEvent
.
Param
.
DISTRIBUTED_SERVICE_NAME
]:
'
HiAppEvent
'
,
[
HiAppEvent
.
Param
.
DISTRIBUTED_SERVICE_INSTANCE_ID
]:
100
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
HiAppEvent
.
write
(
HiAppEvent
.
Event
.
USER_LOGOUT
,
HiAppEvent
.
EventType
.
BEHAVIOR
,
{[
HiAppEvent
.
Param
.
USER_ID
]:
'
userlogout
'
,
[
HiAppEvent
.
Param
.
DISTRIBUTED_SERVICE_NAME
]:
'
HiAppEvent
'
,
[
HiAppEvent
.
Param
.
DISTRIBUTED_SERVICE_INSTANCE_ID
]:
100
},
(
err
,
value
)
=>
{
console
.
log
(
'
HiAppEvent into json-callback
'
);
if
(
err
)
{
console
.
error
(
'
HiAppEvent json-callback-error code=${err.code}
'
);
expect
().
assertFail
();
done
();
}
else
{
console
.
log
(
'
HiAppEvent json-callback-success value=${value}
'
);
expect
(
value
==
0
).
assertTrue
();
done
();
}
});
console
.
info
(
'
testHiAppEventApi25 end
'
)
})
})
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/js/default/test/List.test.js
0 → 100755
浏览文件 @
71442857
/*
* 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
(
'
./HiAppEvent.test.js
'
)
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/resources/base/element/string.json
0 → 100755
浏览文件 @
71442857
{
"string"
:
[
{
"name"
:
"app_name"
,
"value"
:
"test2demo"
},
{
"name"
:
"mainability_description"
,
"value"
:
"hap sample empty page"
}
]
}
hiviewdfx/hiappeventtest/hiappeventjstest/src/main/resources/base/media/icon.png
0 → 100755
浏览文件 @
71442857
6.6 KB
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录