Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
50c30c3b
X
Xts Acts
项目概览
OpenHarmony
/
Xts Acts
1 年多 前同步成功
通知
9
Star
22
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
X
Xts Acts
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
50c30c3b
编写于
6月 27, 2023
作者:
Z
zhaimengchao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
【Account】【Master】Added NewInterface xts about Plugin for AppAccount
Signed-off-by:
N
zhaimengchao
<
zhaimengchao@huawei.com
>
上级
5e0dc942
变更
19
隐藏空白更改
内联
并排
Showing
19 changed file
with
933 addition
and
1 deletion
+933
-1
account/appaccount/BUILD.gn
account/appaccount/BUILD.gn
+2
-1
account/appaccount/actsappaccountplugintest/AppScope/app.json
...unt/appaccount/actsappaccountplugintest/AppScope/app.json
+21
-0
account/appaccount/actsappaccountplugintest/AppScope/resources/base/element/string.json
...untplugintest/AppScope/resources/base/element/string.json
+8
-0
account/appaccount/actsappaccountplugintest/AppScope/resources/base/media/app_icon.png
...ountplugintest/AppScope/resources/base/media/app_icon.png
+0
-0
account/appaccount/actsappaccountplugintest/BUILD.gn
account/appaccount/actsappaccountplugintest/BUILD.gn
+43
-0
account/appaccount/actsappaccountplugintest/Test.json
account/appaccount/actsappaccountplugintest/Test.json
+26
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/Application/AbilityStage.ts
...plugintest/entry/src/main/ets/Application/AbilityStage.ts
+9
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/MainAbility/MainAbility.ts
...tplugintest/entry/src/main/ets/MainAbility/MainAbility.ts
+37
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/MainAbility/pages/index/index.ets
...test/entry/src/main/ets/MainAbility/pages/index/index.ets
+56
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/TestAbility/TestAbility.ts
...tplugintest/entry/src/main/ets/TestAbility/TestAbility.ts
+50
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/TestAbility/pages/index.ets
...plugintest/entry/src/main/ets/TestAbility/pages/index.ets
+48
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts
...st/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts
+78
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/test/List.test.ets
...ppaccountplugintest/entry/src/main/ets/test/List.test.ets
+19
-0
account/appaccount/actsappaccountplugintest/entry/src/main/ets/test/actsAALoginPluginTest.test.ets
...st/entry/src/main/ets/test/actsAALoginPluginTest.test.ets
+456
-0
account/appaccount/actsappaccountplugintest/entry/src/main/module.json
...count/actsappaccountplugintest/entry/src/main/module.json
+43
-0
account/appaccount/actsappaccountplugintest/entry/src/main/resources/base/element/string.json
...gintest/entry/src/main/resources/base/element/string.json
+32
-0
account/appaccount/actsappaccountplugintest/entry/src/main/resources/base/media/icon.png
...ntplugintest/entry/src/main/resources/base/media/icon.png
+0
-0
account/appaccount/actsappaccountplugintest/entry/src/main/resources/base/profile/main_pages.json
...est/entry/src/main/resources/base/profile/main_pages.json
+5
-0
account/appaccount/actsappaccountplugintest/signature/openharmony_sx.p7b
...unt/actsappaccountplugintest/signature/openharmony_sx.p7b
+0
-0
未找到文件。
account/appaccount/BUILD.gn
浏览文件 @
50c30c3b
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Copyright (c) 2021
-2023
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
...
...
@@ -20,6 +20,7 @@ group("appaccount_hap") {
"actsaccountoperatetest:ActsAccountOperateTest",
"actsaccounttest:ActsAccountTest",
"actsaccounttstest:ActsAccountTsTest",
"actsappaccountplugintest:ActsAppAccountPluginTest",
"actsgetaccountsbyowner:ActsGetAccountsByOwnerTest",
"actsgetallaccounts:ActsGetAllAccountsTest",
"actssetcheckdatasyncenable:ActsSetCheckDataSyncEnableTest",
...
...
account/appaccount/actsappaccountplugintest/AppScope/app.json
0 → 100644
浏览文件 @
50c30c3b
{
"app"
:
{
"bundleName"
:
"com.example.accountplugintest"
,
"vendor"
:
"huawei"
,
"versionCode"
:
1000000
,
"versionName"
:
"1.0.0"
,
"debug"
:
false
,
"icon"
:
"$media:icon"
,
"label"
:
"$string:app_name"
,
"description"
:
"$string:description_application"
,
"distributedNotificationEnabled"
:
true
,
"keepAlive"
:
true
,
"singleUser"
:
true
,
"minAPIVersion"
:
10
,
"targetAPIVersion"
:
10
,
"car"
:
{
"apiCompatibleVersion"
:
10
,
"singleUser"
:
false
}
}
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/AppScope/resources/base/element/string.json
0 → 100644
浏览文件 @
50c30c3b
{
"string"
:[
{
"name"
:
"app_name"
,
"value"
:
"ohosProject"
}
]
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/AppScope/resources/base/media/app_icon.png
0 → 100644
浏览文件 @
50c30c3b
6.6 KB
account/appaccount/actsappaccountplugintest/BUILD.gn
0 → 100644
浏览文件 @
50c30c3b
# Copyright (c) 2023 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("ActsAppAccountPluginTest") {
hap_profile = "entry/src/main/module.json"
js_build_mode = "debug"
deps = [
":ActsAppAccountPluginTest_js_assets",
":ActsAppAccountPluginTest_resources",
]
ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsAppAccountPluginTest"
subsystem_name = "account"
part_name = "os_account"
}
ohos_app_scope("ActsAppAccountPluginTest_app_profile") {
app_profile = "AppScope/app.json"
sources = [ "AppScope/resources" ]
}
ohos_js_assets("ActsAppAccountPluginTest_js_assets") {
source_dir = "entry/src/main/ets"
}
ohos_resources("ActsAppAccountPluginTest_resources") {
sources = [ "entry/src/main/resources" ]
deps = [ ":ActsAppAccountPluginTest_app_profile" ]
hap_profile = "entry/src/main/module.json"
}
account/appaccount/actsappaccountplugintest/Test.json
0 → 100644
浏览文件 @
50c30c3b
{
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"type"
:
"OHJSUnitTest"
,
"test-timeout"
:
"360000"
,
"bundle-name"
:
"com.example.accountplugintest"
,
"module-name"
:
"phone"
,
"shell-timeout"
:
"360000"
,
"testcase-timeout"
:
150000
},
"kits"
:
[
{
"test-file-name"
:
[
"ActsAppAccountPluginTest.hap"
],
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
},
{
"type"
:
"ShellKit"
,
"teardown-command"
:[
"bm uninstall -n com.example.accountplugintest"
]
}
]
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/ets/Application/AbilityStage.ts
0 → 100644
浏览文件 @
50c30c3b
import
AbilityStage
from
"
@ohos.app.ability.AbilityStage
"
export
default
class
MyAbilityStage
extends
AbilityStage
{
onCreate
()
{
console
.
log
(
"
[Demo] MyAbilityStage onCreate
"
)
globalThis
.
stageOnCreateRun
=
1
;
globalThis
.
stageContext
=
this
.
context
;
}
}
account/appaccount/actsappaccountplugintest/entry/src/main/ets/MainAbility/MainAbility.ts
0 → 100644
浏览文件 @
50c30c3b
import
Ability
from
'
@ohos.app.ability.UIAbility
'
export
default
class
MainAbility
extends
Ability
{
onCreate
(
want
,
launchParam
){
// Ability is creating, initialize resources for this ability
console
.
log
(
"
[Demo] MainAbility onCreate
"
)
globalThis
.
abilityWant
=
want
;
}
onDestroy
()
{
// Ability is destroying, release resources for this ability
console
.
log
(
"
[Demo] MainAbility onDestroy
"
)
}
onWindowStageCreate
(
windowStage
)
{
// Main window is created, set main page for this ability
console
.
log
(
"
[Demo] MainAbility onWindowStageCreate windowStage=
"
+
windowStage
)
globalThis
.
windowStage
=
windowStage
globalThis
.
abilityContext
=
this
.
context
windowStage
.
setUIContent
(
this
.
context
,
"
MainAbility/pages/index/index
"
,
null
)
}
onWindowStageDestroy
()
{
//Main window is destroyed, release UI related resources
console
.
log
(
"
[Demo] MainAbility onWindowStageDestroy
"
)
}
onForeground
()
{
// Ability has brought to foreground
console
.
log
(
"
[Demo] MainAbility onForeground
"
)
}
onBackground
()
{
// Ability has back to background
console
.
log
(
"
[Demo] MainAbility onBackground
"
)
}
};
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/ets/MainAbility/pages/index/index.ets
0 → 100644
浏览文件 @
50c30c3b
/*
* Copyright (c) 2021-2023 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 router from '@ohos.router';
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry'
import { Hypium } from '@ohos/hypium'
import testsuite from '../../../test/List.test'
@Entry
@Component
struct Index {
aboutToAppear(){
console.info("start run testcase!!!!")
var abilityDelegator: any
abilityDelegator = AbilityDelegatorRegistry.getAbilityDelegator()
var abilityDelegatorArguments: any
abilityDelegatorArguments = AbilityDelegatorRegistry.getArguments()
console.info('start run testcase!!!')
Hypium.hypiumTest(abilityDelegator, abilityDelegatorArguments, testsuite)
}
build() {
Flex({ direction:FlexDirection.Column, alignItems:ItemAlign.Center, justifyContent: FlexAlign.Center }) {
Text('Hello World')
.fontSize(50)
.fontWeight(FontWeight.Bold)
Button() {
Text('next page')
.fontSize(25)
.fontWeight(FontWeight.Bold)
}.type(ButtonType.Capsule)
.margin({
top: 20
})
.backgroundColor('#0D9FFB')
.onClick(() => {
})
}
.width('100%')
.height('100%')
}
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/ets/TestAbility/TestAbility.ts
0 → 100644
浏览文件 @
50c30c3b
/*
* 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
Ability
from
'
@ohos.app.ability.UIAbility
'
export
default
class
TestAbility
extends
Ability
{
onCreate
(
want
,
launchParam
)
{
console
.
log
(
'
TestAbility onCreate
'
)
}
onDestroy
()
{
console
.
log
(
'
TestAbility onDestroy
'
)
}
onWindowStageCreate
(
windowStage
)
{
console
.
log
(
'
TestAbility onWindowStageCreate
'
)
windowStage
.
loadContent
(
"
TestAbility/pages/index
"
,
(
err
,
data
)
=>
{
if
(
err
.
code
)
{
console
.
error
(
'
Failed to load the content. Cause:
'
+
JSON
.
stringify
(
err
));
return
;
}
console
.
info
(
'
Succeeded in loading the content. Data:
'
+
JSON
.
stringify
(
data
))
});
globalThis
.
abilityContext
=
this
.
context
;
}
onWindowStageDestroy
()
{
console
.
log
(
'
TestAbility onWindowStageDestroy
'
)
}
onForeground
()
{
console
.
log
(
'
TestAbility onForeground
'
)
}
onBackground
()
{
console
.
log
(
'
TestAbility onBackground
'
)
}
};
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/ets/TestAbility/pages/index.ets
0 → 100644
浏览文件 @
50c30c3b
/*
* Copyright (c) 2022-2023 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 router from '@ohos.router';
@Entry
@Component
struct Index {
aboutToAppear() {
console.info('TestAbility index aboutToAppear')
}
@State message: string = 'Hello World'
build() {
Row() {
Column() {
Text(this.message)
.fontSize(50)
.fontWeight(FontWeight.Bold)
Button() {
Text('next page')
.fontSize(20)
.fontWeight(FontWeight.Bold)
}.type(ButtonType.Capsule)
.margin({
top: 20
})
.backgroundColor('#0D9FFB')
.width('35%')
.height('5%')
.onClick(()=>{
})
}
.width('100%')
}
.height('100%')
}
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/ets/TestRunner/OpenHarmonyTestRunner.ts
0 → 100644
浏览文件 @
50c30c3b
/*
* Copyright (c) 2022-2023 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
TestRunner
from
'
@ohos.application.testRunner
'
import
AbilityDelegatorRegistry
from
'
@ohos.application.abilityDelegatorRegistry
'
var
abilityDelegator
=
undefined
var
abilityDelegatorArguments
=
undefined
function
translateParamsToString
(
parameters
)
{
const
keySet
=
new
Set
([
'
-s class
'
,
'
-s notClass
'
,
'
-s suite
'
,
'
-s it
'
,
'
-s level
'
,
'
-s testType
'
,
'
-s size
'
,
'
-s timeout
'
,
'
-s dryRun
'
])
let
targetParams
=
''
;
for
(
const
key
in
parameters
)
{
if
(
keySet
.
has
(
key
))
{
targetParams
=
`
${
targetParams
}
${
key
}
${
parameters
[
key
]}
`
}
}
return
targetParams
.
trim
()
}
async
function
onAbilityCreateCallback
()
{
console
.
log
(
"
onAbilityCreateCallback
"
);
}
async
function
addAbilityMonitorCallback
(
err
:
any
)
{
console
.
info
(
"
addAbilityMonitorCallback :
"
+
JSON
.
stringify
(
err
))
}
export
default
class
OpenHarmonyTestRunner
implements
TestRunner
{
constructor
()
{
}
onPrepare
()
{
console
.
info
(
"
OpenHarmonyTestRunner OnPrepare
"
)
}
async
onRun
()
{
console
.
log
(
'
OpenHarmonyTestRunner onRun run
'
)
abilityDelegatorArguments
=
AbilityDelegatorRegistry
.
getArguments
()
abilityDelegator
=
AbilityDelegatorRegistry
.
getAbilityDelegator
()
var
testAbilityName
=
abilityDelegatorArguments
.
bundleName
+
'
.MainAbility
'
let
lMonitor
=
{
abilityName
:
testAbilityName
,
onAbilityCreate
:
onAbilityCreateCallback
,
};
abilityDelegator
.
addAbilityMonitor
(
lMonitor
,
addAbilityMonitorCallback
)
var
cmd
=
'
aa start -d 0 -a com.example.accountplugintest.MainAbility
'
+
'
-b
'
+
abilityDelegatorArguments
.
bundleName
cmd
+=
'
'
+
translateParamsToString
(
abilityDelegatorArguments
.
parameters
)
var
debug
=
abilityDelegatorArguments
.
parameters
[
"
-D
"
]
if
(
debug
==
'
true
'
)
{
cmd
+=
'
-D
'
}
console
.
info
(
'
cmd :
'
+
cmd
)
abilityDelegator
.
executeShellCommand
(
cmd
,
(
err
:
any
,
d
:
any
)
=>
{
console
.
info
(
'
executeShellCommand : err :
'
+
JSON
.
stringify
(
err
));
console
.
info
(
'
executeShellCommand : data :
'
+
d
.
stdResult
);
console
.
info
(
'
executeShellCommand : data :
'
+
d
.
exitCode
);
})
console
.
info
(
'
OpenHarmonyTestRunner onRun end
'
)
}
};
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/ets/test/List.test.ets
0 → 100644
浏览文件 @
50c30c3b
/*
* Copyright (c) 2021-2023 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 ActsAALoginPlugin from './actsAALoginPluginTest.test'
export default function testsuite() {
ActsAALoginPlugin()
}
account/appaccount/actsappaccountplugintest/entry/src/main/ets/test/actsAALoginPluginTest.test.ets
0 → 100644
浏览文件 @
50c30c3b
/*
* Copyright (c) 2023 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
appAccount
from
'@ohos.account.appAccount'
;
import
{
describe
,
beforeAll
,
beforeEach
,
afterEach
,
afterAll
,
it
,
expect
}
from
'@ohos/hypium'
export
default
function
ActsAALoginPlugin
()
{
describe
(
'ActsAALoginPlugin'
,
function
()
{
async
function
sleep
(
delay
)
{
let
timeoutId
=
null
;
var
promise
=
new
Promise
((
resolve
,
reject
)
=>
{
timeoutId
=
setTimeout
(()
=>
resolve
(
"done!"
),
delay
);
})
await
promise
clearTimeout
(
timeoutId
)
}
class
TestErrorAuthProvider
extends
appAccount
.
AuthorizationProvider
{
constructor
()
{
super
({
bundleName
:
""
,
abilityName
:
""
})
}
}
class
TestAuthRequest
extends
appAccount
.
AccountCapabilityRequest
{
readonly
testKey
:
string
testKey1
:
string
constructor
(
provider
)
{
super
(
provider
)
this
.
testKey
=
"test_testkey"
;
}
}
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_0900
* @tc.name : executeRequest callback test_0100
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_0900'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_0900 start===="
);
try
{
let
request
=
null
;
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
,
(
err
,
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_0900 err===="
);
expect
()
.
assertFail
();
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_0900 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_0900 end===="
);
await
sleep
(
200
)
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1000
* @tc.name : executeRequest promise test_0100
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1000'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1000 start===="
);
try
{
let
request
=
null
;
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
)
.
then
(
async
(
data
)
=>
{
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
})
.
catch
(
async
(
err
)
=>
{
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1000 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1000 end===="
);
await
sleep
(
200
)
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1100
* @tc.name : executeRequest callback test_0200
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1100'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1100 start===="
);
try
{
let
request
=
undefined
;
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
,
async
(
err
,
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1100 err===="
);
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1100 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1100 end===="
);
await
sleep
(
200
)
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1200
* @tc.name : executeRequest promise test_0200
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1200'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1200 start===="
);
try
{
let
request
=
undefined
;
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
await
scheduler
.
executeRequest
(
request
)
.
then
(
async
(
data
)
=>
{
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
})
.
catch
(
async
(
err
)
=>
{
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1200 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1200 end===="
);
await
sleep
(
200
)
done
()
}
})
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1300
* @tc.name : executeRequest callback test_0300
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1300'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1300 start===="
);
try
{
let
testProvider
=
new
appAccount
.
AccountCapabilityProvider
(
1
)
let
request
=
new
appAccount
.
AccountCapabilityRequest
(
testProvider
);
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
,
async
(
err
,
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1300 err===="
);
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1300 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1300 end===="
);
await
sleep
(
200
)
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1400
* @tc.name : executeRequest promise test_0300
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1400'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1400 start===="
);
try
{
let
testProvider
=
new
appAccount
.
AccountCapabilityProvider
(
1
)
let
request
=
new
appAccount
.
AccountCapabilityRequest
(
testProvider
);
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
await
scheduler
.
executeRequest
(
request
)
.
then
(
async
(
data
)
=>
{
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
})
.
catch
(
async
(
err
)
=>
{
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1400 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1400 end===="
);
await
sleep
(
200
)
done
()
}
})
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1500
* @tc.name : executeRequest callback test_0400
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1500'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1500 start===="
);
try
{
let
testProvider
=
new
appAccount
.
AccountCapabilityProvider
(
1
)
let
request
=
new
TestAuthRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
,
async
(
err
,
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1500 err===="
);
expect
()
.
assertFail
();
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1500 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1500 end===="
);
await
sleep
(
200
)
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1600
* @tc.name : executeRequest promise test_0400
* @tc.desc : err.code = 401
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1600'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1600 start===="
);
try
{
let
testProvider
=
new
appAccount
.
AccountCapabilityProvider
(
1
)
let
request
=
new
TestAuthRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
await
scheduler
.
executeRequest
(
request
)
.
then
(
async
(
data
)
=>
{
expect
()
.
assertFail
();
done
();
})
.
catch
(
async
(
err
)
=>
{
expect
()
.
assertFail
();
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1600 exception: "
+
JSON
.
stringify
(
err
));
expect
(
err
.
code
)
.
assertEqual
(
401
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1600 end===="
);
await
sleep
(
200
)
done
()
}
})
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1700
* @tc.name : executeRequest callback test_0100
* @tc.desc : err = 12300002, 2 provider 1 request
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1700'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1500 start===="
);
try
{
let
testProvider
=
new
appAccount
.
AuthorizationProvider
({
bundleName
:
"com"
,
abilityName
:
"Auth"
})
let
request
=
new
appAccount
.
AccountCapabilityRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
,
async
(
err
,
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1700 err: "
+
JSON
.
stringify
(
err
));
expect
(
err
)
.
assertEqual
(
12300002
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1700 end===="
);
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1700 err===="
);
expect
()
.
assertFail
();
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1600
* @tc.name : executeRequest promise test_0100
* @tc.desc : err = 12300002, 2 provider 1 request
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1800'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1800 start===="
);
try
{
let
testProvider
=
new
appAccount
.
AuthorizationProvider
({
bundleName
:
"com"
,
abilityName
:
"Auth"
})
let
request
=
new
appAccount
.
AccountCapabilityRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
await
scheduler
.
executeRequest
(
request
)
.
then
(
async
(
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1800 run err===="
);
expect
()
.
assertFail
();
done
();
})
.
catch
(
async
(
err
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1800 err: "
+
JSON
.
stringify
(
err
));
expect
(
err
)
.
assertEqual
(
12300002
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1800 end===="
);
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1800 exception: "
+
JSON
.
stringify
(
err
));
expect
()
.
assertFail
();
await
sleep
(
200
)
done
()
}
})
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1900
* @tc.name : executeRequest callback test_0200
* @tc.desc : err = 12300002, errData 2 provider 2 request
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1900'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1900 start===="
);
try
{
let
testProvider
=
new
appAccount
.
AuthorizationProvider
({
bundleName
:
"com"
,
abilityName
:
"Auth"
})
let
request
=
new
TestAuthRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
,
async
(
err
,
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1900 err: "
+
JSON
.
stringify
(
err
));
expect
(
err
)
.
assertEqual
(
12300002
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1900 end===="
);
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1900 exception: "
+
JSON
.
stringify
(
err
));
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_1900 err===="
);
expect
()
.
assertFail
();
await
sleep
(
200
)
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000
* @tc.name : executeRequest promise test_0200
* @tc.desc : err = 12300002, errData 2 provider 2 request
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000 start===="
);
try
{
let
testProvider
=
new
TestErrorAuthProvider
()
let
request
=
new
TestAuthRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
await
scheduler
.
executeRequest
(
request
)
.
then
(
async
(
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000 run err===="
);
expect
()
.
assertFail
();
done
();
})
.
catch
(
async
(
err
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000 err: "
+
JSON
.
stringify
(
err
));
expect
(
err
)
.
assertEqual
(
12300002
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000 end===="
);
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000 exception: "
+
JSON
.
stringify
(
err
));
expect
()
.
assertFail
();
await
sleep
(
200
)
done
()
}
})
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2100
* @tc.name : executeRequest callback test_0300
* @tc.desc : err = 12300002, errData 3 provider 2 request
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2100'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2100 start===="
);
try
{
let
testProvider
=
new
TestErrorAuthProvider
()
let
request
=
new
TestAuthRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
scheduler
.
executeRequest
(
request
,
async
(
err
,
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2100 err: "
+
JSON
.
stringify
(
err
));
expect
(
err
)
.
assertEqual
(
12300002
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2100 end===="
);
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2100 exception: "
+
JSON
.
stringify
(
err
));
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2100 err===="
);
expect
()
.
assertFail
();
await
sleep
(
200
)
done
()
}
});
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2200
* @tc.name : executeRequest promise test_0300
* @tc.desc : err = 12300002, errData 3 provider 2 request
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2200'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2200 start===="
);
try
{
let
testProvider
=
new
TestErrorAuthProvider
()
let
request
=
new
TestAuthRequest
(
testProvider
)
let
scheduler
=
new
appAccount
.
AccountCapabilityScheduler
();
await
scheduler
.
executeRequest
(
request
)
.
then
(
async
(
data
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2000 run err===="
);
expect
()
.
assertFail
();
done
();
})
.
catch
(
async
(
err
)
=>
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2200 err: "
+
JSON
.
stringify
(
err
));
expect
(
err
)
.
assertEqual
(
12300002
);
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2200 end===="
);
await
sleep
(
200
)
done
();
});
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_ExecuteRequest_2200 exception: "
+
JSON
.
stringify
(
err
));
expect
()
.
assertFail
();
await
sleep
(
200
)
done
()
}
})
/*
* @tc.number : SUB_ACCOUNT_APPACCOUNT_Enum_AccountCapabilityType_0100
* @tc.name : AccountCapabilityType test_0100
* @tc.desc : Enum
*/
it
(
'SUB_ACCOUNT_APPACCOUNT_Enum_AccountCapabilityType_0100'
,
0
,
async
function
(
done
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_Enum_AccountCapabilityType_0100 start===="
);
try
{
console
.
debug
(
"====>Enum AccountCapabilityType.AUTHORIZATION : "
+
JSON
.
stringify
(
appAccount
.
AccountCapabilityType
.
AUTHORIZATION
));
expect
(
1
)
.
assertEqual
(
appAccount
.
AccountCapabilityType
.
AUTHORIZATION
)
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_Enum_AccountCapabilityType_0100 end===="
);
await
sleep
(
200
)
done
();
}
catch
(
err
)
{
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_Enum_AccountCapabilityType_0100 exception: "
+
JSON
.
stringify
(
err
));
console
.
debug
(
"====>SUB_ACCOUNT_APPACCOUNT_Enum_AccountCapabilityType_0100 err===="
);
await
sleep
(
200
)
done
()
}
})
})
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/module.json
0 → 100644
浏览文件 @
50c30c3b
{
"module"
:
{
"name"
:
"phone"
,
"type"
:
"entry"
,
"srcEntrance"
:
"./ets/Application/AbilityStage.ts"
,
"description"
:
"$string:phone_entry_dsc"
,
"mainElement"
:
"MainAbility"
,
"deviceTypes"
:
[
"tablet"
,
"default"
,
"phone"
],
"deliveryWithInstall"
:
true
,
"installationFree"
:
false
,
"uiSyntax"
:
"ets"
,
"pages"
:
"$profile:main_pages"
,
"abilities"
:
[{
"name"
:
"com.example.accountplugintest.MainAbility"
,
"srcEntrance"
:
"./ets/MainAbility/MainAbility.ts"
,
"description"
:
"$string:phone_entry_main"
,
"icon"
:
"$media:icon"
,
"label"
:
"$string:entry_label"
,
"visible"
:
true
,
"orientation"
:
"portrait"
,
"skills"
:
[{
"actions"
:
[
"action.system.home"
],
"entities"
:
[
"entity.system.home"
]
}]
}],
"requestPermissions"
:
[
{
"name"
:
"ohos.permission.MANAGE_LOCAL_ACCOUNTS"
},
{
"name"
:
"ohos.permission.ACCESS_USER_AUTH_INTERNAL"
}
]
}
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/entry/src/main/resources/base/element/string.json
0 → 100644
浏览文件 @
50c30c3b
{
"string"
:
[
{
"name"
:
"phone_entry_dsc"
,
"value"
:
"i am an entry for phone"
},
{
"name"
:
"phone_entry_main"
,
"value"
:
"the phone entry ability"
},
{
"name"
:
"entry_label"
,
"value"
:
"AccountPluginTest"
},
{
"name"
:
"form_description"
,
"value"
:
"my form"
},
{
"name"
:
"serviceability_description"
,
"value"
:
"my whether"
},
{
"name"
:
"description_application"
,
"value"
:
"demo for test"
},
{
"name"
:
"app_name"
,
"value"
:
"Demo"
}
]
}
account/appaccount/actsappaccountplugintest/entry/src/main/resources/base/media/icon.png
0 → 100644
浏览文件 @
50c30c3b
6.6 KB
account/appaccount/actsappaccountplugintest/entry/src/main/resources/base/profile/main_pages.json
0 → 100644
浏览文件 @
50c30c3b
{
"src"
:
[
"MainAbility/pages/index/index"
]
}
\ No newline at end of file
account/appaccount/actsappaccountplugintest/signature/openharmony_sx.p7b
0 → 100644
浏览文件 @
50c30c3b
文件已添加
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录