Home
last modified time | relevance | path

Searched refs:TestDescription (Results 1 - 13 of 13) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/
H A Dlistener.py25 from xdevice import TestDescription namespace
50 test = TestDescription(test_result.test_class,
65 test = TestDescription(test_result.test_class,
92 test = TestDescription(test_result.test_class,
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dlistener.py32 "TestDescription"]
37 class TestDescription(object): class
187 test = TestDescription(test_result.test_class,
218 test = TestDescription(test_result.test_class,
233 test = TestDescription(test_result.test_class,
/test/testfwk/developer_test/src/core/driver/
H A Dopenharmony.py40 from xdevice import TestDescription namespace
386 expected_tests = TestDescription.remove_test(expected_tests,
407 expected_tests = TestDescription.remove_test(expected_tests,
468 TestDescription(test_item[0], test_item[1]))
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/
H A D__init__.py31 from xdevice import TestDescription namespace
H A Dcpp_parser.py358 test = TestDescription(self.last_test_class_name,
H A Dcpp_parser_lite.py380 test = TestDescription(self.last_test_class_name,
H A Doh_jsunit_parser.py415 test = TestDescription(class_name.strip(),
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A D__init__.py29 from xdevice import TestDescription namespace
H A Dcpp_driver_lite.py353 expected_tests = TestDescription.remove_test(expected_tests,
364 expected_tests = TestDescription.remove_test(expected_tests,
490 test = TestDescription(suite_name, case_name)
508 test = TestDescription(suite_name, case_name)
H A Dcpp_driver.py184 expected_tests = TestDescription.remove_test(expected_tests,
203 expected_tests = TestDescription.remove_test(expected_tests,
H A Doh_jsunit_driver.py322 expected_tests = TestDescription.remove_test(expected_tests,
343 expected_tests = TestDescription.remove_test(expected_tests,
404 TestDescription(test_item[0], test_item[1]))
H A Djsunit_driver.py193 test = TestDescription(class_name.strip(),
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py82 from _core.executor.listener import TestDescription namespace
222 "TestDescription",

Completed in 9 milliseconds