Home | History | Annotate | Download | only in src

Lines Matching refs:TestResult

601   // Returns the TestResult for the test that's currently running, or
602 // the TestResult for the ad hoc test if no test is running.
603 TestResult* current_test_result();
605 // Returns the TestResult for the ad hoc test.
606 const TestResult* ad_hoc_test_result() const { return &ad_hoc_test_result_; }
720 // Adds a TestProperty to the current TestResult object when invoked in a
889 TestResult ad_hoc_test_result_;
1043 // TestResult contains some private methods that should be hidden from
1051 static void RecordProperty(TestResult* test_result,
1057 static void ClearTestPartResults(TestResult* test_result) {
1062 const TestResult& test_result) {