Searched refs:GTestConst (Results 1 - 5 of 5) sorted by relevance
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 65 class GTestConst(object): class 228 test_para = "%s=%s" % (GTestConst.exec_para_filter, testcase) 231 test_para = "%s=%s" % (GTestConst.exec_para_level, level_para)
|
H A D | drivers.py | 55 "GTestConst"] 116 class GTestConst(object): class 800 test_para = "%s=%s" % (GTestConst.exec_para_filter, testcase) 803 test_para = "%s=%s" % (GTestConst.exec_para_level, level_para) 919 test_para = "%s=%s" % (GTestConst.exec_acts_para_filter, testcase) 922 test_para = "%s=%s" % (GTestConst.exec_acts_para_level, level_para) 941 test_hats_para = "%s=%s" % (GTestConst.exec_para_filter, testcase) 944 test_hats_para = "%s=%s" % (GTestConst.exec_para_level, level_para)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver_lite.py | 26 from xdevice import GTestConst namespace 377 command, GTestConst.exec_para_filter, test.test_name, 388 command, GTestConst.exec_para_filter, test.test_name),
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 25 "DeviceLabelType", "GTestConst", "ManagerType", 255 class GTestConst(object): class
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 62 from _core.constants import GTestConst namespace 208 "GTestConst",
|
Completed in 6 milliseconds