harmony(鸿蒙)AbilityDelegatorArgs
AbilityDelegatorArgs
The AbilityDelegatorArgs module provides a global register to store the registered AbilityDelegator and AbilityDelegatorArgs instances during application startup.
NOTE
The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version.
Usage
The ability delegator arguments are obtained by calling getArguments in AbilityDelegatorRegistry.
import AbilityDelegatorRegistry from '@ohos.application.abilityDelegatorRegistry';
var args = AbilityDelegatorRegistry.getArguments();
AbilityDelegatorArgs
Describes the ability delegator arguments.
System capability: SystemCapability.Ability.AbilityRuntime.Core
Name | Type | Readable | Writable | Description |
---|---|---|---|---|
bundleName | string | Yes | Yes | Bundle name of the application to test. |
parameters | {[key:string]: string} | Yes | Yes | Parameters of the unit test that is started currently. |
testCaseNames | string | Yes | Yes | Test case names. |
testRunnerClassName | string | Yes | Yes | Names of the test case executors. |
你可能感兴趣的鸿蒙文章
harmony(鸿蒙)API Reference Document Description
harmony(鸿蒙)BundleStatusCallback
harmony(鸿蒙)innerBundleManager(deprecated)
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦