提交 93aeeaab 编写于 作者: X xinxin13

submit code

Signed-off-by: Nxinxin13 <xinxin13@huawei.com>
上级 63e674ec
/* /*
* Copyright (c) 2021 Huawei Device Co., Ltd. * Copyright (c) 2021-2022 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at
...@@ -57,7 +57,7 @@ export default function ActsNotificationWantAgentTest() { ...@@ -57,7 +57,7 @@ export default function ActsNotificationWantAgentTest() {
beforeEach(async function (done) { beforeEach(async function (done) {
console.info(`${TAG} beforeEach START`) console.info(`${TAG} beforeEach START`)
WantAgent = {} WantAgent = {}
console.info(`${TAG} aftebeforeEachEach END`) console.info(`${TAG} beforeEachEach END`)
done(); done();
}) })
...@@ -538,9 +538,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -538,9 +538,6 @@ export default function ActsNotificationWantAgentTest() {
} else { } else {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
done()
}
wantAgent.cancel(WantAgent, (err) => { wantAgent.cancel(WantAgent, (err) => {
if (err.code) { if (err.code) {
console.info(`${TAG} cancel AsyncCallback err: ${err.code}`) console.info(`${TAG} cancel AsyncCallback err: ${err.code}`)
...@@ -551,9 +548,10 @@ export default function ActsNotificationWantAgentTest() { ...@@ -551,9 +548,10 @@ export default function ActsNotificationWantAgentTest() {
expect(true).assertTrue() expect(true).assertTrue()
done() done()
} }
console.info(`${TAG} SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_2100 END`)
}) })
}
}) })
console.info(`${TAG} SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_2100 END`)
}) })
/* /*
...@@ -568,7 +566,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -568,7 +566,6 @@ export default function ActsNotificationWantAgentTest() {
wantAgent.getWantAgent(WantAgentInfo).then((data) => { wantAgent.getWantAgent(WantAgentInfo).then((data) => {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.cancel(WantAgent).then(() => { wantAgent.cancel(WantAgent).then(() => {
console.info(`${TAG} cancel Promise success`) console.info(`${TAG} cancel Promise success`)
expect(true).assertTrue() expect(true).assertTrue()
...@@ -604,7 +601,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -604,7 +601,6 @@ export default function ActsNotificationWantAgentTest() {
} else { } else {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.getBundleName(WantAgent, (err, data) => { wantAgent.getBundleName(WantAgent, (err, data) => {
if (err.code) { if (err.code) {
console.info(`${TAG} getBundleName AsyncCallback err: ${err.code}`) console.info(`${TAG} getBundleName AsyncCallback err: ${err.code}`)
...@@ -633,7 +629,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -633,7 +629,6 @@ export default function ActsNotificationWantAgentTest() {
wantAgent.getWantAgent(WantAgentInfo).then((data) => { wantAgent.getWantAgent(WantAgentInfo).then((data) => {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.getBundleName(WantAgent) wantAgent.getBundleName(WantAgent)
.then((data) => { .then((data) => {
console.info(`${TAG} getBundleName Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} getBundleName Promise success: ${JSON.stringify(data)}`)
...@@ -671,7 +666,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -671,7 +666,6 @@ export default function ActsNotificationWantAgentTest() {
} else { } else {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.getUid(WantAgent, (err, data) => { wantAgent.getUid(WantAgent, (err, data) => {
if (err.code) { if (err.code) {
console.info(`${TAG} getUid AsyncCallback err: ${err.code}`) console.info(`${TAG} getUid AsyncCallback err: ${err.code}`)
...@@ -701,7 +695,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -701,7 +695,6 @@ export default function ActsNotificationWantAgentTest() {
wantAgent.getWantAgent(WantAgentInfo).then((data) => { wantAgent.getWantAgent(WantAgentInfo).then((data) => {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.getUid(WantAgent).then((data) => { wantAgent.getUid(WantAgent).then((data) => {
console.info(`${TAG} getUid Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} getUid Promise success: ${JSON.stringify(data)}`)
expect(true).assertTrue() expect(true).assertTrue()
...@@ -738,7 +731,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -738,7 +731,6 @@ export default function ActsNotificationWantAgentTest() {
wantAgentData1 = data wantAgentData1 = data
wantAgentData2 = data wantAgentData2 = data
console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.equal(wantAgentData1, wantAgentData2, (err, data) => { wantAgent.equal(wantAgentData1, wantAgentData2, (err, data) => {
if (err.code) { if (err.code) {
console.info(`${TAG} equal AsyncCallback err: ${err.code}`) console.info(`${TAG} equal AsyncCallback err: ${err.code}`)
...@@ -773,7 +765,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -773,7 +765,6 @@ export default function ActsNotificationWantAgentTest() {
wantAgentData1 = data wantAgentData1 = data
wantAgentData2 = data wantAgentData2 = data
console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.equal(wantAgentData1, wantAgentData2).then((data) => { wantAgent.equal(wantAgentData1, wantAgentData2).then((data) => {
console.info(`${TAG} equal Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} equal Promise success: ${JSON.stringify(data)}`)
expect(data).assertTrue() expect(data).assertTrue()
...@@ -788,7 +779,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -788,7 +779,6 @@ export default function ActsNotificationWantAgentTest() {
console.info(`${TAG} SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_2800 END`) console.info(`${TAG} SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_2800 END`)
}) })
/* /*
* @tc.number : SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_2900 * @tc.number : SUB_NOTIFICATION_ANS_GET_WANT_AGENT_TEST_2900
* @tc.name : function getOperationType(agent: WantAgent, callback: AsyncCallback<number>): void * @tc.name : function getOperationType(agent: WantAgent, callback: AsyncCallback<number>): void
...@@ -806,7 +796,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -806,7 +796,6 @@ export default function ActsNotificationWantAgentTest() {
} else { } else {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent AsyncCallback success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.getOperationType(WantAgent, (err, data) => { wantAgent.getOperationType(WantAgent, (err, data) => {
if (err.code) { if (err.code) {
console.info(`${TAG} getOperationType AsyncCallback err: ${err.code}`) console.info(`${TAG} getOperationType AsyncCallback err: ${err.code}`)
...@@ -836,7 +825,6 @@ export default function ActsNotificationWantAgentTest() { ...@@ -836,7 +825,6 @@ export default function ActsNotificationWantAgentTest() {
wantAgent.getWantAgent(WantAgentInfo).then((data) => { wantAgent.getWantAgent(WantAgentInfo).then((data) => {
WantAgent = data WantAgent = data
console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} getWantAgent Promise success: ${JSON.stringify(data)}`)
expect(true).assertTrue()
wantAgent.getOperationType(WantAgent) wantAgent.getOperationType(WantAgent)
.then((data) => { .then((data) => {
console.info(`${TAG} getOperationType Promise success: ${JSON.stringify(data)}`) console.info(`${TAG} getOperationType Promise success: ${JSON.stringify(data)}`)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册