Lines Matching full:testresult
499 // TestResult is not copyable.
500 class GTEST_API_ TestResult {
502 // Creates an empty TestResult.
503 TestResult();
505 // D'tor. Do not inherit from TestResult.
506 ~TestResult();
606 // We disallow copying TestResult.
607 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
608 }; // class TestResult
676 const TestResult* result() const { return &result_; }
738 TestResult result_;
815 // Returns the TestResult that holds test properties recorded during
817 const TestResult& ad_hoc_test_result() const { return ad_hoc_test_result_; }
920 TestResult ad_hoc_test_result_;
1212 // Returns the TestResult containing information on test failures and
1214 const TestResult& ad_hoc_test_result() const;
1232 // Adds a TestPartResult to the current TestResult object. All
1243 // Adds a TestProperty to the current TestResult object when invoked from