Home | History | Annotate | Download | only in src

Lines Matching refs:TestResult

583   // Returns the TestResult for the test that's currently running, or
584 // the TestResult for the ad hoc test if no test is running.
585 TestResult* current_test_result();
587 // Returns the TestResult for the ad hoc test.
588 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
865 TestResult ad_hoc_test_result_;
1015 // TestResult contains some private methods that should be hidden from
1023 static void RecordProperty(TestResult* test_result,
1028 static void ClearTestPartResults(TestResult* test_result) {
1033 const TestResult& test_result) {