Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Xts Acts
提交
d4502dde
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看板
提交
d4502dde
编写于
6月 03, 2023
作者:
Z
zhaimengchao
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
【Account】【Master】Added OptionalParameters Xts for the AppAccount
Signed-off-by:
N
zhaimengchao
<
zhaimengchao@huawei.com
>
上级
61bbb547
变更
5
展开全部
隐藏空白更改
内联
并排
Showing
5 changed file
with
5014 addition
and
5 deletion
+5014
-5
account/appaccount/actsaccounttstest/Test.json
account/appaccount/actsaccounttstest/Test.json
+6
-4
account/appaccount/actsaccounttstest/entry/src/main/ets/test/ActsAppAccountOptionalParameterTest.test.ets
...ain/ets/test/ActsAppAccountOptionalParameterTest.test.ets
+4985
-0
account/appaccount/actsaccounttstest/entry/src/main/ets/test/List.test.ets
...t/actsaccounttstest/entry/src/main/ets/test/List.test.ets
+2
-0
account/appaccount/actsaccounttstest/entry/src/main/module.json
...t/appaccount/actsaccounttstest/entry/src/main/module.json
+21
-1
account/appaccount/actsaccounttstest/signature/openharmony_sx.p7b
...appaccount/actsaccounttstest/signature/openharmony_sx.p7b
+0
-0
未找到文件。
account/appaccount/actsaccounttstest/Test.json
浏览文件 @
d4502dde
...
@@ -2,16 +2,18 @@
...
@@ -2,16 +2,18 @@
"description"
:
"Configuration for hjunit demo Tests"
,
"description"
:
"Configuration for hjunit demo Tests"
,
"driver"
:
{
"driver"
:
{
"type"
:
"OHJSUnitTest"
,
"type"
:
"OHJSUnitTest"
,
"test-timeout"
:
"
18
0000"
,
"test-timeout"
:
"
300
0000"
,
"bundle-name"
:
"com.example.accounttstest"
,
"bundle-name"
:
"com.example.accounttstest"
,
"module-name"
:
"phone"
,
"module-name"
:
"phone"
,
"shell-timeout"
:
"
18
0000"
,
"shell-timeout"
:
"
300
0000"
,
"testcase-timeout"
:
7
0000
"testcase-timeout"
:
5
0000
},
},
"kits"
:
[
"kits"
:
[
{
{
"test-file-name"
:
[
"test-file-name"
:
[
"ActsAccountTsTest.hap"
"ActsAccountTsTest.hap"
,
"ActsAccountOauthtoken.hap"
,
"ActsAccountAuthenticator.hap"
],
],
"type"
:
"AppInstallKit"
,
"type"
:
"AppInstallKit"
,
"cleanup-apps"
:
true
"cleanup-apps"
:
true
...
...
account/appaccount/actsaccounttstest/entry/src/main/ets/test/ActsAppAccountOptionalParameterTest.test.ets
0 → 100644
浏览文件 @
d4502dde
此差异已折叠。
点击以展开。
account/appaccount/actsaccounttstest/entry/src/main/ets/test/List.test.ets
浏览文件 @
d4502dde
...
@@ -14,8 +14,10 @@
...
@@ -14,8 +14,10 @@
*/
*/
import oauthTokenInfoTest from './OAuthTokenInfoTest.test.ets'
import oauthTokenInfoTest from './OAuthTokenInfoTest.test.ets'
import authTokenInfoTest from './AuthTokenInfoTest.test.ets'
import authTokenInfoTest from './AuthTokenInfoTest.test.ets'
import ActsAppAccountOptionalParameterTest from './ActsAppAccountOptionalParameterTest.test.ets'
export default function testsuite() {
export default function testsuite() {
oauthTokenInfoTest()
oauthTokenInfoTest()
authTokenInfoTest()
authTokenInfoTest()
ActsAppAccountOptionalParameterTest()
}
}
\ No newline at end of file
account/appaccount/actsaccounttstest/entry/src/main/module.json
浏览文件 @
d4502dde
...
@@ -30,6 +30,26 @@
...
@@ -30,6 +30,26 @@
"entity.system.home"
"entity.system.home"
]
]
}]
}]
}]
}],
"requestPermissions"
:
[
{
"name"
:
"ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},
{
"name"
:
"ohos.permission.GET_BUNDLE_INFO"
},
{
"name"
:
"ohos.permission.CHANGE_ABILITY_ENABLED_STATE"
},
{
"name"
:
"ohos.permission.REMOVE_CACHE_FILES"
},
{
"name"
:
"ohos.permission.LISTEN_BUNDLE_CHANGE"
},
{
"name"
:
"ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
]
}
}
}
}
\ No newline at end of file
account/appaccount/actsaccounttstest/signature/openharmony_sx.p7b
浏览文件 @
d4502dde
无法预览此类型文件
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录