Searched refs:__failed__ (Results 1 – 5 of 5) sorted by relevance
/test/testfwk/xdevice/plugins/ohos/src/ohos/executor/ |
D | listener.py | 56 def __failed__(self, lifecycle, test_result): member in CollectingLiteGTestListener 98 def __failed__(self, lifecycle, test_result): member in CollectingPassListener
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | listener.py | 208 def __failed__(lifecycle, test_result, **kwargs): member in LogListener 337 def __failed__(self, lifecycle, test_result): member in ReportListener 365 def __failed__(lifecycle, test_result, **kwargs): member in UploadListener 393 def __failed__(self, lifecycle, test_result): member in CollectingTestListener 424 def __failed__(self, lifecycle, test_result): member in CollectingLiteGTestListener
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | interface.py | 258 def __failed__(self, lifecycle, result): member in IListener
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
D | parser.py | 186 listener.__failed__(LifeCycle.TestCase, test_result) 192 listener.__failed__(LifeCycle.TestSuite, suite_result) 245 listener.__failed__(LifeCycle.TestCase, result) 765 listener.__failed__(LifeCycle.TestCase, result) 998 listener.__failed__(LifeCycle.TestCase, result) 1030 listener.__failed__(LifeCycle.TestCase, result)
|
D | parser_lite.py | 724 listener.__failed__(LifeCycle.TestCase, result) 728 listener.__failed__(LifeCycle.TestCase, result) 911 listener.__failed__(LifeCycle.TestCase, result) 1035 listener.__failed__(LifeCycle.TestCase, result)
|