Home | History | Annotate | Download | only in gtest

Lines Matching full:testresult

507 // TestResult is not copyable.
508 class GTEST_API_ TestResult {
510 // Creates an empty TestResult.
511 TestResult();
513 // D'tor. Do not inherit from TestResult.
514 ~TestResult();
610 // We disallow copying TestResult.
611 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
612 }; // class TestResult
672 const TestResult* result() const { return &result_; }
732 TestResult result_;
1187 // Adds a TestPartResult to the current TestResult object. All
1197 // Adds a TestProperty to the current TestResult object. If the result already