/test/testfwk/arkxtest/jsunit/src/module/assert/ |
D | assertPromiseIsRejectedWith.js | 27 function tips(passed) { argument 28 return ('Expected a promise ' + (passed ? 'not ' : '') +
|
D | assertPromiseIsResolvedWith.js | 26 function tips(passed) { argument 28 'Expected a promise ' + (passed ? 'not ' : '') +
|
/test/xts/acts/inputmethod/InputMethodDrawnControl/entry/src/main/ets/test/ |
D | inputMethod_setCallingWindow.test.ets | 76 …en calling the setCallingWindow interface in Async mode, the parameter windowId=5 must be passed in 106 …en calling the setCallingWindow interface in Async mode, the parameter windowId=0 must be passed in 136 * passed in 207 …ame Async mode calls the setCallingWindow interface, and an invalid input parameter is passed in 237 … Async method calls the setCallingWindow interface. Missing parameter windowId must be passed in 268 * windowId=5 must be passed in 290 * passed in 312 * passed in 387 * passed in if it is missing
|
D | inputMethod_updateAttribute.test.ets | 77 * {textInputType: 0, enterKeyType: 0} must be passed in 108 * passed in 139 * passed in 200 … Async method calls the updateAttribute interface. Missing parameter attribute must be passed in 231 * attribute={textInputType: 0, enterKeyType: 0} must be passed in 253 * passed in 276 * passed in 320 * the parameter attribute must be passed in
|
D | inputMethod_updateCursor.test.ets | 76 * must be passed in 107 * passed in 138 * passed in 209 …tc.name Async mode calls the updateCursor interface, and an invalid input parameter is passed in 239 …Async mode calls the updateCursor interface. If missing, the parameter cursorInfo must be passed in 270 * must be passed in 291 …o call the changeSelection interface in Promise mode, the parameter cursorInfo={} must be passed in 314 * passed in 389 * the parameter cursorInfo must be passed in
|
D | inputMethod_changeSelection.test.ets | 376 …name Async mode calls the changeSelection interface, and an invalid input parameter is passed in 408 … * @tc.name Async mode calls changeSelection interface. Missing parameter text must be passed in 440 …c mode calls the changeSelection interface. If it is missing, the parameter start must be passed in 472 …name Async mode calls the changeSelection interface, and the missing parameter must be passed in 726 …The Promise method calls the changeSelection interface, and an invalid input parameter is passed in 750 * passed in 774 * be passed in 797 …The promise method calls the changeSelection interface, and the missing parameter must be passed in
|
/test/testfwk/xdevice/src/xdevice/_core/report/ |
D | result_reporter.py | 63 self.passed = 0 78 "passed": self.passed, 253 self.summary.passed += module.passed 277 "passed": module.passed, 282 … "passingrate": "0%" if module.tests == 0 else "{:.0%}".format(module.passed / module.tests), 299 "passed": suite.passed, 303 … "passingrate": "0%" if suite.tests == 0 else "{:.0%}".format(suite.passed / suite.tests), 313 if result != CaseResult.passed: 361 passed = tmp_pass if tmp_pass > 0 else 0 366 return Result(name, report, _time, tests, passed, failed, blocked, ignored, unavailable) [all …]
|
D | reporter_helper.py | 36 passed = "Passed" variable in CaseResult 84 passed = "passed" variable in ReportConstant 323 self.passed = 0 333 return self.passed 338 ReportConstant.passed, ReportConstant.failed, 356 ReportConstant.time, ReportConstant.total, ReportConstant.passed, 442 return ReportConstant.passed 546 summary.result.passed = summary.result.total - summary.result.failed \ 573 suite.result.passed = suite.result.total - suite.result.failed - \ 997 if result != ReportConstant.passed and \ [all …]
|
/test/xts/acts/ability/ability_runtime/actsrevokequickfixtest/entry/src/main/ets/test/ |
D | Ability.test.ets | 29 * @tc.desc: The passed-in exception parameter undefined calls revokeQuickFix, 51 * @tc.desc: An exception parameter null is passed in to call revokeQuickFix, 94 * @tc.desc: The passed-in exception parameter undefined calls revokeQuickFix, 114 * @tc.desc: An exception parameter null is passed in to call revokeQuickFix,
|
/test/testfwk/arkxtest/ |
D | README_en.md | 139 …ction in the object of a class. The parameters **obj** and **f** must be passed in. This API suppo… 146 … value if a parameter of any type (except **undefined** and **null**) is passed in. This API must … 147 | 9 | anyString | Returns the expected value if a string is passed in. This API must be called by *… 148 | 10 | anyBoolean | Returns the expected value if a Boolean value is passed in. This API must be ca… 149 | 11 | anyFunction | Returns the expected value if a function is passed in. This API must be called… 150 | 12 | anyNumber | Returns the expected value if a number is passed in. This API must be called by … 151 | 13 | anyObj | Returns the expected value if an object is passed in. This API must be called by **… 152 | 14 | matchRegexs(Regex) | Returns the expected value if a regular expression is passed in. This A… 204 // The operation is successful if 'test' is passed in. 207 // The operation fails if 'abc' is passed in. [all …]
|
/test/xts/acts/ability/ability_runtime/freeinstalltest/connectabilityfatest/actsfreeinstallconnectabilityfatest/entry/src/main/ets/MainAbility/test/ |
D | ConnectAbilityTest.ets | 260 * @tc.name The bundleName passed in is different from the local 338 * @tc.name Incorrect deviceid passed in 365 * @tc.name Incorrect bundleName passed in 391 * @tc.name Incorrect flags passed in,atomic service does not exist locally 417 * @tc.name Incorrect flags passed in,atomic service exists locally
|
D | connectAbilityTest_PA.ets | 217 * @tc.name The bundleName passed in is different from the local 293 * @tc.name Incorrect deviceid passed in 317 * @tc.name Incorrect bundleName passed in 397 * @tc.name Incorrect moduleName passed in
|
D | ConnectAbilityTest1.ets | 274 * @tc.name Incorrect moduleName passed in
|
/test/xts/acts/ability/ability_runtime/actscalldataabilitytest/entry/src/main/ets/MainAbility/test/ |
D | callTest.test.ets | 62 * @tc.name The deviceid passed in is null, so the installation free process is implemented
|
/test/xts/acts/ability/ability_runtime/freeinstalltest/startabilitystagetest/actsfreeinstallstartabilitystagetest/entry/src/main/ets/test/ |
D | StartAbilityTest.ets | 148 * @tc.name The deviceid passed in is null, so the installation free process is implemented 177 … * @tc.name The passed in deviceid is empty, and the installed apps are automatically pulled up 208 …* @tc.name The deviceid passed in is empty. There is no need to install or installed HAP package 452 * @tc.name Bad flags=1717 passed in, atomized HAP package installed 676 … * @tc.name The parameters field is passed in the want to realize the installation free process 712 * @tc.name The parameters field is passed in the want, and the installed applications 958 * @tc.name Wrong modulename passed in 1025 * @tc.name Modulename is not passed. Atomized HAP package is installed
|
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanageroverlaytest/entry/src/main/ets/test/ |
D | GetOverlayModuleInfo.test.ets | 119 * @tc.desc: Query succeeded when the moduleName passed in is overlay
|
/test/xts/acts/multimedia/medialibrary/mediaLibrary_fileAsset/entry/src/main/ets/test/ |
D | fileAssetPromise2.test.ets | 82 console.info(`${testNum} passed : ${error}`); 108 console.info(`${testNum} passed : ${error}`);
|
D | fileAssetCallback2.test.ets | 96 console.info(`${testNum} passed : ${err}`);
|
/test/xts/acts/graphic/effectKit/entry/src/main/ets/test/ |
D | effectKit.test.ets | 977 * @tc.desc Create a ColorPicker instance from the passed PixelMap 1023 * @tc.desc Create a ColorPicker instance from the passed PixelMap 1069 * @tc.desc Create a ColorPicker instance from the passed PixelMap 1115 * @tc.desc Create a ColorPicker instance from the passed PixelMap 1153 * @tc.desc Create a ColorPicker instance from the passed PixelMap
|
/test/xts/acts/ability/ability_runtime/abilitystagemonitor/abilitystagemonitortest/entry/src/main/ets/test/ |
D | AbilityStageMonitor.test.ets | 253 * @tc.desc: Verify that the moduleName passed in by waitAbilityStageMonitor 300 * @tc.desc: Verify that the srcEntrance passed in by waitAbilityStageMonitor
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | scheduler.py | 1418 passed = failures = blocked = 0 1426 passed = total_tests - failures - blocked - ignored 1428 "passed": passed, "failures": failures,
|
/test/xts/acts/multimedia/medialibrary/mediaLibrary_base/entry/src/main/ets/test/ |
D | mediaLibraryTestPromiseOnOff.test.ets | 444 console.info("MediaLibraryTest : release 001 passed");
|
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_slider/src/main/ets/test/ |
D | SliderTestSec.ets | 344 …* @tc.desc Verify that the Slider component showTips attribute has been passed in multiple ti… 568 outlier,the normal value is passed in. The result is the last set normal value
|
/test/xts/acts/multimedia/medialibrary/mediaLibrary_fileResult/entry/src/main/ets/test/ |
D | fetchFileResultPromise.test.ets | 431 console.info(`${testNum} passed error: ${error}`);
|
/test/xts/acts/ability/ability_runtime/formmanager/fa/formsystemtest_ets/formacquiretest2/entry/src/main/ets/test/ |
D | FmsAcquireForm2.test.ets | 327 * @tc.name: Success to add form when parameter dimension is passed.
|