Home | History | Annotate | Download | only in test

Lines Matching full:testresult

140 using testing::TestResult;
1452 // Tests the TestResult class
1454 // The test fixture for testing TestResult.
1462 // ... and 3 TestResult objects.
1463 TestResult * r0, * r1, * r2;
1478 // Creates the TestResult objects.
1479 r0 = new TestResult();
1480 r1 = new TestResult();
1481 r2 = new TestResult();
1483 // In order to test TestResult, we need to modify its internal
1493 // r0 is an empty TestResult.
1527 // Tests TestResult::total_part_count().
1534 // Tests TestResult::Passed().
1541 // Tests TestResult::Failed().
1548 // Tests TestResult::GetTestPartResult().
1559 // Tests TestResult has no properties when none are added.
1561 TestResult test_result;
1565 // Tests TestResult has the expected property when added.
1567 TestResult test_result;
1576 // Tests TestResult has multiple properties when added.
1578 TestResult test_result;
1593 // Tests TestResult::RecordProperty() overrides values for duplicate keys.
1595 TestResult test_result;
1615 // Tests TestResult::GetTestProperty().
1617 TestResult test_result;
1646 TestResult test_result;
4928 static const TestResult* GetTestResult(