Lines Matching full:testresult
579 // Returns the TestResult for the test that's currently running, or
580 // the TestResult for the ad hoc test if no test is running.
581 TestResult* current_test_result();
583 // Returns the TestResult for the ad hoc test.
584 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
861 TestResult ad_hoc_test_result_;
1011 // TestResult contains some private methods that should be hidden from
1019 static void RecordProperty(TestResult* test_result,
1024 static void ClearTestPartResults(TestResult* test_result) {
1029 const TestResult& test_result) {