未验证 提交 a387f71f 编写于 作者: O openharmony_ci 提交者: Gitee

!5075 【XTS】【事件通知子系统】slot 相关整改

Merge pull request !5075 from zhijianwen/master
......@@ -9,7 +9,7 @@
# 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.
# limitations under the License.
import("//build/ohos_var.gni")
......
......@@ -18,6 +18,7 @@ group("ans_standard") {
deps = [
#"actsansnotificationcancel:ActsAnsNotificationCancelTest",
#"actsansnotificationremove:ActsAnsNotificationRemoveTest",
"actsNotificationSlotTest:ActsNotificationSlotTest",
"actsansslottest:ActsAnsSlotTest",
"actsnotificationshow:ActsNotificationShowTest",
"publish_test:publish_test",
......
# 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("ActsNotificationSlotTest") {
hap_profile = "./src/main/config.json"
deps = [
":hjs_demo_js_assets",
":hjs_demo_resources",
]
certificate_profile = "./signature/openharmony_sx.p7b"
hap_name = "ActsNotificationSlotTest"
subsystem_name = "notification"
part_name = "distributed_notification_service"
}
ohos_js_assets("hjs_demo_js_assets") {
js2abc = true
hap_profile = "./src/main/config.json"
source_dir = "./src/main/js"
}
ohos_resources("hjs_demo_resources") {
sources = [ "./src/main/resources" ]
hap_profile = "./src/main/config.json"
}
{
"description": "Configuration for hjunit demo Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "180000",
"shell-timeout": "180000",
"bundle-name": "com.example.actsnotificationslot",
"package-name": "com.example.actsnotificationslot"
},
"kits": [
{
"test-file-name": [
"ActsNotificationSlotTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
}
]
}
\ No newline at end of file
{
"app": {
"bundleName": "com.example.actsnotificationslot",
"vendor": "example",
"version": {
"code": 1,
"name": "1.0"
},
"apiVersion": {
"compatible": 5,
"target": 5,
"releaseType": "Beta1"
}
},
"deviceConfig": {},
"module": {
"package": "com.example.actsnotificationslot",
"name": ".entry",
"deviceType": [
"phone"
],
"distro": {
"deliveryWithInstall": true,
"moduleName": "entry",
"moduleType": "entry"
},
"reqPermissions": [
{
"name": "publish_event0800_permission",
"reason": "ceshi"
},
{
"name": "publish_event0900_subscriberPermissions",
"reason": "ceshi"
},
{
"name": "publish_event0900_publisherPermission",
"reason": "ceshi"
},
{
"name": "publish_event1000_permission",
"reason": "ceshi"
},
{
"name": "permission.COMMONEVENT_STICKY",
"reason": "ceshi"
}
],
"abilities": [
{
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"orientation": "unspecified",
"formsEnabled": false,
"name": ".MainAbility",
"srcLanguage": "js",
"srcPath": "MainAbility",
"icon": "$media:icon",
"description": "$string:MainAbility_desc",
"label": "$string:MainAbility_label",
"type": "page",
"visible": true,
"launchType": "standard"
},
{
"orientation": "unspecified",
"formsEnabled": false,
"name": ".TestAbility",
"srcLanguage": "js",
"srcPath": "TestAbility",
"icon": "$media:icon",
"description": "$string:TestAbility_desc",
"label": "$string:TestAbility_label",
"type": "page",
"visible": true,
"launchType": "standard"
}
],
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": false
}
},
{
"pages": [
"pages/index/index"
],
"name": ".TestAbility",
"window": {
"designWidth": 720,
"autoDesignWidth": false
}
}
],
"testRunner": {
"name": "OpenHarmonyTestRunner",
"srcPath": "TestRunner"
},
"mainAbility": ".MainAbility",
"srcPath": ""
}
}
\ No newline at end of file
/*
* 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=============');
}
};
{
"strings": {
"hello": "Hello",
"world": "World"
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
}
}
\ No newline at end of file
/*
* Copyright (c) 2022 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.
*/
.container {
flex-direction: column;
justify-content: center;
align-items: center;
}
.title {
font-size: 100px;
}
/*
* Copyright (c) 2022 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.
*/
<div class="container">
<text class="title">
Hello, World!
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
/*
* 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 file from '@system.file'
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')
},
onReady() {
},
}
/*
* Copyright (c) 2022 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 AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
import { Hypium } from '@ohos/hypium'
import testsuite from '../test/List.test'
export default {
onCreate() {
console.info('TestApplication onCreate')
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
console.info('start run testcase!!!')
Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite)
},
onDestroy() {
console.info("TestApplication onDestroy");
}
};
{
"strings": {
"hello": "Hello",
"world": "World"
},
"Files": {
}
}
\ No newline at end of file
{
"strings": {
"hello": "您好",
"world": "世界"
},
"Files": {
}
}
\ No newline at end of file
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.title {
font-size: 60px;
text-align: center;
width: 100%;
height: 40%;
margin: 10px;
}
@media screen and (device-type: phone) and (orientation: landscape) {
.title {
font-size: 60px;
}
}
@media screen and (device-type: tablet) and (orientation: landscape) {
.title {
font-size: 100px;
}
}
\ No newline at end of file
<div class="container">
<text class="title">
{{ $t('strings.hello') }} {{ title }}
</text>
</div>
/*
* Copyright (c) 2022 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 {
data: {
title: ""
},
onInit() {
this.title = this.$t('strings.world');
}
}
/*
* Copyright (c) 2022 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 AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
function translateParamsToString(parameters) {
const keySet = new Set([
'-s class', '-s notClass', '-s suite', '-s itName',
'-s level', '-s testType', '-s size', '-s timeout',
'-s package', '-s dryRun'
])
let targetParams = '';
for (const key in parameters) {
if (keySet.has(key)) {
targetParams += ' ' + key + ' ' + parameters[key]
}
}
return targetParams.trim()
}
export default {
onPrepare() {
console.info('OpenHarmonyTestRunner OnPrepare')
},
onRun() {
console.log('OpenHarmonyTestRunner onRun run')
var abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
var abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var testAbilityName = abilityDelegatorArguments.parameters['-p'] + '.TestAbility'
var cmd = 'aa start -d 0 -a ' + testAbilityName + ' -b ' + abilityDelegatorArguments.bundleName
cmd += ' ' + translateParamsToString(abilityDelegatorArguments.parameters)
var debug = abilityDelegatorArguments.parameters["-D"]
console.info('debug value : '+debug)
if (debug == 'true')
{
cmd += ' -D'
}
console.info('cmd : '+cmd)
abilityDelegator.executeShellCommand(cmd, (err, data) => {
console.info('executeShellCommand : err : ' + JSON.stringify(err));
console.info('executeShellCommand : data : ' + data.stdResult);
console.info('executeShellCommand : data : ' + data.exitCode);
})
}
};
/*
* 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 notification from '@ohos.notification'
import { describe, beforeAll, beforeEach, afterEach, afterAll, it, expect } from '@ohos/hypium'
export default function ActsNotificationSlotTest() {
describe('SUB_NOTIFICATION_ANS_SLOT_TEST', function () {
let TAG = 'SUB_NOTIFICATION_ANS_SLOT_TEST ===>'
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST START')
afterEach(async function (done) {
console.info(`${TAG} afterEach START`)
await notification.removeAllSlots((err) => {
if (err.code) {
console.info(`${TAG} removeAllSlots err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} removeAllSlots success`)
expect(true).assertTrue()
done()
}
})
console.info(`${TAG} afterEach END`)
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0100
* @tc.name : addSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : NotificationSlot of an unknown SlotType
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0100', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0100 START')
await notification.addSlot(notification.SlotType.UNKNOWN_TYPE, (err) => {
if (err.code) {
console.info(`${TAG} addSlot_1 AsyncCallback err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot_1 AsyncCallback success`)
expect(true).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0100 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0200
* @tc.name : addSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : NotificationSlot for social communication
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0200', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0200 START')
await notification.addSlot(notification.SlotType.SOCIAL_COMMUNICATION, (err) => {
if (err.code) {
console.info(`${TAG} addSlot_2 AsyncCallback err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot_2 AsyncCallback success`)
expect(true).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0200 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0300
* @tc.name : addSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : NotificationSlot for service information
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0300', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0300 START')
await notification.addSlot(notification.SlotType.SERVICE_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} addSlot_3 AsyncCallback err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot_3 AsyncCallback success`)
expect(true).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0300 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0400
* @tc.name : addSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : NotificationSlot for content information
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0400', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0400 START')
await notification.addSlot(notification.SlotType.CONTENT_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} addSlot_4 AsyncCallback err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot_4 AsyncCallback success`)
expect(true).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0400 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0500
* @tc.name : addSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : NotificationSlot for other purposes
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0500', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0500 START')
await notification.addSlot(notification.SlotType.OTHER_TYPES, (err) => {
if (err.code) {
console.info(`${TAG} addSlot_5 AsyncCallback err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot_5 AsyncCallback success`)
expect(true).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0500 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0600
* @tc.name : addSlot(type: SlotType): Promise<void>
* @tc.desc : NotificationSlot of an unknown type
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0600', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0600 START')
await notification.addSlot(notification.SlotType.UNKNOWN_TYPE).then(() => {
console.info(`${TAG} addSlot_6 Promise success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} addSlot_6 Promise err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0600 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0700
* @tc.name : addSlot(type: SlotType): Promise<void>
* @tc.desc : NotificationSlot for social communication
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0700', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0700 START')
await notification.addSlot(notification.SlotType.SOCIAL_COMMUNICATION).then(() => {
console.info(`${TAG} addSlot_7 Promise success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} addSlot_7 Promise err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0700 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0800
* @tc.name : addSlot(type: SlotType): Promise<void>
* @tc.desc : NotificationSlot for service information
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0800', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0800 START')
await notification.addSlot(notification.SlotType.SERVICE_INFORMATION).then(() => {
console.info(`${TAG} addSlot_8 Promise success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} addSlot_8 Promise err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0800 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_0900
* @tc.name : addSlot(type: SlotType): Promise<void>
* @tc.desc : NotificationSlot for content information
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_0900', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0900 START')
await notification.addSlot(notification.SlotType.CONTENT_INFORMATION).then(() => {
console.info(`${TAG} addSlot_9 Promise success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} addSlot_9 Promise err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_0900 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1000
* @tc.name : addSlot(type: SlotType): Promise<void>
* @tc.desc : NotificationSlot for other purposes
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1000', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1000 START')
await notification.addSlot(notification.SlotType.OTHER_TYPES).then(() => {
console.info(`${TAG} addSlot_10 Promise success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} addSlot_10 Promise err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1000 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1100
* @tc.name : getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
* @tc.desc : Get the UNKNOWN_TYPE type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1100', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1100 START')
await notification.getSlot(notification.SlotType.UNKNOWN_TYPE, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot_1 AsyncCallback err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} getSlot_1 AsyncCallback success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1100 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1200
* @tc.name : getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
* @tc.desc : Get the SOCIAL_COMMUNICATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1200', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1200 START')
await notification.getSlot(notification.SlotType.SOCIAL_COMMUNICATION, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot_2 AsyncCallback err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} getSlot_2 AsyncCallback success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1200 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1300
* @tc.name : getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
* @tc.desc : Get the SERVICE_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1300', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1300 START')
await notification.getSlot(notification.SlotType.SERVICE_INFORMATION, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot_3 AsyncCallback err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} getSlot_3 AsyncCallback success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1300 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1400
* @tc.name : getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
* @tc.desc : Get the CONTENT_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1400', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1400 START')
await notification.getSlot(notification.SlotType.CONTENT_INFORMATION, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot_4 AsyncCallback err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} getSlot_4 AsyncCallback success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1400 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1500
* @tc.name : getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
* @tc.desc : Get the OTHER_TYPES type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1500', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1500 START')
await notification.getSlot(notification.SlotType.OTHER_TYPES, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot_5 AsyncCallback err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} getSlot_5 AsyncCallback success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1500 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1600
* @tc.name : getSlot(SlotType: SlotType): Promise<NotificationSlot>
* @tc.desc : Get the UNKNOWN_TYPE type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1600', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1600 START')
await notification.getSlot(notification.SlotType.UNKNOWN_TYPE).then((NotificationSlot) => {
console.info(`${TAG} getSlot_6 Promise success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot_6 Promise err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1600 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1700
* @tc.name : getSlot(SlotType: SlotType): Promise<NotificationSlot>
* @tc.desc : Get the SOCIAL_COMMUNICATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1700', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1700 START')
await notification.getSlot(notification.SlotType.SOCIAL_COMMUNICATION).then((NotificationSlot) => {
console.info(`${TAG} getSlot_7 Promise success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot_7 Promise err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1700 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1800
* @tc.name : getSlot(SlotType: SlotType): Promise<NotificationSlot>
* @tc.desc : Get the SERVICE_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1800', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1800 START')
await notification.getSlot(notification.SlotType.SERVICE_INFORMATION).then((NotificationSlot) => {
console.info(`${TAG} getSlot_8 Promise success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot_8 Promise err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1800 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_1900
* @tc.name : getSlot(SlotType: SlotType): Promise<NotificationSlot>
* @tc.desc : Get the CONTENT_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_1900', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1900 START')
await notification.getSlot(notification.SlotType.CONTENT_INFORMATION).then((NotificationSlot) => {
console.info(`${TAG} getSlot_9 Promise success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot_9 Promise err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_1900 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2000
* @tc.name : getSlot(SlotType: SlotType): Promise<NotificationSlot>
* @tc.desc : Get the OTHER_TYPES type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2000', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2000 START')
await notification.getSlot(notification.SlotType.OTHER_TYPES).then((NotificationSlot) => {
console.info(`${TAG} getSlot_10 Promise success: ${NotificationSlot}`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot_10 Promise err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2000 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2100
* @tc.name : removeSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Remove the UNKNOWN_TYPE type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2100', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2100 START')
await notification.removeSlot(notification.SlotType.UNKNOWN_TYPE, (err) => {
if (err.code) {
console.info(`${TAG} removeSlot_1 err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} removeSlot_1 success`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2100 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2200
* @tc.name : removeSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Remove the SOCIAL_COMMUNICATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2200', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2200 START')
await notification.removeSlot(notification.SlotType.SOCIAL_COMMUNICATION, (err) => {
if (err.code) {
console.info(`${TAG} removeSlot_2 err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} removeSlot_2 success`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2200 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2300
* @tc.name : removeSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Remove the SERVICE_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2300', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2300 START')
await notification.removeSlot(notification.SlotType.SERVICE_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} removeSlot_3 err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} removeSlot_3 success`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2300 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2400
* @tc.name : removeSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Remove the CONTENT_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2400', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2400 START')
await notification.removeSlot(notification.SlotType.CONTENT_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} removeSlot_4 err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} removeSlot_4 success`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2400 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2500
* @tc.name : removeSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Remove the OTHER_TYPES type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2500', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2500 START')
await notification.removeSlot(notification.SlotType.OTHER_TYPES, (err) => {
if (err.code) {
console.info(`${TAG} removeSlot_5 err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} removeSlot_5 success`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2500 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2600
* @tc.name : removeSlot(SlotType: SlotType): Promise<void>
* @tc.desc : Remove the UNKNOWN_TYPE type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2600', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2600 START')
await notification.removeSlot(notification.SlotType.UNKNOWN_TYPE).then(() => {
console.info(`${TAG} removeSlot_6 success`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot_6 err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2600 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2700
* @tc.name : removeSlot(SlotType: SlotType): Promise<void>
* @tc.desc : Remove the SOCIAL_COMMUNICATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2700', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2700 START')
await notification.removeSlot(notification.SlotType.SOCIAL_COMMUNICATION).then(() => {
console.info(`${TAG} removeSlot_7 success`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot_7 err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2700 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2800
* @tc.name : removeSlot(SlotType: SlotType): Promise<void>
* @tc.desc : Remove the SERVICE_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2800', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2800 START')
await notification.removeSlot(notification.SlotType.SERVICE_INFORMATION).then(() => {
console.info(`${TAG} removeSlot_8 success`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot_8 err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2800 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_2900
* @tc.name : removeSlot(SlotType: SlotType): Promise<void>
* @tc.desc : Remove the CONTENT_INFORMATION type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_2900', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2900 START')
await notification.removeSlot(notification.SlotType.CONTENT_INFORMATION).then(() => {
console.info(`${TAG} removeSlot_9 success`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot_9 err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_2900 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3000
* @tc.name : removeSlot(SlotType: SlotType): Promise<void>
* @tc.desc : Remove the OTHER_TYPES type slot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3000', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3000 START')
await notification.removeSlot(notification.SlotType.OTHER_TYPES).then(() => {
console.info(`${TAG} removeSlot_10 success`)
expect(false).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot_10 err: ${err.code}`)
expect(true).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3000 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3100
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
removeSlot(slotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Get Remove the UNKNOWN_TYPE type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3100', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3100 START')
await notification.addSlot(notification.SlotType.UNKNOWN_TYPE).then(() => {
console.info(`${TAG} addSlot_11 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_11 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.UNKNOWN_TYPE, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot UNKNOWN_TYPE err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} getSlot UNKNOWN_TYPE success: ${NotificationSlot.type}`)
expect(true).assertTrue()
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')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3200
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
removeSlot(slotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Get Remove the SOCIAL_COMMUNICATION type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3200', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3200 START')
await notification.addSlot(notification.SlotType.SOCIAL_COMMUNICATION).then(() => {
console.info(`${TAG} addSlot_12 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_12 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.SOCIAL_COMMUNICATION, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot SOCIAL_COMMUNICATION err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} getSlot SOCIAL_COMMUNICATION success: ${NotificationSlot.type}`)
expect(true).assertTrue()
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')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3300
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
removeSlot(slotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Get Remove the SERVICE_INFORMATION type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3300', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3300 START')
await notification.addSlot(notification.SlotType.SERVICE_INFORMATION).then(() => {
console.info(`${TAG} addSlot_13 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_13 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.SERVICE_INFORMATION, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot SERVICE_INFORMATION err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} getSlot SERVICE_INFORMATION success: ${NotificationSlot.type}`)
expect(true).assertTrue()
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')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3400
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
removeSlot(slotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Get Remove the CONTENT_INFORMATION type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3400', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3400 START')
await notification.addSlot(notification.SlotType.CONTENT_INFORMATION).then(() => {
console.info(`${TAG} addSlot_14 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_14 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.CONTENT_INFORMATION, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot CONTENT_INFORMATION err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} getSlot CONTENT_INFORMATION success: ${NotificationSlot.type}`)
expect(true).assertTrue()
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')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3500
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(SlotType: SlotType, AsyncCallback: AsyncCallback<NotificationSlot>): void
removeSlot(slotType: SlotType, AsyncCallback: AsyncCallback<void>): void
* @tc.desc : Get Remove the OTHER_TYPES type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3500', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3500 START')
await notification.addSlot(notification.SlotType.OTHER_TYPES).then(() => {
console.info(`${TAG} addSlot_15 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_15 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.OTHER_TYPES, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot OTHER_TYPES err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} getSlot OTHER_TYPES success: ${NotificationSlot.type}`)
expect(true).assertTrue()
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')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3600
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(slotType: SlotType): Promise<NotificationSlot>
removeSlot(slotType: SlotType): Promise<void>
* @tc.desc : Get Remove the UNKNOWN_TYPE type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3600', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3600 START')
await notification.addSlot(notification.SlotType.UNKNOWN_TYPE).then(() => {
console.info(`${TAG} addSlot_16 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_16 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.UNKNOWN_TYPE).then((NotificationSlot) => {
console.info(`${TAG} getSlot UNKNOWN_TYPE success: ${NotificationSlot.type}`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot UNKNOWN_TYPE err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.removeSlot(notification.SlotType.UNKNOWN_TYPE).then(() => {
console.info(`${TAG} removeSlot UNKNOWN_TYPE success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot UNKNOWN_TYPE err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3600 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3700
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(slotType: SlotType): Promise<NotificationSlot>
removeSlot(slotType: SlotType): Promise<void>
* @tc.desc : Get Remove the SOCIAL_COMMUNICATION type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3700', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3700 START')
await notification.addSlot(notification.SlotType.SOCIAL_COMMUNICATION).then(() => {
console.info(`${TAG} addSlot_17 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_17 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.SOCIAL_COMMUNICATION).then((NotificationSlot) => {
console.info(`${TAG} getSlot SOCIAL_COMMUNICATION success: ${NotificationSlot.type}`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot SOCIAL_COMMUNICATION err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.removeSlot(notification.SlotType.SOCIAL_COMMUNICATION).then(() => {
console.info(`${TAG} removeSlot SOCIAL_COMMUNICATION success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot SOCIAL_COMMUNICATION err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3700 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3800
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(slotType: SlotType): Promise<NotificationSlot>
removeSlot(slotType: SlotType, callback: AsyncCallback<void>): void
* @tc.desc : Get Remove the SERVICE_INFORMATION type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3800', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3800 START')
await notification.addSlot(notification.SlotType.SERVICE_INFORMATION).then(() => {
console.info(`${TAG} addSlot_18 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_18 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.SERVICE_INFORMATION).then((NotificationSlot) => {
console.info(`${TAG} getSlot SERVICE_INFORMATION success: ${NotificationSlot.type}`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot SERVICE_INFORMATION err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.removeSlot(notification.SlotType.SERVICE_INFORMATION).then(() => {
console.info(`${TAG} removeSlot SERVICE_INFORMATION success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot SERVICE_INFORMATION err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3800 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_3900
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(slotType: SlotType): Promise<NotificationSlot>
removeSlot(slotType: SlotType, callback: AsyncCallback<void>): void
* @tc.desc : Get Remove the CONTENT_INFORMATION type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_3900', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3900 START')
await notification.addSlot(notification.SlotType.CONTENT_INFORMATION).then(() => {
console.info(`${TAG} addSlot_19 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_19 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.CONTENT_INFORMATION).then((NotificationSlot) => {
console.info(`${TAG} getSlot CONTENT_INFORMATION success: ${NotificationSlot.type}`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot CONTENT_INFORMATION err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.removeSlot(notification.SlotType.CONTENT_INFORMATION).then(() => {
console.info(`${TAG} removeSlot CONTENT_INFORMATION success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot CONTENT_INFORMATION err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_3900 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4000
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(slotType: SlotType): Promise<NotificationSlot>
removeSlot(slotType: SlotType, callback: AsyncCallback<void>): void
* @tc.desc : Get Remove the OTHER_TYPES type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_4000', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4000 START')
await notification.addSlot(notification.SlotType.OTHER_TYPES).then(() => {
console.info(`${TAG} addSlot_20 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_20 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.OTHER_TYPES).then((NotificationSlot) => {
console.info(`${TAG} getSlot OTHER_TYPES success: ${NotificationSlot.type}`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlot OTHER_TYPES err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.removeSlot(notification.SlotType.OTHER_TYPES).then(() => {
console.info(`${TAG} removeSlot OTHER_TYPES success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeSlot OTHER_TYPES err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4000 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4100
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
getSlot(slotType: SlotType): Promise<NotificationSlot>
* @tc.desc : Get the Different type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_4100', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4100 START')
await notification.addSlot(notification.SlotType.SOCIAL_COMMUNICATION).then(() => {
console.info(`${TAG} addSlot_21 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_21 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.getSlot(notification.SlotType.CONTENT_INFORMATION, (err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlot_21 err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} getSlot_21 success: ${NotificationSlot.type}`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4100 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4200
* @tc.name : addSlot(SlotType: SlotType): Promise<void>
removeSlot(slotType: SlotType, callback: AsyncCallback<void>): void
* @tc.desc : Remove the Different type slot after add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_4200', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4200 START')
await notification.addSlot(notification.SlotType.SOCIAL_COMMUNICATION).then(() => {
console.info(`${TAG} addSlot_22 success`)
expect(true).assertTrue()
}).catch((err) => {
console.info(`${TAG} addSlot_22 err: ${err.code}`)
expect(false).assertTrue()
done()
})
await notification.removeSlot(notification.SlotType.SERVICE_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} getSlot_22 err: ${err.code}`)
expect(true).assertTrue()
done()
} else {
console.info(`${TAG} getSlot_22 success`)
expect(false).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4200 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4300
* @tc.name : removeAllSlots(callback: AsyncCallback<void>): void
* @tc.desc : Removes all NotificationSlot
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_4300', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4300 START')
await notification.removeAllSlots((err) => {
if (err.code) {
console.info(`${TAG} removeAllSlots AsyncCallback err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} removeAllSlots AsyncCallback success`)
expect(true).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4300 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4400
* @tc.name : removeAllSlots(): Promise<void>
* @tc.desc : Removes all NotificationSlot
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_4400', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4400 START')
await notification.removeAllSlots().then(() => {
console.info(`${TAG} removeAllSlots Promise success`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} removeAllSlots Promise err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4400 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4500
* @tc.name : getSlots(callback: AsyncCallback<Array<NotificationSlot>>): void
* @tc.desc : Get all NotificationSlot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_4500', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4500 START')
await notification.getSlots((err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlots AsyncCallback err: ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} getSlots AsyncCallback success: ${NotificationSlot}`)
expect(true).assertTrue()
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4500 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4600
* @tc.name : getSlots(): Promise<Array<NotificationSlot>>
* @tc.desc : Get all NotificationSlot without add
*/
it('SUB_NOTIFICATION_ANS_SLOT_TEST_4600', 0, async function (done) {
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4600 START')
await notification.getSlots().then((NotificationSlot) => {
console.info(`${TAG} getSlots Promise success: ${NotificationSlot}`)
expect(true).assertTrue()
done()
}).catch((err) => {
console.info(`${TAG} getSlots Promise err: ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4600 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4700
* @tc.name : getSlots(callback: AsyncCallback<Array<NotificationSlot>>): void
* @tc.desc : Get all slots after add
UNKNOWN_TYPE and OTHER_TYPES is same in ANS
*/
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}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot SOCIAL_COMMUNICATION success`)
expect(true).assertTrue()
}
})
await notification.addSlot(notification.SlotType.SERVICE_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} addSlot SERVICE_INFORMATION err: + ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot SERVICE_INFORMATION success`)
expect(true).assertTrue()
}
})
await notification.addSlot(notification.SlotType.CONTENT_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} addSlot CONTENT_INFORMATION err: + ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot CONTENT_INFORMATION success`)
expect(true).assertTrue()
}
})
await notification.addSlot(notification.SlotType.OTHER_TYPES, (err) => {
if (err.code) {
console.info(`${TAG} addSlot OTHER_TYPES err: + ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot OTHER_TYPES success`)
expect(true).assertTrue()
}
})
await notification.getSlots((err, NotificationSlot) => {
if (err.code) {
console.info(`${TAG} getSlots AsyncCallback err: + ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} getSlots AsyncCallback success:` + JSON.stringify(NotificationSlot))
expect(NotificationSlot[0].type).assertEqual(1)
expect(NotificationSlot[1].type).assertEqual(2)
expect(NotificationSlot[2].type).assertEqual(3)
expect(NotificationSlot[3].type).assertEqual(65535)
done()
}
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4700 END')
})
/*
* @tc.number : SUB_NOTIFICATION_ANS_SLOT_TEST_4800
* @tc.name : getSlots(): Promise<Array<NotificationSlot>>
* @tc.desc : Get all slots after add
UNKNOWN_TYPE and OTHER_TYPES is same in ANS
*/
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}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot SOCIAL_COMMUNICATION success`)
expect(true).assertTrue()
}
})
await notification.addSlot(notification.SlotType.SERVICE_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} addSlot SERVICE_INFORMATION err: + ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot SERVICE_INFORMATION success`)
expect(true).assertTrue()
}
})
await notification.addSlot(notification.SlotType.CONTENT_INFORMATION, (err) => {
if (err.code) {
console.info(`${TAG} addSlot CONTENT_INFORMATION err: + ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot CONTENT_INFORMATION success`)
expect(true).assertTrue()
}
})
await notification.addSlot(notification.SlotType.OTHER_TYPES, (err) => {
if (err.code) {
console.info(`${TAG} addSlot OTHER_TYPES err: + ${err.code}`)
expect(false).assertTrue()
done()
} else {
console.info(`${TAG} addSlot OTHER_TYPES success`)
expect(true).assertTrue()
}
})
await notification.getSlots().then((NotificationSlot) => {
console.info(`${TAG} getSlots Promise success:` + JSON.stringify(NotificationSlot))
expect(NotificationSlot[0].type).assertEqual(1)
expect(NotificationSlot[1].type).assertEqual(2)
expect(NotificationSlot[2].type).assertEqual(3)
expect(NotificationSlot[3].type).assertEqual(65535)
done()
}).catch((err) => {
console.info(`${TAG} getSlots Promise err: + ${err.code}`)
expect(false).assertTrue()
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST_4800 END')
})
/*
* @tc.number : SUB_NOTIFICATION_SLOT_ENUM_TEST_0100
* @tc.name : Describes NotificationSlot types
* @tc.desc : SlotType
*/
it('SUB_NOTIFICATION_ANS_SLOT_ENUM_TEST_0100', 0, async function (done) {
console.info(`${TAG} SUB_NOTIFICATION_ANS_SLOT_ENUM_TEST_0100 START`)
expect(notification.SlotType.UNKNOWN_TYPE).assertEqual(0)
expect(notification.SlotType.SOCIAL_COMMUNICATION).assertEqual(1)
expect(notification.SlotType.SERVICE_INFORMATION).assertEqual(2)
expect(notification.SlotType.CONTENT_INFORMATION).assertEqual(3)
expect(notification.SlotType.OTHER_TYPES).assertEqual(0xFFFF)
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST END')
})
}
/*
* 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 ActsNotificationSlotTest from './ActsNotificationSlotTest.js'
export default function testsuite() {
ActsNotificationSlotTest()
}
{
"string": [
{
"name": "app_name",
"value": "JsHelloWorld"
},
{
"name": "mainability_description",
"value": "hap sample empty page"
},
{
"name": "MainAbility_desc",
"value": "description"
},
{
"name": "MainAbility_label",
"value": "label"
},
{
"name": "TestAbility_desc",
"value": "description"
},
{
"name": "TestAbility_label",
"value": "label"
}
]
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册