/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ |
H A D | hdi_dump_ast_test.py | 28 class Tests: class 46 for case in Tests.test_objs: 51 test_case_num = len(Tests.test_cases) 54 for test_case in Tests.test_cases: 56 Tests.test_objs.append(obj) 66 if not Tests.set_up_test_case(): 69 Tests.test() 70 Tests.tear_down_test_case()
|
H A D | hdi_gen_test.py | 28 class Tests: class 46 for case in Tests.test_objs: 51 test_case_num = len(Tests.test_cases) 54 for test_case in Tests.test_cases: 56 Tests.test_objs.append(obj) 66 if not Tests.set_up_test_case(): 69 Tests.test() 70 Tests.tear_down_test_case()
|
H A D | hdi_hash_test.py | 28 class Tests: class 46 for case in Tests.test_objs: 51 test_case_num = len(Tests.test_cases) 54 for test_case in Tests.test_cases: 56 Tests.test_objs.append(obj) 66 if not Tests.set_up_test_case(): 69 Tests.test() 70 Tests.tear_down_test_case()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/hash_test/ |
H A D | hash_test.py | 130 class Tests: class 154 test_case_num = len(Tests.test_cases) 157 for test_case in Tests.test_cases: 167 if not Tests.set_up_test_case(): 169 Tests.test() 170 Tests.set_down_test_case()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/test/unittest/ |
H A D | unit_test.py | 208 class Tests: class 235 for case in Tests.test_cases: 242 test_case_num = len(Tests.test_cases) 245 for test_case in Tests.test_cases: 255 if not Tests.set_up_test_case(): 258 Tests.test() 259 Tests.tear_down_test_case()
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-rust-compilation.md | 204 // Tests used to verify whether Cargo features are enabled. 310 | build/rust/tests/test_bin_crate | Tests the build of an executable file on the host … 311 | build/rust/tests/test_static_link | Tests the static linking of an executable file to … 312 | build/rust/tests/test_dylib_crate | Tests the build of a dynamic library and dynamic l… 313 | build/rust/tests/test_rlib_crate | Tests the build of a static library and static lin… 315 | build/rust/tests/test_cdylib_crate | Tests the generation of Rust FFI bindings to a C/C… 316 | build/rust/tests/test_staticlib_crate | Tests the generation of Rust FFI bindings to a C/C… 317 | build/rust/tests/rust_test_ut | Tests the Rust code unit test template. … 318 | build/rust/tests/rust_test_st | Tests the Rust code system test template. … 321 | build/rust/tests/test_proc_macro_cargo_crate | Tests the build of Rust third-party process macros… [all …]
|
/ohos5.0/docs/en/readme/ |
H A D | xts.md | 70 | Function | Tests the correctness of both service and platform functionalities provided by the tes… 72 | Power | Tests the power consumption of the tested object in a certain period of time under specif… 73 | Reliability | Tests the service performance of the tested object under common and uncommon input … 74 …Tests the capability of defending against security threats, including but not limited to unauthori… 75 | Global | Tests the internationalized data and localization capabilities of the tested object, inc… 76 …Tests backward compatibility of an application with its own data, the forward and backward compati… 77 | User | Tests user experience of the object in real user scenarios. All conclusions and comments s… 78 | Standard | Tests the compliance with industry and company-specific standards, protocols, and spec… 79 | Safety | Tests the safety property of the tested object to avoid possible hazards to personal saf… 80 | Resilience | Tests the resilience property of the tested object to ensure that it can withstand a… [all …]
|
H A D | input-method-framework.md | 62 ├── test # Tests
|
/ohos5.0/docs/en/device-dev/device-test/ |
H A D | xts.md | 73 | Function | Tests the correctness of both service and platform functionalities provided by the tes… 75 | Power | Tests the power consumption of the tested object in a certain period of time under specif… 76 | Reliability | Tests the service performance of the tested object under common and uncommon input … 77 …Tests the capability of defending against security threats, including but not limited to unauthori… 78 | Global | Tests the internationalized data and localization capabilities of the tested object, inc… 79 …Tests backward compatibility of an application with its own data, the forward and backward compati… 80 | User | Tests user experience of the object in real user scenarios. All conclusions and comments s… 81 | Standard | Tests the compliance with industry and company-specific standards, protocols, and spec… 82 | Safety | Tests the safety property of the tested object to avoid possible hazards to personal saf… 83 | Resilience | Tests the resilience property of the tested object to ensure that it can withstand a… [all …]
|
H A D | xdevice.md | 133 "description": "Configuration for aceceshi Tests", 640 "description": "Configuration for hjunit demo Tests",
|
/ohos5.0/foundation/ability/idl_tool/test/cmd_test/ |
H A D | cmd_test.py | 663 class Tests: class 681 test_case_num = len(Tests.test_cases) 684 for test_case in Tests.test_cases: 695 if not Tests.set_up_test_case(): 697 Tests.test() 698 Tests.set_down_test_case()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/platform/ |
H A D | Kconfig | 164 bool "Enable HDF Tests" 168 Answer Y to enable HDF Tests.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-matrix4.md | 71 struct Tests { 112 struct Tests { 269 struct Tests {
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/ |
H A D | vsc-extension-quickstart.md | 30 …hift+D` or `Cmd+Shift+D` on Mac) and from the launch configuration dropdown pick `Extension Tests`.
|
/ohos5.0/docs/zh-cn/device-dev/device-test/ |
H A D | xdevice.md | 133 "description": "Configuration for aceceshi Tests", 644 "description": "Configuration for hjunit demo Tests",
|
H A D | xts.md | 213 每个测试套件执行以Start to run test suite开始,以xx Tests xx Failures xx Ignored结束。
|
/ohos5.0/commonlibrary/rust/ylong_http/ |
H A D | README.md | 99 │ └── tests # Tests of ylong_http 118 └── tests # Tests of ylong_http_client
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.22/ |
H A D | changelogs-arkui.md | 465 struct Tests {
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-matrix4.md | 71 struct Tests { 112 struct Tests { 269 struct Tests {
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 1272 编译完成后,将固件烧录至开发板,xts全部跑完会有显示`xx Tests xx Failures xx Ignored`等信息,以下以公共基础库测试为例: 1286 32 Tests 0 Failures 0 Ignored
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 1445 全部跑完会有显示`xx Tests xx Failures xx Ignored`,如下: 1453 [16:53:43:438]32 Tests 0 Failures 0 Ignored
|
/ohos5.0/docs/en/application-dev/application-test/ |
H A D | arkxtest-guidelines.md | 28 ## Compile and Execute Tests Based on ArkTS 337 OHOS_REPORT_RESULT: stream=Tests run: 447, Failure: 0, Error: 1, Pass: 201, Ignore: 245 358 ## Executing Tests Based on Shell Commands
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 757 - * Tests whether the given string can be encoded as a segment in numeric mode. 764 - * Tests whether the given string can be encoded as a segment in alphanumeric mode.
|
/ohos5.0/docs/zh-cn/application-dev/application-test/ |
H A D | arkxtest-guidelines.md | 337 OHOS_REPORT_RESULT: stream=Tests run: 447, Failure: 0, Error: 1, Pass: 201, Ignore: 245
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | XTS子系统.md | 369 每个测试套件执行以Start to run test suite开始,以xx Tests xx Failures xx Ignored结束。
|