Lines Matching full:testresult
580 // Returns the TestResult for the test that's currently running, or
581 // the TestResult for the ad hoc test if no test is running.
582 TestResult* current_test_result();
584 // Returns the TestResult for the ad hoc test.
585 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
862 TestResult ad_hoc_test_result_;
1012 // TestResult contains some private methods that should be hidden from
1020 static void RecordProperty(TestResult* test_result,
1025 static void ClearTestPartResults(TestResult* test_result) {
1030 const TestResult& test_result) {