未验证 提交 017b4473 编写于 作者: G gloria 提交者: Gitee

【OpenHarmony开源贡献者计划2022】js-apis-application-abilityDelegatorArgs 提取冗余信息

Signed-off-by: Ngloria <80926032@qq.com>
上级 70a82847
......@@ -20,11 +20,13 @@ var args = AbilityDelegatorRegistry.getArguments();
测试参数信息
**系统能力**:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.Core
| 名称 | 类型 | 可读 | 可写 | 说明 |
| ------------------- | ---------------------- | ---- | ---- | ------------------------------------------------------------ |
| bundleName | string | 是 | 是 | 当前被测试应用的包名<br/>**系统能力:** SystemCapability.Ability.AbilityRuntime.Core |
| parameters | {[key:string]: string} | 是 | 是 | 当前启动单元测试的参数<br/>**系统能力:** SystemCapability.Ability.AbilityRuntime.Core |
| testCaseNames | string | 是 | 是 | 测试用例名称<br/>**系统能力:** SystemCapability.Ability.AbilityRuntime.Core |
| testRunnerClassName | string | 是 | 是 | 执行测试用例的测试执行器的名称<br/>**系统能力:** SystemCapability.Ability.AbilityRuntime.Core |
| bundleName | string | 是 | 是 | 当前被测试应用的包名 |
| parameters | {[key:string]: string} | 是 | 是 | 当前启动单元测试的参数 |
| testCaseNames | string | 是 | 是 | 测试用例名称 |
| testRunnerClassName | string | 是 | 是 | 执行测试用例的测试执行器的名称 |
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册