Home | History | Annotate | Download | only in gtest

Lines Matching defs:TestResult

409 // TestResult is not copyable.
410 class TestResult {
412 // Creates an empty TestResult.
413 TestResult();
415 // D'tor. Do not inherit from TestResult.
416 ~TestResult();
513 // We disallow copying TestResult.
514 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestResult);
515 }; // class TestResult
565 const TestResult* result() const;
1031 // Adds a TestPartResult to the current TestResult object. All
1041 // Adds a TestProperty to the current TestResult object. If the result already