mirror of
https://github.com/openharmony/notification_notification_cangjie_wrapper.git
synced 2026-07-01 06:41:51 -04:00
@@ -208,7 +208,6 @@ class Test_common_event_manager {
|
||||
@TestCase
|
||||
@Tag[APILevel22, TestLevel0]
|
||||
func test_support_value1(): Unit {
|
||||
Support()
|
||||
@Expect(Support.COMMON_EVENT_ABILITY_ADDED, "common.event.ABILITY_ADDED")
|
||||
@Expect(Support.COMMON_EVENT_ABILITY_REMOVED, "common.event.ABILITY_REMOVED")
|
||||
@Expect(Support.COMMON_EVENT_ABILITY_UPDATED, "common.event.ABILITY_UPDATED")
|
||||
@@ -410,10 +409,4 @@ class Test_common_event_manager {
|
||||
@Expect(info.priority, -100)
|
||||
@Expect(info.publisherBundleName, "test_bundleName")
|
||||
}
|
||||
|
||||
@TestCase
|
||||
@Tag[APILevel22, TestLevel0]
|
||||
func test_Construct(): Unit {
|
||||
let obj1 = CommonEventManager()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user