Home
last modified time | relevance | path

Searched refs:TEST_TYPE_DICT (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py43 TEST_TYPE_DICT = {"DEX": DeviceTestType.dex_test, variable
507 test_type = copy.deepcopy(TEST_TYPE_DICT)
511 cls.test_type = copy.deepcopy(TEST_TYPE_DICT)
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py81 TEST_TYPE_DICT = { variable