Lines Matching full:testresult
233 using testing::TestResult;
1338 // Tests the TestResult class
1340 // The test fixture for testing TestResult.
1348 // ... and 3 TestResult objects.
1349 TestResult * r0, * r1, * r2;
1364 // Creates the TestResult objects.
1365 r0 = new TestResult();
1366 r1 = new TestResult();
1367 r2 = new TestResult();
1369 // In order to test TestResult, we need to modify its internal
1379 // r0 is an empty TestResult.
1413 // Tests TestResult::total_part_count().
1420 // Tests TestResult::Passed().
1427 // Tests TestResult::Failed().
1434 // Tests TestResult::GetTestPartResult().
1445 // Tests TestResult has no properties when none are added.
1447 TestResult test_result;
1451 // Tests TestResult has the expected property when added.
1453 TestResult test_result;
1462 // Tests TestResult has multiple properties when added.
1464 TestResult test_result;
1479 // Tests TestResult::RecordProperty() overrides values for duplicate keys.
1481 TestResult test_result;
1501 // Tests TestResult::GetTestProperty().
1503 TestResult test_result;
1937 const TestResult& test_result, const char* key) {
1997 // Tests TestResult has the expected property when added.
2009 // Tests TestResult has multiple properties when added.
2025 // Tests TestResult::RecordProperty() overrides values for duplicate keys.
5188 static const TestResult* GetTestResult(