Lines Matching full:testresult
385 TestResult* result() { return &result_; }
386 const TestResult* result() const { return &result_; }
417 TestResult result_;
648 // Returns the TestResult for the test that's currently running, or
649 // the TestResult for the ad hoc test if no test is running.
650 TestResult* current_test_result();
652 // Returns the TestResult for the ad hoc test.
653 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
912 TestResult ad_hoc_test_result_;
1048 // TestResult contains some private methods that should be hidden from
1056 static void RecordProperty(TestResult* test_result,
1061 static void ClearTestPartResults(TestResult* test_result) {
1066 const TestResult& test_result) {