Home | History | Annotate | Download | only in gtest

Lines Matching full:testresult

488 // TestResult is not copyable.
489 class GTEST_API_ TestResult {
491 // Creates an empty TestResult.
492 TestResult();
494 // D'tor. Do not inherit from TestResult.
495 ~TestResult();
592 // We disallow copying TestResult.
593 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
594 }; // class TestResult
644 const TestResult* result() const;
1110 // Adds a TestPartResult to the current TestResult object. All
1120 // Adds a TestProperty to the current TestResult object. If the result already