Lines Matching refs:TestResult
610 // Returns the TestResult for the test that's currently running, or
611 // the TestResult for the ad hoc test if no test is running.
612 TestResult* current_test_result();
614 // Returns the TestResult for the ad hoc test.
615 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
746 // Adds a TestProperty to the current TestResult object when invoked in a
918 TestResult ad_hoc_test_result_;
1035 // TestResult contains some private methods that should be hidden from
1043 static void RecordProperty(TestResult* test_result,
1049 static void ClearTestPartResults(TestResult* test_result) {
1054 const TestResult& test_result) {