Searched refs:TestResult (Results 1 – 2 of 2) sorted by relevance
/trusty/vendor/google/aosp/scripts/ |
D | run_tests.py | 47 class TestResult: class 100 def add_result(self, result: TestResult): argument 361 ) -> Optional[TestResult]: 383 result = TestResult(test.name, cmd_status, False) 393 result = TestResult(test.name, status_code, False) 400 return TestResult(test.name, None, False) 420 result = TestResult(test.name, cmd_status, False) 422 return TestResult(test.name, None, False)
|
/trusty/user/base/lib/googletest/include/ |
D | trusty-gtest.h | 59 const testing::TestResult* result = test_info.result(); in OnTestEnd()
|