Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
7b70bf22
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,发现更多精彩内容 >>
提交
7b70bf22
编写于
11月 08, 2022
作者:
Z
zhijianwen
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
--ActsNotificationSlotTest--
Signed-off-by:
N
zhijianwen
<
zhijianwen@huawei.com
>
上级
da971d02
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
62 addition
and
82 deletion
+62
-82
notification/ans_standard/actsNotificationSlotTest/src/main/js/test/ActsNotificationSlotTest.js
...tionSlotTest/src/main/js/test/ActsNotificationSlotTest.js
+62
-82
未找到文件。
notification/ans_standard/actsNotificationSlotTest/src/main/js/test/ActsNotificationSlotTest.js
浏览文件 @
7b70bf22
...
...
@@ -654,7 +654,7 @@ export default function ActsNotificationSlotTest() {
done
()
})
await
notification
.
getSlot
(
notification
.
SlotType
.
UNKNOWN_TYPE
,
(
err
,
NotificationSlot
)
=>
{
notification
.
getSlot
(
notification
.
SlotType
.
UNKNOWN_TYPE
,
(
err
,
NotificationSlot
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
getSlot UNKNOWN_TYPE err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
...
...
@@ -662,21 +662,21 @@ export default function ActsNotificationSlotTest() {
}
else
{
console
.
info
(
`
${
TAG
}
getSlot UNKNOWN_TYPE success:
${
NotificationSlot
.
type
}
`
)
expect
(
true
).
assertTrue
()
notification
.
removeSlot
(
notification
.
SlotType
.
UNKNOWN_TYPE
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot UNKNOWN_TYPE err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot UNKNOWN_TYPE success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
done
()
}
})
await
notification
.
removeSlot
(
notification
.
SlotType
.
UNKNOWN_TYPE
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot UNKNOWN_TYPE err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot UNKNOWN_TYPE success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
console
.
info
(
TAG
+
'
SUB_NOTIFICATION_ANS_SLOT_TEST_3100 END
'
)
})
...
...
@@ -698,7 +698,7 @@ export default function ActsNotificationSlotTest() {
done
()
})
await
notification
.
getSlot
(
notification
.
SlotType
.
SOCIAL_COMMUNICATION
,
(
err
,
NotificationSlot
)
=>
{
notification
.
getSlot
(
notification
.
SlotType
.
SOCIAL_COMMUNICATION
,
(
err
,
NotificationSlot
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
getSlot SOCIAL_COMMUNICATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
...
...
@@ -706,21 +706,21 @@ export default function ActsNotificationSlotTest() {
}
else
{
console
.
info
(
`
${
TAG
}
getSlot SOCIAL_COMMUNICATION success:
${
NotificationSlot
.
type
}
`
)
expect
(
true
).
assertTrue
()
notification
.
removeSlot
(
notification
.
SlotType
.
SOCIAL_COMMUNICATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot SOCIAL_COMMUNICATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot SOCIAL_COMMUNICATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
done
()
}
})
await
notification
.
removeSlot
(
notification
.
SlotType
.
SOCIAL_COMMUNICATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot SOCIAL_COMMUNICATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot SOCIAL_COMMUNICATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
console
.
info
(
TAG
+
'
SUB_NOTIFICATION_ANS_SLOT_TEST_3200 END
'
)
})
...
...
@@ -742,7 +742,7 @@ export default function ActsNotificationSlotTest() {
done
()
})
await
notification
.
getSlot
(
notification
.
SlotType
.
SERVICE_INFORMATION
,
(
err
,
NotificationSlot
)
=>
{
notification
.
getSlot
(
notification
.
SlotType
.
SERVICE_INFORMATION
,
(
err
,
NotificationSlot
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
getSlot SERVICE_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
...
...
@@ -750,21 +750,21 @@ export default function ActsNotificationSlotTest() {
}
else
{
console
.
info
(
`
${
TAG
}
getSlot SERVICE_INFORMATION success:
${
NotificationSlot
.
type
}
`
)
expect
(
true
).
assertTrue
()
notification
.
removeSlot
(
notification
.
SlotType
.
SERVICE_INFORMATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot SERVICE_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot SERVICE_INFORMATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
done
()
}
})
await
notification
.
removeSlot
(
notification
.
SlotType
.
SERVICE_INFORMATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot SERVICE_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot SERVICE_INFORMATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
console
.
info
(
TAG
+
'
SUB_NOTIFICATION_ANS_SLOT_TEST_3300 END
'
)
})
...
...
@@ -786,7 +786,7 @@ export default function ActsNotificationSlotTest() {
done
()
})
await
notification
.
getSlot
(
notification
.
SlotType
.
CONTENT_INFORMATION
,
(
err
,
NotificationSlot
)
=>
{
notification
.
getSlot
(
notification
.
SlotType
.
CONTENT_INFORMATION
,
(
err
,
NotificationSlot
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
getSlot CONTENT_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
...
...
@@ -794,21 +794,22 @@ export default function ActsNotificationSlotTest() {
}
else
{
console
.
info
(
`
${
TAG
}
getSlot CONTENT_INFORMATION success:
${
NotificationSlot
.
type
}
`
)
expect
(
true
).
assertTrue
()
notification
.
removeSlot
(
notification
.
SlotType
.
CONTENT_INFORMATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
done
()
}
})
await
notification
.
removeSlot
(
notification
.
SlotType
.
CONTENT_INFORMATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
console
.
info
(
TAG
+
'
SUB_NOTIFICATION_ANS_SLOT_TEST_3400 END
'
)
})
...
...
@@ -830,7 +831,7 @@ export default function ActsNotificationSlotTest() {
done
()
})
await
notification
.
getSlot
(
notification
.
SlotType
.
OTHER_TYPES
,
(
err
,
NotificationSlot
)
=>
{
notification
.
getSlot
(
notification
.
SlotType
.
OTHER_TYPES
,
(
err
,
NotificationSlot
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
getSlot OTHER_TYPES err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
...
...
@@ -838,21 +839,22 @@ export default function ActsNotificationSlotTest() {
}
else
{
console
.
info
(
`
${
TAG
}
getSlot OTHER_TYPES success:
${
NotificationSlot
.
type
}
`
)
expect
(
true
).
assertTrue
()
notification
.
removeSlot
(
notification
.
SlotType
.
OTHER_TYPES
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
done
()
}
})
await
notification
.
removeSlot
(
notification
.
SlotType
.
OTHER_TYPES
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION err:
${
err
.
code
}
`
)
expect
(
false
).
assertTrue
()
done
()
}
else
{
console
.
info
(
`
${
TAG
}
removeSlot CONTENT_INFORMATION success`
)
expect
(
true
).
assertTrue
()
done
()
}
})
console
.
info
(
TAG
+
'
SUB_NOTIFICATION_ANS_SLOT_TEST_3500 END
'
)
})
...
...
@@ -1207,17 +1209,6 @@ export default function ActsNotificationSlotTest() {
it
(
'
SUB_NOTIFICATION_ANS_SLOT_TEST_4700
'
,
0
,
async
function
(
done
)
{
console
.
info
(
TAG
+
'
SUB_NOTIFICATION_ANS_SLOT_TEST_4700 START
'
)
// await notification.addSlot(notification.SlotType.UNKNOWN_TYPE, (err) => {
// if (err.code) {
// console.info(`${TAG} addSlot UNKNOWN_TYPE err: + ${err.code}`)
// expect(false).assertTrue()
// done()
// } else {
// console.info(`${TAG} addSlot UNKNOWN_TYPE success`)
// expect(true).assertTrue()
// }
// })
await
notification
.
addSlot
(
notification
.
SlotType
.
SOCIAL_COMMUNICATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
addSlot SOCIAL_COMMUNICATION err: +
${
err
.
code
}
`
)
...
...
@@ -1288,17 +1279,6 @@ export default function ActsNotificationSlotTest() {
it
(
'
SUB_NOTIFICATION_ANS_SLOT_TEST_4800
'
,
0
,
async
function
(
done
)
{
console
.
info
(
TAG
+
'
SUB_NOTIFICATION_ANS_SLOT_TEST_4800 START
'
)
// await notification.addSlot(notification.SlotType.UNKNOWN_TYPE, (err) => {
// if (err.code) {
// console.info(`${TAG} addSlot UNKNOWN_TYPE err: + ${err.code}`)
// expect(false).assertTrue()
// done()
// } else {
// console.info(`${TAG} addSlot UNKNOWN_TYPE success`)
// expect(true).assertTrue()
// }
// })
await
notification
.
addSlot
(
notification
.
SlotType
.
SOCIAL_COMMUNICATION
,
(
err
)
=>
{
if
(
err
.
code
)
{
console
.
info
(
`
${
TAG
}
addSlot SOCIAL_COMMUNICATION err: +
${
err
.
code
}
`
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录