Lines Matching full:testresult
144 using testing::TestResult;
1610 // Tests the TestResult class
1612 // The test fixture for testing TestResult.
1620 // ... and 3 TestResult objects.
1621 TestResult * r0, * r1, * r2;
1636 // Creates the TestResult objects.
1637 r0 = new TestResult();
1638 r1 = new TestResult();
1639 r2 = new TestResult();
1641 // In order to test TestResult, we need to modify its internal
1651 // r0 is an empty TestResult.
1685 // Tests TestResult::total_part_count().
1692 // Tests TestResult::Passed().
1699 // Tests TestResult::Failed().
1706 // Tests TestResult::GetTestPartResult().
1717 // Tests TestResult has no properties when none are added.
1719 TestResult test_result;
1723 // Tests TestResult has the expected property when added.
1725 TestResult test_result;
1734 // Tests TestResult has multiple properties when added.
1736 TestResult test_result;
1751 // Tests TestResult::RecordProperty() overrides values for duplicate keys.
1753 TestResult test_result;
1773 // Tests TestResult::GetTestProperty().
1775 TestResult test_result;
1804 TestResult test_result;
5333 static const TestResult* GetTestResult(