Home
last modified time | relevance | path

Searched refs:Tests (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/
H A Dhdi_dump_ast_test.py28 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 Dhdi_gen_test.py28 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 Dhdi_hash_test.py28 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 Dhash_test.py130 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 Dunit_test.py208 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 Dsubsys-build-rust-compilation.md204 // 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 Dxts.md70 | 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 …
74Tests 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…
76Tests 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 Dinput-method-framework.md62 ├── test # Tests
/ohos5.0/docs/en/device-dev/device-test/
H A Dxts.md73 | 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 …
77Tests 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…
79Tests 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 Dxdevice.md133 "description": "Configuration for aceceshi Tests",
640 "description": "Configuration for hjunit demo Tests",
/ohos5.0/foundation/ability/idl_tool/test/cmd_test/
H A Dcmd_test.py663 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 DKconfig164 bool "Enable HDF Tests"
168 Answer Y to enable HDF Tests.
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md71 struct Tests {
112 struct Tests {
269 struct Tests {
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsVSCode/
H A Dvsc-extension-quickstart.md30 …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 Dxdevice.md133 "description": "Configuration for aceceshi Tests",
644 "description": "Configuration for hjunit demo Tests",
H A Dxts.md213 每个测试套件执行以Start to run test suite开始,以xx Tests xx Failures xx Ignored结束。
/ohos5.0/commonlibrary/rust/ylong_http/
H A DREADME.md99 │ └── 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 Dchangelogs-arkui.md465 struct Tests {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-matrix4.md71 struct Tests {
112 struct Tests {
269 struct Tests {
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-stm32f407-on-minisystem-eth.md1272 编译完成后,将固件烧录至开发板,xts全部跑完会有显示`xx Tests xx Failures xx Ignored`等信息,以下以公共基础库测试为例:
1286 32 Tests 0 Failures 0 Ignored
H A Dporting-bes2600w-on-minisystem-display-demo.md1445 全部跑完会有显示`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 Darkxtest-guidelines.md28 ## 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 Dqrcode_patch2.patch757 - * 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 Darkxtest-guidelines.md337 OHOS_REPORT_RESULT: stream=Tests run: 447, Failure: 0, Error: 1, Pass: 201, Ignore: 245
/ohos5.0/docs/zh-cn/readme/
H A DXTS子系统.md369 每个测试套件执行以Start to run test suite开始,以xx Tests xx Failures xx Ignored结束。

12