Lines Matching full:testresult
556 TestResult* result() { return &result_; }
557 const TestResult* result() const { return &result_; }
588 TestResult result_;
819 // Returns the TestResult for the test that's currently running, or
820 // the TestResult for the ad hoc test if no test is running.
821 TestResult* current_test_result();
823 // Returns the TestResult for the ad hoc test.
824 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
1088 TestResult ad_hoc_test_result_;
1224 // TestResult contains some private methods that should be hidden from
1229 static void RecordProperty(TestResult* test_result,
1234 static void ClearTestPartResults(TestResult* test_result) {
1239 const TestResult& test_result) {