Lines Matching full:testresult
560 TestResult* result() { return &result_; }
561 const TestResult* result() const { return &result_; }
592 TestResult result_;
823 // Returns the TestResult for the test that's currently running, or
824 // the TestResult for the ad hoc test if no test is running.
825 TestResult* current_test_result();
827 // Returns the TestResult for the ad hoc test.
828 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
1092 TestResult ad_hoc_test_result_;
1228 // TestResult contains some private methods that should be hidden from
1233 static void RecordProperty(TestResult* test_result,
1238 static void ClearTestPartResults(TestResult* test_result) {
1243 const TestResult& test_result) {