From e7a92e21ffd19e50bd89b9a498d22f2df85d0d71 Mon Sep 17 00:00:00 2001 From: SoftSquirrel Date: Sat, 26 Feb 2022 14:45:11 +0800 Subject: [PATCH] Description: delete getAllShortcutInfo interface Feature or Bugfix: Feature Binary Source: No Signed-off-by: SoftSquirrel --- .../bundle_standard/bundlemanager/BUILD.gn | 1 - .../actsbmsallshortcutinfotest/BUILD.gn | 31 - .../actsbmsallshortcutinfotest/Test.json | 43 -- .../entry/src/main/config.json | 88 --- .../entry/src/main/js/default/app.js | 22 - .../entry/src/main/js/default/i18n/en-US.json | 6 - .../entry/src/main/js/default/i18n/zh-CN.json | 6 - .../src/main/js/default/pages/index/index.css | 9 - .../src/main/js/default/pages/index/index.hml | 5 - .../src/main/js/default/pages/index/index.js | 45 -- .../js/resources/base/element/string.json | 12 - .../src/main/js/resources/base/media/icon.png | Bin 6790 -> 0 bytes .../test/ActsBmsAllShortcutInfoTest.test.js | 727 ------------------ .../entry/src/main/js/test/List.test.js | 16 - .../signature/openharmony_sx.p7b | Bin 3443 -> 0 bytes .../src/main/js/test/ActsBmsKitTest.test.js | 50 -- 16 files changed, 1061 deletions(-) delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/BUILD.gn delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/Test.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/config.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/app.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/en-US.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/zh-CN.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.css delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.hml delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/resources/base/element/string.json delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/resources/base/media/icon.png delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/test/ActsBmsAllShortcutInfoTest.test.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/test/List.test.js delete mode 100644 appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/signature/openharmony_sx.p7b diff --git a/appexecfwk/bundle_standard/bundlemanager/BUILD.gn b/appexecfwk/bundle_standard/bundlemanager/BUILD.gn index c96e5f788..bdf77ff32 100644 --- a/appexecfwk/bundle_standard/bundlemanager/BUILD.gn +++ b/appexecfwk/bundle_standard/bundlemanager/BUILD.gn @@ -18,7 +18,6 @@ group("bundlemanager") { if (is_standard_system) { deps = [ "actsbmsaccesstokentest:ActsBmsAccessTokenTest", - "actsbmsallshortcutinfotest:ActsBmsAllShortcutInfoTest", "actsbmsgetinfostest:ActsBmsGetInfosTest", "actsbmshapmoduletest:ActsBmsHapModuleTest", "actsbmsjstest:ActsBmsJsTest", diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/BUILD.gn b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/BUILD.gn deleted file mode 100644 index 48e837ab0..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/BUILD.gn +++ /dev/null @@ -1,31 +0,0 @@ -# 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("ActsBmsAllShortcutInfoTest") { - hap_profile = "./entry/src/main/config.json" - deps = [ - ":hjs_demo_js_assets", - ":hjs_demo_resources", - ] - certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "ActsBmsAllShortcutInfoTest" -} -ohos_js_assets("hjs_demo_js_assets") { - source_dir = "./entry/src/main/js/default" -} -ohos_resources("hjs_demo_resources") { - sources = [ "./entry/src/main/js/resources" ] - hap_profile = "./entry/src/main/config.json" -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/Test.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/Test.json deleted file mode 100644 index b1786d5d1..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/Test.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "description": "Configuration for hjunit demo Tests", - "driver": { - "type": "JSUnitTest", - "test-timeout": "120000", - "package": "com.example.actsbmsallshortcutinfotest", - "shell-timeout": "60000" - }, - "kits": [ - { - "test-file-name": [ - "ActsBmsAllShortcutInfoTest.hap", - "bmsSystemBundleTest1.hap", - "bmsVendorBundleTest1.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true - }, - { - "type": "ShellKit", - "run-command": [ - "remount", - "mkdir /data/test" - ] - }, - { - "type": "PushKit", - "push": [ - "bmsThirdBundleTest1.hap->/data/test/bmsThirdBundleTest1.hap", - "bmsThirdBundleTest2.hap->/data/test/bmsThirdBundleTest2.hap", - "bmsThirdBundleTest3.hap->/data/test/bmsThirdBundleTest3.hap", - "bmsThirdBundleTest4.hap->/data/test/bmsThirdBundleTest4.hap", - "bmsThirdBundleTestA1.hap->/data/test/bmsThirdBundleTestA1.hap" - ] - }, - { - "type": "ShellKit", - "run-command": [ - "chmod 644 /data/test/*.hap" - ] - } - ] -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/config.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/config.json deleted file mode 100644 index 33f956cc5..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/config.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "app": { - "bundleName": "com.example.actsbmsallshortcutinfotest", - "vendor": "example", - "version": { - "code": 1, - "name": "1.0" - }, - "apiVersion": { - "compatible": 4, - "target": 5, - "releaseType": "Beta1" - } - }, - "deviceConfig": {}, - "module": { - "package": "com.example.actsbmsallshortcutinfotest", - "name": ".MyApplication", - "deviceType": [ - "phone" - ], - "distro": { - "deliveryWithInstall": true, - "moduleName": "entry", - "moduleType": "entry" - }, - "abilities": [ - { - "skills": [ - { - "entities": [ - "entity.system.home", - "flag.home.intent.from.system" - ], - "actions": [ - "action.system.home" - ] - } - ], - "name": "com.example.actsbmsallshortcutinfotest.MainAbility", - "icon": "$media:icon", - "description": "$string:mainability_description", - "label": "$string:app_name", - "type": "page", - "launchType": "standard", - "visible": true - } - ], - "reqPermissions": [ - { - "name": "ohos.permission.INSTALL_BUNDLE", - "reason": "need use ohos.permission.INSTALL_BUNDLE" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED", - "reason":"need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED" - }, - { - "name":"ohos.permission.GET_BUNDLE_INFO", - "reason":"need use ohos.permission.GET_BUNDLE_INFO" - }, - { - "name":"ohos.permission.CHANGE_ABILITY_ENABLED_STATE", - "reason":"need use ohos.permission.CHANGE_ABILITY_ENABLED_STATE" - }, - { - "name":"ohos.permission.REMOVE_CACHE_FILES", - "reason":"need use ohos.permission.REMOVE_CACHE_FILES" - }, - { - "name":"ohos.permission.LISTEN_BUNDLE_CHANGE", - "reason":"need use ohos.permission.LISTEN_BUNDLE_CHANGE" - } - ], - "js": [ - { - "pages": [ - "pages/index/index" - ], - "name": "default", - "window": { - "designWidth": 720, - "autoDesignWidth": false - } - } - ] - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/app.js b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/app.js deleted file mode 100644 index 2a68c1992..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/app.js +++ /dev/null @@ -1,22 +0,0 @@ -/* - * 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'); - } -}; diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/en-US.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/en-US.json deleted file mode 100644 index e63c70d97..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/en-US.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "Hello", - "world": "World" - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/zh-CN.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/zh-CN.json deleted file mode 100644 index de6ee5748..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/i18n/zh-CN.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "strings": { - "hello": "您好", - "world": "世界" - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.css b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.css deleted file mode 100644 index 6fda79275..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.css +++ /dev/null @@ -1,9 +0,0 @@ -.container { - flex-direction: column; - justify-content: center; - align-items: center; -} - -.title { - font-size: 100px; -} diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.hml b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.hml deleted file mode 100644 index 13ae33e07..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.hml +++ /dev/null @@ -1,5 +0,0 @@ -
- - {{ title }} - -
diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.js b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.js deleted file mode 100644 index f8cda9ef1..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/default/pages/index/index.js +++ /dev/null @@ -1,45 +0,0 @@ -/* - * 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 {Core, ExpectExtend} from 'deccjsunit/index' - -const injectRef = Object.getPrototypeOf(global) || global -injectRef.regeneratorRuntime = require('@babel/runtime/regenerator') - -export default { - data: { - title: 'Test Shortcut' - }, - onInit() { - this.title = 'Test Shortcut'; - }, - onShow() { - console.info('onReady finish') - const core = Core.getInstance() - const expectExtend = new ExpectExtend({ - 'id': 'extend' - }) - core.addService('expect', expectExtend) - core.init() - const configService = core.getDefaultService('config') - configService.setConfig(this) - - require('../../../test/List.test') - core.execute() - }, - onReady() { - }, - onBackPress(){ - } -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/resources/base/element/string.json b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/resources/base/element/string.json deleted file mode 100644 index 9098ff618..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/resources/base/element/string.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "string": [ - { - "name": "app_name", - "value": "actsbmsallshortcutinfotest" - }, - { - "name": "mainability_description", - "value": "JS_Phone_Empty Feature Ability" - } - ] -} \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/resources/base/media/icon.png b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/resources/base/media/icon.png deleted file mode 100644 index ce307a8827bd75456441ceb57d530e4c8d45d36c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6790 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 { - expect(typeof shortInfos).assertEqual('object'); - expect(shortInfos.length).assertEqual(1); - for (var i = 0; i < shortInfos.length; i++) { - expect(shortInfos[i].id).assertEqual('id.third1'); - expect(shortInfos[i].bundleName).assertEqual('com.example.third1'); - expect(shortInfos[i].hostAbility).assertEqual(""); - expect(shortInfos[i].icon).assertEqual('$media:icon'); - expect(shortInfos[i].label).assertEqual('$string:app_name'); - expect(shortInfos[i].disableMessage).assertEqual(""); - expect(shortInfos[i].isStatic).assertEqual(false); - expect(shortInfos[i].isHomeShortcut).assertEqual(false); - expect(shortInfos[i].isEnabled).assertEqual(false); - for (var j = 0; j < shortInfos[i].wants.length; j++) { - expect(shortInfos[i].wants[j].targetClass).assertEqual('com.example.third1.MainAbility'); - expect(shortInfos[i].wants[j].targetBundle).assertEqual('com.example.third1'); - } - } - checkShortcutIsExist(shortInfos, 'id.third1', 'third1'); - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, OnReceiveUninstallEvent); - }; - function OnReceiveUninstallEvent(err, data) { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }; - }); - - /* - * @tc.number: bms_getAllShortcutInfo_0200 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut information of the hap with type of entry - */ - it('bms_getAllShortcutInfo_0200', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0200=================='); - var bundlePath = ['/data/test/bmsThirdBundleTest1.hap']; - var bundleName = 'com.example.third1'; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, OnReceiveInstallEvent); - - function OnReceiveInstallEvent(err, data) { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName, async (result, shortcutInfos) => { - expect(result).assertEqual(0); - expect(shortcutInfos.length).assertEqual(1); - checkShortcutIsExist(shortcutInfos, 'id.third1', 'third1'); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - } - }) - - /* - * @tc.number: bms_getAllShortcutInfo_0300 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: 1.install a hap with type of feature - * 1.get the shortcut informations of two types of hap - */ - it('bms_getAllShortcutInfo_0300', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0300=================='); - var bundleName = 'com.example.third1'; - var bundlePath = ['/data/test/bmsThirdBundleTest1.hap', '/data/test/bmsThirdBundleTest3.hap']; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName).then(shortInfos => { - expect(typeof shortInfos).assertEqual('object'); - expect(shortInfos.length).assertEqual(2); - checkShortcutIsExist(shortInfos, 'id.third1', 'third1'); - checkShortcutIsExist(shortInfos, 'id.third3', 'third3'); - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_0400 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: 1.get the shortcut informations of two types of hap - */ - it('bms_getAllShortcutInfo_0400', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0400=================='); - var bundlePath = ['/data/test/bmsThirdBundleTest1.hap', '/data/test/bmsThirdBundleTest3.hap']; - var bundleName = 'com.example.third1'; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName, async (result, shortInfos) => { - expect(result).assertEqual(0); - expect(shortInfos.length).assertEqual(2); - checkShortcutIsExist(shortInfos, 'id.third1', 'third1'); - checkShortcutIsExist(shortInfos, 'id.third3', 'third3'); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_0500 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut informations of an invalid hap - */ - it('bms_getAllShortcutInfo_0500', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0500=================='); - var bundleName = ''; - bundle.getAllShortcutInfo(bundleName).then(data => { - expect(typeof data).assertEqual('object'); - expect(data.length).assertEqual(0); - }); - done(); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_0600 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut informations of an invalid hap - */ - it('bms_getAllShortcutInfo_0600', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0600=================='); - var bundleName = ''; - bundle.getAllShortcutInfo(bundleName, (result, data) => { - expect(result).assertEqual(1); - expect(data.length).assertEqual(0); - }); - done(); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_0700 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: 1.install a hap with low version - * 2.install a hap with high version - * 3.get the shortcut information of a hap with high version by bundlename - */ - it('bms_getAllShortcutInfo_0700', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0700=================='); - var bundlePath1 = ['/data/test/bmsThirdBundleTest1.hap']; - var bundleName = 'com.example.third1'; - var bundlePath2 = ['/data/test/bmsThirdBundleTestA1.hap']; - var abilityName = 'com.example.third1.AMainAbility'; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath1, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - installer.install(bundlePath2, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName).then(shortInfos => { - expect(typeof shortInfos).assertEqual('object'); - expect(shortInfos.length).assertEqual(1); - for (var i = 0; i < shortInfos.length; i++) { - expect(typeof shortInfos[i]).assertEqual('object'); - expect(typeof shortInfos[i].id).assertEqual('string'); - expect(shortInfos[i].id).assertEqual('id.thirdA1'); - expect(typeof shortInfos[i].disableMessage).assertEqual('string'); - expect(typeof shortInfos[i].isStatic).assertEqual('boolean'); - expect(typeof shortInfos[i].isHomeShortcut).assertEqual('boolean'); - expect(typeof shortInfos[i].isEnabled).assertEqual('boolean'); - expect(typeof shortInfos[i].hostAbility).assertEqual('string'); - expect(typeof shortInfos[i].wants).assertEqual('object') - if (typeof shortInfos[i].wants != 'undefined' && - Object.keys(shortInfos[i].wants).length != 0) { - for (var j = 0; j < shortInfos[i].wants.length; j++) { - expect(shortInfos[i].wants[j].targetClass).assertEqual(abilityName); - expect(shortInfos[i].wants[j].targetBundle).assertEqual('com.example.third1'); - } - } - } - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_0800 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut information of a hap with high version by bundlename - */ - it('bms_getAllShortcutInfo_0800', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0800=================='); - var bundleName = 'com.example.third1'; - var bundlePath1 = ['/data/test/bmsThirdBundleTest1.hap']; - var bundlePath2 = ['/data/test/bmsThirdBundleTestA1.hap']; - var abilityName = 'com.example.third1.AMainAbility'; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath1, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - installer.install(bundlePath2, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName, async (result, shortInfos) => { - expect(result).assertEqual(0); - expect(shortInfos.length).assertEqual(1); - for (var i = 0; i < shortInfos.length; i++) { - expect(typeof shortInfos[i]).assertEqual('object'); - expect(typeof shortInfos[i].id).assertEqual('string'); - expect(shortInfos[i].id).assertEqual('id.thirdA1'); - expect(typeof shortInfos[i].disableMessage).assertEqual('string'); - expect(typeof shortInfos[i].isStatic).assertEqual('boolean'); - expect(typeof shortInfos[i].isHomeShortcut).assertEqual('boolean'); - expect(typeof shortInfos[i].isEnabled).assertEqual('boolean'); - expect(typeof shortInfos[i].hostAbility).assertEqual('string'); - expect(typeof shortInfos[i].wants).assertEqual('object') - if (typeof shortInfos[i].wants != 'undefined' && - Object.keys(shortInfos[i].wants).length != 0) { - for (var j = 0; j < shortInfos[i].wants.length; j++) { - expect(shortInfos[i].wants[j].targetClass).assertEqual(abilityName); - expect(shortInfos[i].wants[j].targetBundle).assertEqual('com.example.third1'); - } - } - } - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_0900 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut information of a hap without shortcut in config.json - */ - it('bms_getAllShortcutInfo_0900', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_0900=================='); - var bundleName = 'com.example.third2'; - var bundlePath = ['/data/test/bmsThirdBundleTest2.hap']; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName).then(data => { - expect(typeof data).assertEqual('object'); - expect(data.length).assertEqual(0); - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1000 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut information of a hap without shortcut in config.json - */ - it('bms_getAllShortcutInfo_1000', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1000=================='); - var bundleName = 'com.example.third2'; - var bundlePath = ['/data/test/bmsThirdBundleTest2.hap']; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName, async (result, shortcutInfos) => { - expect(result).assertEqual(0); - expect(shortcutInfos.length).assertEqual(0); - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, (err, data) => { - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1100 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut information of a system hap - */ - it('bms_getAllShortcutInfo_1100', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1100=================='); - var bundleName = 'com.example.system1'; - bundle.getAllShortcutInfo(bundleName).then(data => { - expect(typeof data).assertEqual('object'); - expect(data.length).assertEqual(1); - checkShortcutIsExist(data, 'id.system1', 'system1'); - done(); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1200 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut information of a system hap - */ - it('bms_getAllShortcutInfo_1200', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1200=================='); - var bundleName = 'com.example.system1'; - bundle.getAllShortcutInfo(bundleName, (result, data) => { - expect(result).assertEqual(0); - expect(data.length).assertEqual(1); - checkShortcutIsExist(data, 'id.system1', 'system1'); - done(); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1300 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut information of a vendor hap - */ - it('bms_getAllShortcutInfo_1300', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1300=================='); - var bundleName = 'com.example.vendor1'; - bundle.getAllShortcutInfo(bundleName).then(data => { - expect(typeof data).assertEqual('object'); - expect(data.length).assertEqual(1); - checkShortcutIsExist(data, 'id.vendor1', 'vendor1'); - done(); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1400 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut information of a vendor hap - */ - it('bms_getAllShortcutInfo_1400', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1400=================='); - var bundleName = 'com.example.vendor1'; - bundle.getAllShortcutInfo(bundleName, (result, data) => { - expect(result).assertEqual(0); - expect(data.length).assertEqual(1); - checkShortcutIsExist(data, 'id.vendor1', 'vendor1'); - done(); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1500 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: 1.install a normal hap - * 2.get the shortcut information of this hap by bundlename - * 3.get the shortcut information of this hap after uninstalling the hap - */ - it('bms_getAllShortcutInfo_1500', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1500=================='); - var bundlePath = ['/data/test/bmsThirdBundleTest1.hap']; - var bundleName = 'com.example.third1'; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName).then(shortcutInfos => { - checkShortcutIsExist(shortcutInfos, 'id.third1', 'third1'); - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName).then(shortcutInfos => { - expect(shortcutInfos.length).assertEqual(0); - }); - done(); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1600 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut information of this hap after uninstalling the hap - */ - it('bms_getAllShortcutInfo_1600', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1600=================='); - var bundlePath = ['/data/test/bmsThirdBundleTest1.hap']; - var bundleName = 'com.example.third1'; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName).then(shortcutInfos => { - expect(typeof shortcutInfos).assertEqual('object'); - expect(shortcutInfos.length).assertEqual(1); - checkShortcutIsExist(shortcutInfos, 'id.third1', 'third1'); - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName, async (result, data) => { - expect(result).assertEqual(1); - expect(data.length).assertEqual(0); - }); - done(); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1700 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut informations of this hap with two shortcuts in config.json by bundlename - */ - it('bms_getAllShortcutInfo_1700', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1700=================='); - var bundleName = 'com.example.third4'; - var bundlePath = ['/data/test/bmsThirdBundleTest4.hap']; - let installer = await bundle.getBundleInstaller(); - installer.install(bundlePath, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName).then(shortcutInfos => { - expect(typeof shortcutInfos).assertEqual('object'); - expect(shortcutInfos.length).assertEqual(2); - checkShortcutInfo(shortcutInfos[0], 'third4A'); - checkShortcutInfo(shortcutInfos[1], 'third4B'); - }); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1800 - * @tc.name: test getAllShortcutInfo with callback - * @tc.desc: get the shortcut informations of this hap with two shortcuts in config.json by bundlename - */ - it('bms_getAllShortcutInfo_1800', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1800=================='); - var bundleName = 'com.example.third4'; - let installer = await bundle.getBundleInstaller(); - installer.install(['/data/test/bmsThirdBundleTest4.hap'], { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - bundle.getAllShortcutInfo(bundleName, async (result, shortcutInfos) => { - expect(result).assertEqual(0); - expect(shortcutInfos.length).assertEqual(2); - checkShortcutInfo(shortcutInfos[0], 'third4A'); - checkShortcutInfo(shortcutInfos[1], 'third4B'); - installer.uninstall(bundleName, { - userId: 100, - installFlag: 1, - isKeepData: false - }, async (err, data) => { - expect(err.code).assertEqual(0); - expect(data.status).assertEqual(0); - expect(data.statusMessage).assertEqual("SUCCESS"); - done(); - }); - }); - }); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_1900 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut informations of an invalid bundleName - */ - it('bms_getAllShortcutInfo_1900', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_1900=================='); - var bundleName = '!@#$%^&ERTYUhusdf7254_=-'; - bundle.getAllShortcutInfo(bundleName).then((data) => { - expect(data.length).assertEqual(0); - }); - done(); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_2000 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut informations of an invalid bundleName - */ - it('bms_getAllShortcutInfo_2000', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_2000=================='); - var bundleName = '!@#$%^&ERTYUhusdf7254_=-'; - bundle.getAllShortcutInfo(bundleName, async (result, data) => { - expect(result).assertEqual(1); - expect(data.length).assertEqual(0); - }); - done(); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_2100 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut informations of an invalid long bundleName - */ - it('bms_getAllShortcutInfo_2100', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_2100=================='); - var bundleName = 'test'; - for (var i = 0; i < NAMECOUNT; i++) { - bundleName += 'test'; - } - bundle.getAllShortcutInfo(bundleName).then(data => { - expect(typeof data).assertEqual('object'); - expect(data.length).assertEqual(0); - }); - done(); - }) - - /* - * @tc.number: bms_getAllShortcutInfo_2200 - * @tc.name: test getAllShortcutInfo with promise - * @tc.desc: get the shortcut informations of an invalid long bundleName - */ - it('bms_getAllShortcutInfo_2200', 0, async function (done) { - console.info('=====================bms_getAllShortcutInfo_2200=================='); - var bundleName = 'test'; - for (var i = 0; i < NAMECOUNT; i++) { - bundleName += 'test'; - } - bundle.getAllShortcutInfo(bundleName, async (result, data) => { - expect(result).assertEqual(1); - expect(data.length).assertEqual(0); - }); - done(); - }) - - function checkShortcutInfo(dataInfo, name) { - console.info('=======Shortcut Info========' + JSON.stringify(dataInfo)) - console.info('=============Shortcutid=========' + dataInfo.id); - expect(typeof dataInfo.id).assertEqual('string'); - expect(dataInfo.id).assertEqual('id.' + name); - console.info('=============icon==============' + JSON.stringify(dataInfo.icon)); - expect(typeof dataInfo.disableMessage).assertEqual('string'); - expect(typeof dataInfo.isStatic).assertEqual('boolean'); - expect(typeof dataInfo.isHomeShortcut).assertEqual('boolean'); - expect(typeof dataInfo.isEnabled).assertEqual('boolean'); - expect(typeof dataInfo.hostAbility).assertEqual('string'); - console.info('=============label==============' + JSON.stringify(dataInfo.label)); - expect(typeof dataInfo.wants).assertEqual('object'); - if (typeof dataInfo.wants != 'undefined' && Object.keys(dataInfo.wants).length != 0) { - expect(dataInfo.wants.length).assertLarger(0); - for (var j = 0; j < dataInfo.wants.length; j++) { - console.info('========targetClass=========' + JSON.stringify(dataInfo.wants[j].targetClass)); - expect(dataInfo.wants[j].targetClass).assertEqual('com.example.' + name + '.MainAbility'); - console.info('========targetBundle=========' + JSON.stringify(dataInfo.wants[j].targetBundle)); - expect(dataInfo.wants[j].targetBundle).assertEqual('com.example.' + name); - } - } - } - function checkShortcutIsExist(dataInfo, shortcutId, testName) { - let info = new Map(); - for (var i = 0, len = dataInfo.length; i < len; i++) { - expect(typeof dataInfo[i]).assertEqual('object'); - info.set(dataInfo[i].id, dataInfo[i]); - } - expect(info.has(shortcutId)).assertTrue(); - if (info.has(shortcutId)) { - checkShortcutInfo(info.get(shortcutId), testName); - } - } -}) \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/test/List.test.js b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/test/List.test.js deleted file mode 100644 index 3a82aa5c6..000000000 --- a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/entry/src/main/js/test/List.test.js +++ /dev/null @@ -1,16 +0,0 @@ -/* - * 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. - */ - -require('./ActsBmsAllShortcutInfoTest.test.js') \ No newline at end of file diff --git a/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/signature/openharmony_sx.p7b b/appexecfwk/bundle_standard/bundlemanager/actsbmsallshortcutinfotest/signature/openharmony_sx.p7b deleted file mode 100644 index 66b4457a8a81fb8d3356cf46d67226c850944858..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3443 zcmcgvYj6|S8MPj^V?bbHu)zUrguxV$eOH!j$tfhe(&~j*^2(BJ8Bw#6Ru5a+m8F$e z7KKoe&=>-grhpq>=4Bu;(DE|wG>}Juk_0FTWjZM)HPlI=G?d~bG!)vE?SRd|k4|RL z5AA&4J@@X}@1F16xgaj0Q_^NE(=Gc(#7pJ3#zhN2Tx93-c#sGTPf1&_OvfVyLOu_~ zlSe%S@>=7`Ny51BKMTc;WGL*TDT$MIk>XNl)`J8^1h|A4DgXsQJWCvj_*`5l2htLU zQb|hWZthQ3EO$wia-fh9N)kXtGPj$A6damq3MM9pNIyx0NiIPIgA$i7%!GW72$Oi< z0D=zJ`Y49^Lr|^Wn5#m~7QIHVf-PuY)=pu1y$Xw|RIr2ez^opDJ$jTdsS0Ci7(+as25)_x zsT{}EFl&V|Ef!V9U<2YYRwA&?0@oW&+zMu#MLjlkC63QUS*F~nt&CJ?HBF8xWrVb# zH5lU5!jKhJMKRn`g!moxUavC%H9DwzPo=ifYo{C*v<_3DeJD7J5s#wqYJ_!Y{dKl# zbI>7`d2oQTI#itWjMb#pQF0&==*tju`)aL$UCE23tZj*onZ@#D%qMUx!zW7U>s7pT(2?vZB-yTR}BaHF_^_p z>A)i>RKq&8(V$JL0R&eIy~f~oaNp~cTG=WKY(YHEf$Hj!M5XOif2}bDVT~#nwm57i z6^;k1BfkI#2a7>4e42{8g?g`>nbo*tA?vQh{fRzIem6Y!&u8`Yow^C zqOv67Mm26i&zNJdsSk}S5ZJ9i5g1b;GMLpRDryEM1hJu-awZyzc>Q+DX-4p{!Nodj z8p@BoYeJz0+)sJZt zuEPepall8Mbf92R2NrOKP{5F3h655oKi75PrZ7VWYMqI0@AnHgNidN_?~A>hO$>~4 z^Tb@Mb6p+qg%i#dPPBT6TPfsoGNel~WMtla4$I*p39k?b>wSH06QT&ecu{LS5j7WKgGt{%Qg#tlx5^zGpL0XEyDon}XtBlYX@N6O&mN9(L z$3WvjRw6q*BYjXd*Fq8jXbPB|7!qV;4<3SpL4U$-IR3dR7);6%Ng*HwQb@`@>Ox+;D8{>7P%3W3Q%Usi-A~_qV+>e)rntOWl*O-6dZMKE8F5;?K0akaPU^t@xU> z%=cfHofS|kPL6wHyBU;&9FES!DZ+6ebIF)LFY6Fz{&D!$xgA|o7k1uCUbIc31tSxH zQ9Ry%g+c*8bqSc5h(`)Dg=0P>uD!i0X1s82?ZKCCB;WhGR>U(8-7|qN3Ap)CQv0fX zX>mu>K3(2u5yPDS2i~g-k`cK-?+g}k~KDu+;-P*Btr{$~&b>;qGA|AHs7nh`J|G6Cj zFM?4Cp=2b4lMDphW2lmNDT9=hRhqu_t?@tZNiwycZ^=K%z>ov)XaXk~tj_oQ`@1 zbTo;4XZBDgPjUAKnGqx}k`C5UB78cI_yh?}-u&gMP5ZOtdzXK(qxOqy@YH| zKVg=t_U%sjdhgBr><=%#F8a;Uk{yeK)y=0CKNmdE*mmS2GpIWB>H6u#<%c`=zqcWK z9HF5KQ#7Oa~pEP2)s#v~d&wROM>gVs@EXK<+yLWhcgU&n0TfndfCpllJ0~-G1 zq|eQ>U0Y7f|Lt@0PS { - expect(data.length).assertEqual(1); - expect(err).assertEqual(0); - checkShortcutIsExist(data, 'id.third1', 'third1'); - if (count == STRESSLEVEL - 1) { - done(); - } else if (err != 0) { - console.log('call function level is: ' + count); - expect().assertFail(); - flag = false; - } - count++; - }) - if (!flag) { - done(); - break; - } - } - }) - /* * @tc.number: ActsBmsKit_getModuleUsageRecordTest_0100 * @tc.name: Pressure test interface getModuleUsageRecord(int maxNum) by promise; -- GitLab