Home
last modified time | relevance | path

Searched refs:testRunner (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/
H A Dability_delegator_test.cpp204 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
243 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
278 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
308 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
340 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
378 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
411 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
462 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
497 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
529 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
[all …]
H A Djs_test_runner_test.cpp146 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
150 EXPECT_TRUE(testRunner->Initialize());
153 std::make_shared<AbilityDelegator>(context, std::move(testRunner), iRemoteObj);
187 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
192 AbilityDelegator abilityDelegator(context, std::move(testRunner), iRemoteObj);
226 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
232 std::make_shared<AbilityDelegator>(context, std::move(testRunner), iRemoteObj);
268 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
274 std::make_shared<AbilityDelegator>(context, std::move(testRunner), iRemoteObj);
307 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
[all …]
H A Dability_delegator_registry_test.cpp96 std::unique_ptr<TestRunner> testRunner = TestRunner::Create(nullptr, abilityArgs, true); variable
98 std::make_shared<AbilityDelegator>(nullptr, std::move(testRunner), nullptr);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/
H A Dability_delegator_module_test.cpp167 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
206 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
241 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
279 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
312 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
344 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
379 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
413 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
445 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
478 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
[all …]
H A Djs_test_runner_module_test.cpp120 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
126 std::make_shared<AbilityDelegator>(context, std::move(testRunner), iRemoteObj);
159 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
165 std::make_shared<AbilityDelegator>(context, std::move(testRunner), iRemoteObj);
H A Dability_delegator_registry_module_test.cpp83 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
88 std::make_shared<AbilityDelegator>(nullptr, std::move(testRunner), nullptr);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-test-kit/
H A DReadme-CN.md5 - [@ohos.application.testRunner (TestRunner)](js-apis-application-testRunner.md)
H A Djs-apis-application-testRunner.md1 # @ohos.application.testRunner (TestRunner)
/ohos5.0/docs/en/application-dev/reference/apis-test-kit/
H A DReadme-EN.md5 - [@ohos.application.testRunner (TestRunner)](js-apis-application-testRunner.md)
H A Djs-apis-application-testRunner.md1 # @ohos.application.testRunner (TestRunner)
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Daa-tool.md262 …>] [-s timeout <test-timeout>] [-s <any-key> <any-value>] [-w <wait-time>] -s unittest <testRunner>
274 | -s unittest | 必选参数,testRunner。 |
275 | -p | 可选参数,testRunner的packageName。<br>**说明**:该可选参数仅可在FA模型下使用。 |
276 | -m | 可选参数,testRunner的moduleName。<br>**说明**:该可选参数仅可在Stage模型下使用。 |
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_ability_delegator_test/
H A Dcj_ability_delegator_test.cpp103 …auto testRunner = CJTestRunner::Create(AbilityRuntime::Runtime::Create(options), delegatorArgs_, b… in SetUpTestCase() local
105 std::move(testRunner), nullptr); in SetUpTestCase()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Dmodule-structure.md26 |testRunner | 此标签用于支持对测试框架的配置。 | 对象 | 可缺省,缺省值为空。 |
727 ## testRunner对象的内部结构
729 **表28** **testRunner对象的内部结构说明**
737 "testRunner": {
H A Dmodule-configuration-file.md131 | [testRunner](#testrunner标签) | 标识用于测试当前Module的测试框架的配置。 | 对象 | 该标签可缺省,缺省值为空。 |
786 ## testRunner标签
790 **表17** testRunner标签说明
797 testRunner标签示例:
804 "testRunner": {
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cj_test_runner_test/
H A Dcj_test_runner_test.cpp131 std::unique_ptr<TestRunner> testRunner = TestRunner::Create( variable
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-ability.md60 | ohos.application.testRunner | TestRunner | onRun(): void; | 新增 |
61 | ohos.application.testRunner | TestRunner | onPrepare(): void; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-ability.md60 | ohos.application.testRunner | TestRunner | onRun(): void; | Added|
61 | ohos.application.testRunner | TestRunner | onPrepare(): void; | Added|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2083 auto testRunner = TestRunner::Create(application_->GetRuntime(), args, false); in PrepareAbilityDelegator() local
2085 application_->GetAppContext(), std::move(testRunner), record->observer); in PrepareAbilityDelegator()
2106 auto testRunner = TestRunner::Create(runtime, args, isFaJsModel); in PrepareAbilityDelegator() local
2107 if (testRunner == nullptr) { in PrepareAbilityDelegator()
2111 if (!testRunner->Initialize()) { in PrepareAbilityDelegator()
2116 application_->GetAppContext(), std::move(testRunner), record->observer); in PrepareAbilityDelegator()
/ohos5.0/docs/en/application-dev/quick-start/
H A Dmodule-configuration-file.md131 | [testRunner](#testrunner) | Test runner of the module.| Object| Yes (initial value: left empty)|
786 ## testRunner section
788 The **testRunner** tag represents the supported test runner.
790 **Table 17** testRunner
797 Example of the **testRunner** structure:
804 "testRunner": {
H A Dmodule-structure.md26 |testRunner | Test runner configuration.| Object| Yes (initial value: left empty)|
727 ## Internal Structure of the testRunner Attribute
729 **Table 28** Internal structure of the testRunner attribute
737 "testRunner": {
/ohos5.0/docs/en/application-dev/tools/
H A Daa-tool.md251 …>] [-s timeout <test-timeout>] [-s <any-key> <any-value>] [-w <wait-time>] -s unittest <testRunner>
/ohos5.0/docs/zh-cn/application-dev/
H A Dwebsite.md3682 …- [@ohos.application.testRunner (TestRunner)](reference/apis-test-kit/js-apis-application-testRunn…
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md3541 …- [@ohos.application.testRunner (TestRunner)](reference/apis-test-kit/js-apis-application-testRunn…