Searched refs:TestDescription (Results 1 - 13 of 13) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
H A D | listener.py | 25 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 D | listener.py | 32 "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 D | openharmony.py | 40 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__.py | 31 from xdevice import TestDescription namespace
|
H A D | cpp_parser.py | 358 test = TestDescription(self.last_test_class_name,
|
H A D | cpp_parser_lite.py | 380 test = TestDescription(self.last_test_class_name,
|
H A D | oh_jsunit_parser.py | 415 test = TestDescription(class_name.strip(),
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | __init__.py | 29 from xdevice import TestDescription namespace
|
H A D | cpp_driver_lite.py | 353 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 D | cpp_driver.py | 184 expected_tests = TestDescription.remove_test(expected_tests, 203 expected_tests = TestDescription.remove_test(expected_tests,
|
H A D | oh_jsunit_driver.py | 322 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 D | jsunit_driver.py | 193 test = TestDescription(class_name.strip(),
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 82 from _core.executor.listener import TestDescription namespace 222 "TestDescription",
|
Completed in 10 milliseconds