提交 0428d619 编写于 作者: Z zhengpengyue

feat: add acts testcase of chargetype

Signed-off-by: Nzhengpengyue <zhengpengyue1@huawei.com>
Change-Id: I85de99a4b1d9b68cfa8701e1345524a2beeea3e4
上级 fa28eafe
...@@ -45,6 +45,7 @@ export default function ActsCommonEventManagerSupportTest() { ...@@ -45,6 +45,7 @@ export default function ActsCommonEventManagerSupportTest() {
expect(commonEventManager.Support.COMMON_EVENT_BATTERY_OKAY).assertEqual('usual.event.BATTERY_OKAY') expect(commonEventManager.Support.COMMON_EVENT_BATTERY_OKAY).assertEqual('usual.event.BATTERY_OKAY')
expect(commonEventManager.Support.COMMON_EVENT_POWER_CONNECTED).assertEqual('usual.event.POWER_CONNECTED') expect(commonEventManager.Support.COMMON_EVENT_POWER_CONNECTED).assertEqual('usual.event.POWER_CONNECTED')
expect(commonEventManager.Support.COMMON_EVENT_POWER_DISCONNECTED).assertEqual('usual.event.POWER_DISCONNECTED') expect(commonEventManager.Support.COMMON_EVENT_POWER_DISCONNECTED).assertEqual('usual.event.POWER_DISCONNECTED')
expect(commonEventManager.Support.COMMON_EVENT_CHARGE_TYPE_CHANGED).assertEqual('usual.event.CHARGE_TYPE_CHANGED')
console.info(`${TAG} SUB_NOTIFICATION_CES_MANAGER_SUPPORT_ENUM_TEST_0200 END`) console.info(`${TAG} SUB_NOTIFICATION_CES_MANAGER_SUPPORT_ENUM_TEST_0200 END`)
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册