From 12275eee1e7f62cd269095d4fb2f4b3c84945f94 Mon Sep 17 00:00:00 2001 From: nan-xiansen Date: Fri, 3 Mar 2023 14:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90resourceschedule=E3=80=91=E4=B8=8B?= =?UTF-8?q?=E7=BA=BF=E4=BF=A1=E6=81=AF=E6=9F=A5=E8=AF=A2=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=B3=BB=E7=BB=9Fapi=E7=94=A8=E4=BE=8B&=E6=8F=90=E9=86=92?= =?UTF-8?q?=E4=BB=A3=E7=90=86=E6=A8=A1=E5=9D=97api8=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nan-xiansen Change-Id: I9e925de5cd5776938ba3412fd3d095d3686f9c3b --- .../resourceschedule_standard/BUILD.gn | 1 + .../src/main/js/test/List.test.js | 3 +- .../src/main/js/test/UsageStatistics.test.js | 491 ------------------ .../src/main/js/test/List.test.js | 3 +- .../src/main/js/test/ReminderAgentJs.test.js | 8 +- .../reminderagentManager/BUILD.gn | 35 ++ .../reminderagentManager/Test.json | 19 + .../signature/openharmony_sx.p7b | Bin 0 -> 3597 bytes .../reminderagentManager/src/main/config.json | 107 ++++ .../src/main/js/MainAbility/app.js | 23 + .../src/main/js/MainAbility/i18n/en-US.json | 6 + .../src/main/js/MainAbility/i18n/zh-CN.json | 6 + .../main/js/MainAbility/pages/index/index.css | 9 + .../main/js/MainAbility/pages/index/index.hml | 5 + .../main/js/MainAbility/pages/index/index.js | 32 ++ .../src/main/js/TestAbility/app.js | 31 ++ .../src/main/js/TestAbility/i18n/en-US.json | 8 + .../src/main/js/TestAbility/i18n/zh-CN.json | 8 + .../main/js/TestAbility/pages/index/index.css | 30 ++ .../main/js/TestAbility/pages/index/index.hml | 5 + .../main/js/TestAbility/pages/index/index.js | 26 + .../js/TestRunner/OpenHarmonyTestRunner.js | 59 +++ .../src/main/js/test/List.test.js | 19 + .../js/test/ReminderAgentManagerJs.test.js | 0 .../main/resources/base/element/string.json | 28 + .../src/main/resources/base/media/icon.png | Bin 0 -> 6790 bytes 26 files changed, 464 insertions(+), 498 deletions(-) delete mode 100644 resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/UsageStatistics.test.js create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/BUILD.gn create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/Test.json create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/signature/openharmony_sx.p7b create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/config.json create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/app.js create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/en-US.json create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/zh-CN.json create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.css create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.hml create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.js create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/app.js create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/en-US.json create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/zh-CN.json create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.css create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.hml create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.js create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestRunner/OpenHarmonyTestRunner.js create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/test/List.test.js rename resourceschedule/resourceschedule_standard/{reminderagent => reminderagentManager}/src/main/js/test/ReminderAgentManagerJs.test.js (100%) create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/resources/base/element/string.json create mode 100644 resourceschedule/resourceschedule_standard/reminderagentManager/src/main/resources/base/media/icon.png diff --git a/resourceschedule/resourceschedule_standard/BUILD.gn b/resourceschedule/resourceschedule_standard/BUILD.gn index 7aab0b9e0..569e4acd9 100644 --- a/resourceschedule/resourceschedule_standard/BUILD.gn +++ b/resourceschedule/resourceschedule_standard/BUILD.gn @@ -21,6 +21,7 @@ group("resourceschedule_standard") { "continuoustaskrelyhap:ContinuousTaskRelyHap", "deviceusagestatisticsjsunit:resourceschedule_deviceusagestatisticsjsunit_js_test", "reminderagent:resourceschedule_reminderagent_js_test", + "reminderagentManager:resourceschedule_reminderagentmgr_js_test", "workscheduler:resourceschedule_workscheduler_js_test", ] } diff --git a/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/List.test.js b/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/List.test.js index f3bc65d89..56d3dee2d 100644 --- a/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/List.test.js +++ b/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/List.test.js @@ -14,9 +14,8 @@ */ import bundlestate_test from './BundleState.test.js' import DeviceUsageStatisticsJsTest from './DeviceUsageStatisticsJsunit.test.js' -import UsageStatisticsTest from './UsageStatistics.test.js' + export default function testsuite() { bundlestate_test() DeviceUsageStatisticsJsTest() - UsageStatisticsTest() } diff --git a/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/UsageStatistics.test.js b/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/UsageStatistics.test.js deleted file mode 100644 index 18b763be2..000000000 --- a/resourceschedule/resourceschedule_standard/deviceusagestatisticsjsunit/src/main/js/test/UsageStatistics.test.js +++ /dev/null @@ -1,491 +0,0 @@ -/* - * 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 usageStatistics from '@ohos.resourceschedule.usageStatistics' - -import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from '@ohos/hypium' - -export default function UsageStatistics() { -describe("UsageStatistics", function () { - beforeAll(function() { - - /* - * @tc.setup: setup invoked before all testcases - */ - console.info('beforeAll called') - }) - - afterAll(function() { - - /* - * @tc.teardown: teardown invoked after all testcases - */ - console.info('afterAll called') - }) - - beforeEach(function() { - - /* - * @tc.setup: setup invoked before each testcases - */ - console.info('beforeEach called') - }) - - afterEach(function() { - - /* - * @tc.teardown: teardown invoked after each testcases - */ - console.info('afterEach caled') - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0025 - * @tc.name: UsageStatistics001 - * @tc.desc: test isIdleState promise. - */ - it("UsageStatistics001", 0, async function (done) { - console.info('----------------------UsageStatistics001---------------------------'); - let bundleName = 'ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function'; - try { - usageStatistics.isIdleState(bundleName).then((res) => { - console.info('test UsageStatistics001 isIdleState promise success.' + res); - expect(res).assertFalse(); - done() - }).catch((err) => { - console.info('test UsageStatistics001 isIdleState promise failure.' + err.code); - }); - } catch (error) { - console.info('isIdleState throw error, code is: ' + error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0026 - * @tc.name: UsageStatistics002 - * @tc.desc: test isIdleState callback. - */ - it("UsageStatistics002", 0, async function (done) { - console.info('----------------------UsageStatistics002---------------------------'); - let bundleName = 'ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function'; - try { - usageStatistics.isIdleState(bundleName, (err, res) => { - if(err) { - console.info('test UsageStatistics002 isIdleState callback failure.' + err.code); - } else { - console.info('test UsageStatistics002 isIdleState callback success.' + res); - expect(res).assertFalse(); - done(); - } - }); - } catch (error) { - console.info('isIdleState throw error, code is: ' + error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0027 - * @tc.name: UsageStatistics003 - * @tc.desc: test queryAppGroup promise. - */ - it("UsageStatistics003", 0, async function (done) { - console.info('----------------------UsageStatistics003---------------------------'); - let bundleName = 'ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function'; - try { - usageStatistics.queryAppGroup(bundleName).then( res => { - console.info('test UsageStatistics003 queryAppGroup promise success.' + res); - expect(res).assertEqual(10); - done(); - }).catch( err => { - console.info('tets UsageStatistics003 queryAppGroup promise failure.' + err.code); - }); - } catch (error) { - console.info('queryAppGroup throw error, code is: ' + error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0028 - * @tc.name: UsageStatistics004 - * @tc.desc: test queryAppGroup callback. - */ - it("UsageStatistics004", 0, async function (done) { - console.info('----------------------UsageStatistics004---------------------------'); - let bundleName = 'ohos.acts.resourceschedule.deviceusagestatisticsjsunit.js.function'; - try { - usageStatistics.queryAppGroup(bundleName, (err, res) => { - if(err) { - console.info('test UsageStatistics004 queryAppGroup callback failure.' + err.code); - } else { - console.info('tets UsageStatistics004 queryAppGroup callback success.' + res); - expect(res).assertEqual(10); - done(); - } - }); - } catch (error) { - console.info('queryAppGroup throw error, code is: ' + error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0029 - * @tc.name: UsageStatistics005 - * @tc.desc: test queryCurrentBundleEvents promise. - */ - it("UsageStatistics005", 0, async function (done) { - console.info('----------------------UsageStatistics005---------------------------'); - let beginTime = 0; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime).then((res) => { - console.info('test UsageStatistics005 queryCurrentBundleEvents promise success.' + res); - expect(res).assertInstanceOf("Array"); - done(); - }).catch((err) => { - console.info('test UsageStatistics005 queryCurrentBundleEvents promise failure.' + err.code); - }); - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0030 - * @tc.name: UsageStatistics006 - * @tc.desc: test queryCurrentBundleEvents callback. - */ - it("UsageStatistics006", 0, async function (done) { - console.info('----------------------UsageStatistics006---------------------------'); - let beginTime = 0; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime, (err, res) => { - if(err) { - console.info('tets UsageStatistics006 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics006 queryCurrentBundleEvents callback success.' + res); - expect(res).assertInstanceOf("Array"); - done(); - } - }); - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0031 - * @tc.name: UsageStatistics007 - * @tc.desc: test BundleEvents bundleName. - */ - it("UsageStatistics007", 0, async function (done) { - console.info('----------------------UsageStatistics007---------------------------'); - let beginTime = 10; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime, (err, res) => { - if(err) { - console.info('tets UsageStatistics007 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics007 queryCurrentBundleEvents callback success.' + res); - expect(res).assertInstanceOf("Array"); - if(res === undefined) { - res = [{bundleName: 'www.baidu.com'}]; - } - console.info('test BundleEvents bundleName :' + res[0].bundleName); - done(); - } - }); - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0032 - * @tc.name: UsageStatistics008 - * @tc.desc: test BundleEvents eventId. - */ - it("UsageStatistics008", 0, async function (done) { - console.info('----------------------UsageStatistics008---------------------------'); - let beginTime = 10; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime, (err, res) => { - if(err) { - console.info('tets UsageStatistics008 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics008 queryCurrentBundleEvents callback success.' + res); - expect(res).assertInstanceOf("Array"); - if(res === undefined) { - res = [{eventId: 0}]; - } - console.info('test BundleEvents eventId :' + res[0].eventId); - done(); - } - }) - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0033 - * @tc.name: UsageStatistics009 - * @tc.desc: test BundleEvents eventOccurredTime. - */ - it("UsageStatistics009", 0, async function (done) { - console.info('----------------------UsageStatistics009---------------------------'); - let beginTime = 10; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime, (err, res) => { - if(err) { - console.info('tets UsageStatistics009 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics009 queryCurrentBundleEvents callback success.' + res); - expect(res).assertInstanceOf("Array"); - if(res === undefined) { - res = [{eventOccurredTime: 10000000000000}]; - } - console.info('test BundleEvents eventOccurredTime :' + res[0].eventOccurredTime); - done(); - } - }) - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0034 - * @tc.name: UsageStatistics0010 - * @tc.desc: test BundleEvents appGroup. - */ - it("UsageStatistics0010", 0, async function (done) { - console.info('----------------------UsageStatistics0010---------------------------'); - let beginTime = 10; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime, (err, res) => { - if(err) { - console.info('tets UsageStatistics0010 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics0010 queryCurrentBundleEvents callback success.' + res); - expect(res).assertInstanceOf("Array"); - if(res === undefined) { - res = [{appGroup: 1}]; - } - console.info('test BundleEvents appGroup :' + res[0].appGroup); - done(); - } - }) - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0035 - * @tc.name: UsageStatistics0011 - * @tc.desc: test BundleEvents indexOfLink. - */ - it("UsageStatistics0011", 0, async function (done) { - console.info('----------------------UsageStatistics0011---------------------------'); - let beginTime = 10; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime, (err, res) => { - if(err) { - console.info('tets UsageStatistics0011 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics0011 queryCurrentBundleEvents callback success.' + res); - expect(res).assertInstanceOf("Array"); - if(res === undefined) { - res = [{indexOfLink: 'id'}]; - } - console.info('test BundleEvents indexOfLink :' + res[0].indexOfLink); - done(); - } - }) - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0036 - * @tc.name: UsageStatistics0012 - * @tc.desc: test BundleEvents nameOfClass. - */ - it("UsageStatistics0012", 0, async function (done) { - console.info('----------------------UsageStatistics0012---------------------------'); - let beginTime = 10; - let endTime = 20000000000000; - try { - usageStatistics.queryCurrentBundleEvents(beginTime, endTime, (err, res) => { - if(err) { - console.info('tets UsageStatistics0012 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics0012 queryCurrentBundleEvents callback success.' + res); - expect(res).assertInstanceOf("Array"); - if(res === undefined) { - res = [{nameOfClass: 'BundleEvents'}]; - } - console.info('test BundleEvents nameOfClass :' + res[0].nameOfClass); - done(); - } - }) - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0037 - * @tc.name: UsageStatistics0013 - * @tc.desc: test isIdleState promise. - */ - it("UsageStatistics0013", 0, async function (done) { - console.info('----------------------UsageStatistics0013---------------------------'); - try { - usageStatistics.isIdleState(12345).then((res) => { - console.info('test UsageStatistics0013 isIdleStateone promise success.' + res); - }).catch((err) => { - console.info('test UsageStatistics0013 isIdleState promise failure.' + err.code); - }); - } catch (error) { - console.info('isIdleState throw error, code is: ' + error.code + ',message is: ' + error.message); - expect(error.code).assertEqual("401"); - done(); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0038 - * @tc.name: UsageStatistics0014 - * @tc.desc: test isIdleState callback. - */ - it("UsageStatistics0014", 0, async function (done) { - console.info('----------------------UsageStatistics0014---------------------------'); - try { - usageStatistics.isIdleState("", (err, res) => { - if(err) { - console.info('test UsageStatistics0014 isIdleState callback failure.' + err.code); - } else { - console.info('test UsageStatistics0014 isIdleState callback success.' + res); - } - }); - } catch (error) { - console.info('isIdleState throw error, code is: ' + error.code + ',message is: ' + error.message); - expect(error.code).assertEqual("401"); - done(); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0039 - * @tc.name: UsageStatistics0015 - * @tc.desc: test queryAppGroup promise. - */ - it("UsageStatistics0015", 0, async function (done) { - console.info('----------------------UsageStatistics0015---------------------------'); - try { - usageStatistics.queryAppGroup(123456).then( res => { - console.info('test UsageStatistics0015 queryAppGroup promise success.'+ res); - }).catch( err => { - console.info('tets UsageStatistics0015 queryAppGroup promise failure.' + err.code); - }); - } catch (error) { - console.info('queryAppGroup throw error, code is: ' + error.code + ',message is: ' + error.message); - expect(error.code).assertEqual("401"); - done(); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0040 - * @tc.name: UsageStatistics0016 - * @tc.desc: test queryAppGroup callback. - */ - it("UsageStatistics0016", 0, async function (done) { - console.info('----------------------UsageStatistics0016---------------------------'); - try { - usageStatistics.queryAppGroup(null, (err, res) => { - if(err) { - console.info('test UsageStatistics0016 queryAppGroup callback failure.' + err.code); - } else { - console.info('tets UsageStatistics0016 queryAppGroup callback success.' + res); - } - }); - } catch (error) { - console.info('queryAppGroup throw error, code is: ' + error.code + ',message is: ' + error.message); - expect(error.code).assertEqual("401"); - done(); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0041 - * @tc.name: UsageStatistics0017 - * @tc.desc: test queryCurrentBundleEvents promise. - */ - it("UsageStatistics0017", 0, async function (done) { - console.info('----------------------UsageStatistics0017---------------------------'); - try { - usageStatistics.queryCurrentBundleEvents(true, false).then((res) => { - console.info('test UsageStatistics0017 queryCurrentBundleEvents promise success.' + res); - }).catch((err) => { - console.info('test UsageStatistics0017 queryCurrentBundleEvents promise failure.' + err.code); - }); - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - expect(error.code).assertEqual("401"); - done(); - } - }) - - /* - * @tc.number:SUB_RESOURCESCHEDULE_USAGEINFO_QUERY_XTS_0042 - * @tc.name: UsageStatistics0018 - * @tc.desc: test queryCurrentBundleEvents callback. - */ - it("UsageStatistics0018", 0, async function (done) { - console.info('----------------------UsageStatistics0018---------------------------'); - try { - usageStatistics.queryCurrentBundleEvents("", "1235456", (err, res) => { - if(err) { - console.info('tets UsageStatistics0018 queryCurrentBundleEvents callback failure.' + err.code); - } else { - console.info('test UsageStatistics0018 queryCurrentBundleEvents callback success.' + res); - } - }); - } catch (error) { - console.info('queryCurrentBundleEvents throw error, code is: ' + - error.code + ',message is: ' + error.message); - expect(error.code).assertEqual("401"); - done(); - } - }) -})} diff --git a/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/List.test.js b/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/List.test.js index 99881bebc..62824b712 100644 --- a/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/List.test.js +++ b/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/List.test.js @@ -13,9 +13,8 @@ * limitations under the License. */ import ReminderAgentTest from './ReminderAgentJs.test.js' -import ReminderAgentManagerTest from './ReminderAgentManagerJs.test.js' + export default function testsuite() { ReminderAgentTest() -ReminderAgentManagerTest() } diff --git a/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/ReminderAgentJs.test.js b/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/ReminderAgentJs.test.js index 76a392b4b..6025bb74e 100644 --- a/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/ReminderAgentJs.test.js +++ b/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/ReminderAgentJs.test.js @@ -2800,7 +2800,8 @@ export default function ReminderAgentTest() { let firstId = 0; let secondId = 0; let diffId = 0 - for (let i = 0; i < maxLimitNumsOfApp; i++) { + reminderAgent.cancelAllReminders().then(() =>{ + for (let i = 0; i < maxLimitNumsOfApp; i++) { (function (i) { setTimeout(function () { reminderAgent.publishReminder(timer).then((reminderId) => { @@ -2811,12 +2812,13 @@ export default function ReminderAgentTest() { secondId = reminderId diffId = secondId - firstId expect(29).assertEqual(diffId); + done(); } }); - }, 500 * i); + }, 500); })(i); } - done(); + }) }) /** diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/BUILD.gn b/resourceschedule/resourceschedule_standard/reminderagentManager/BUILD.gn new file mode 100644 index 000000000..620c816d7 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/BUILD.gn @@ -0,0 +1,35 @@ +# 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("resourceschedule_reminderagentmgr_js_test") { + hap_profile = "./src/main/config.json" + deps = [ + ":resourceschedule_js_assets", + ":resourceschedule_js_resources", + ] + certificate_profile = "./signature/openharmony_sx.p7b" + hap_name = "ActsResourcescheduleReminderAgentMgrTest" + subsystem_name = "notification" + part_name = "distributed_notification_service" +} +ohos_js_assets("resourceschedule_js_assets") { + js2abc = true + hap_profile = "./src/main/config.json" + source_dir = "./src/main/js" +} +ohos_resources("resourceschedule_js_resources") { + sources = [ "./src/main/resources" ] + hap_profile = "./src/main/config.json" +} diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/Test.json b/resourceschedule/resourceschedule_standard/reminderagentManager/Test.json new file mode 100644 index 000000000..17f24ca21 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/Test.json @@ -0,0 +1,19 @@ +{ + "description": "Configuration for resourceschedule js api Tests", + "driver": { + "type": "OHJSUnitTest", + "test-timeout": "300000", + "shell-timeout": "300000", + "bundle-name": "ohos.acts.resourceschedule.reminderagentMgr.js.function", + "package-name": "ohos.acts.resourceschedule.reminderagentMgr.js.function" + }, + "kits": [ + { + "test-file-name": [ + "ActsResourcescheduleReminderAgentMgrTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + } + ] +} \ No newline at end of file diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/signature/openharmony_sx.p7b b/resourceschedule/resourceschedule_standard/reminderagentManager/signature/openharmony_sx.p7b new file mode 100644 index 0000000000000000000000000000000000000000..19950f1bc1f859de3380460702902327f3f819f4 GIT binary patch literal 3597 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 Q5kI!vzi-jkkG*{0fASK9;Q#;t literal 0 HcmV?d00001 diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/config.json b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/config.json new file mode 100644 index 000000000..bccf0ce86 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/config.json @@ -0,0 +1,107 @@ +{ + "app": { + "bundleName": "ohos.acts.resourceschedule.reminderagentMgr.js.function", + "vendor": "example", + "version": { + "code": 1, + "name": "1.0" + }, + "apiVersion": { + "compatible": 4, + "target": 5 + } + }, + "deviceConfig": {}, + "module": { + "package": "ohos.acts.resourceschedule.reminderagentMgr.js.function", + "name": ".entry", + "deviceType": [ + "tablet", + "default", + "phone" + ], + "distro": { + "deliveryWithInstall": true, + "moduleName": "entry", + "moduleType": "entry" + }, + "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 + } + } + ], + "reqPermissions": [ + { + "name": "ohos.permission.PUBLISH_AGENT_REMINDER", + "reason": "SYSTEM_GRANT", + "usedScene": { + "ability": [ + ".FormAbility" + ], + "when": "inuse" + } + } + ], + "testRunner": { + "name": "OpenHarmonyTestRunner", + "srcPath": "TestRunner" + }, + "mainAbility": ".MainAbility", + "srcPath": "" + } +} \ No newline at end of file diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/app.js b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/app.js new file mode 100644 index 000000000..e423f4bce --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/app.js @@ -0,0 +1,23 @@ +/* + * 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/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/en-US.json b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/en-US.json new file mode 100644 index 000000000..e63c70d97 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/en-US.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "Hello", + "world": "World" + } +} \ No newline at end of file diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/zh-CN.json b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/zh-CN.json new file mode 100644 index 000000000..096c4d3d6 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/i18n/zh-CN.json @@ -0,0 +1,6 @@ +{ + "strings": { + "hello": "您好", + "world": "鸿蒙" + } +} \ No newline at end of file diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.css b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.css new file mode 100644 index 000000000..6fda79275 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.css @@ -0,0 +1,9 @@ +.container { + flex-direction: column; + justify-content: center; + align-items: center; +} + +.title { + font-size: 100px; +} diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.hml b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.hml new file mode 100644 index 000000000..f64b040a5 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.hml @@ -0,0 +1,5 @@ +
+ + {{ $t('strings.hello') }} {{ title }} + +
diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.js b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.js new file mode 100644 index 000000000..af4eb3e36 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/MainAbility/pages/index/index.js @@ -0,0 +1,32 @@ +/* + * 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. + */ + + +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() { + }, +} diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/app.js b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/app.js new file mode 100644 index 000000000..cdc31f3dc --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/app.js @@ -0,0 +1,31 @@ +/* + * 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"); + } +}; diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/en-US.json b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/en-US.json new file mode 100644 index 000000000..3cb24b374 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/en-US.json @@ -0,0 +1,8 @@ +{ + "strings": { + "hello": "Hello", + "world": "World" + }, + "Files": { + } +} \ No newline at end of file diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/zh-CN.json b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/zh-CN.json new file mode 100644 index 000000000..c804e32c0 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/i18n/zh-CN.json @@ -0,0 +1,8 @@ +{ + "strings": { + "hello": "您好", + "world": "世界" + }, + "Files": { + } +} \ No newline at end of file diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.css b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.css new file mode 100644 index 000000000..b1bcd4338 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.css @@ -0,0 +1,30 @@ +.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 diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.hml b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.hml new file mode 100644 index 000000000..f629c71a9 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.hml @@ -0,0 +1,5 @@ +
+ + {{ $t('strings.hello') }} {{ title }} + +
diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.js b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.js new file mode 100644 index 000000000..88b083a7f --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestAbility/pages/index/index.js @@ -0,0 +1,26 @@ +/* + * 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'); + } +} + + + diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestRunner/OpenHarmonyTestRunner.js b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestRunner/OpenHarmonyTestRunner.js new file mode 100644 index 000000000..c5fa8620c --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/TestRunner/OpenHarmonyTestRunner.js @@ -0,0 +1,59 @@ +/* + * 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); + }) + } +}; diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/test/List.test.js b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/test/List.test.js new file mode 100644 index 000000000..b84a7e171 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/test/List.test.js @@ -0,0 +1,19 @@ +/* + * 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 ReminderAgentManagerTest from './ReminderAgentManagerJs.test.js' +export default function testsuite() { +ReminderAgentManagerTest() + +} diff --git a/resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/ReminderAgentManagerJs.test.js b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/test/ReminderAgentManagerJs.test.js similarity index 100% rename from resourceschedule/resourceschedule_standard/reminderagent/src/main/js/test/ReminderAgentManagerJs.test.js rename to resourceschedule/resourceschedule_standard/reminderagentManager/src/main/js/test/ReminderAgentManagerJs.test.js diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/resources/base/element/string.json b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/resources/base/element/string.json new file mode 100644 index 000000000..c94190af0 --- /dev/null +++ b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/resources/base/element/string.json @@ -0,0 +1,28 @@ +{ + "string": [ + { + "name": "app_name", + "value": "ResourcescheduleJSApiTest" + }, + { + "name": "mainability_description", + "value": "JS_Phone_Empty Feature Ability" + }, + { + "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 diff --git a/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/resources/base/media/icon.png b/resourceschedule/resourceschedule_standard/reminderagentManager/src/main/resources/base/media/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..ce307a8827bd75456441ceb57d530e4c8d45d36c GIT binary patch literal 6790 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