提交 dcae30fb 编写于 作者: Z zhijianwen
上级 13fa4ab2
......@@ -1370,6 +1370,11 @@ export default function ActsNotificationManagerSlotTest() {
expect(notificationManager.SlotType.SERVICE_INFORMATION).assertEqual(2)
expect(notificationManager.SlotType.CONTENT_INFORMATION).assertEqual(3)
expect(notificationManager.SlotType.OTHER_TYPES).assertEqual(0xFFFF)
expect(notificationManager.SlotLevel.LEVEL_NONE).assertEqual(0)
expect(notificationManager.SlotLevel.LEVEL_MIN).assertEqual(1)
expect(notificationManager.SlotLevel.LEVEL_LOW).assertEqual(2)
expect(notificationManager.SlotLevel.LEVEL_DEFAULT).assertEqual(3)
expect(notificationManager.SlotLevel.LEVEL_HIGH).assertEqual(4)
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_MANAGER_SLOT_TEST END')
......
......@@ -1370,6 +1370,11 @@ export default function ActsNotificationSlotTest() {
expect(notification.SlotType.SERVICE_INFORMATION).assertEqual(2)
expect(notification.SlotType.CONTENT_INFORMATION).assertEqual(3)
expect(notification.SlotType.OTHER_TYPES).assertEqual(0xFFFF)
expect(notification.SlotLevel.LEVEL_NONE).assertEqual(0)
expect(notification.SlotLevel.LEVEL_MIN).assertEqual(1)
expect(notification.SlotLevel.LEVEL_LOW).assertEqual(2)
expect(notification.SlotLevel.LEVEL_DEFAULT).assertEqual(3)
expect(notification.SlotLevel.LEVEL_HIGH).assertEqual(4)
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST END')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册