Lines Matching full:actual
1571 const TestPartResult& actual) {
1572 EXPECT_EQ(expected.type(), actual.type());
1573 EXPECT_STREQ(expected.file_name(), actual.file_name());
1574 EXPECT_EQ(expected.line_number(), actual.line_number());
1575 EXPECT_STREQ(expected.summary(), actual.summary());
1576 EXPECT_STREQ(expected.message(), actual.message());
1577 EXPECT_EQ(expected.passed(), actual.passed());
1578 EXPECT_EQ(expected.failed(), actual.failed());
1579 EXPECT_EQ(expected.nonfatally_failed(), actual.nonfatally_failed());
1580 EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed());
2594 " Actual: \"needle\"\n"
2620 " Actual: L\"needle\"\n"
2650 " Actual: L\"needle\"\n"
2669 " Actual: \"needle\"\n"
3483 " Actual: 6\n"
3502 " Actual: 6\n"
3519 " Actual: \"y\"\n"
3557 " Actual: false (3 is odd)\n"
3563 " Actual: false (3 is odd)\n"
3572 " Actual: true\n"
3583 " Actual: true (2 is even)\n"
3589 " Actual: true\n"
3615 " Actual: 6\n"
3657 "actual: 'a' (97, 0x61) vs 'a' (97, 0x61)");
3665 "Expected: (2) <= (0), actual: 2 vs 0");
3672 "Expected: (2) < (2), actual: 2 vs 2");
3680 "Expected: (2) >= (3), actual: 2 vs 3");
3687 "Expected: (2) > (2), actual: 2 vs 2");
3704 " Actual: it throws a different type.");
3710 " Actual: it throws nothing.");
3718 "\n Actual: it throws.");
3727 " Actual: it doesn't.");
3797 "Value of: y\n Actual: -1\nExpected: x\nWhich is: 5");
3809 "Value of: y\n Actual: -1\nExpected: x\nWhich is: 5");
3821 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(kE1, kE2), "Actual: 1");
3887 "Actual: 42");
3920 " Actual: 0x8000FFFF");
3929 " Actual: 0x8000FFFF");
3937 " Actual: 0x00000000");
3940 " Actual: 0x00000001");
3951 " Actual: 0x00000000");
3956 " Actual: 0x00000001");
4165 " Actual: false\n"
4176 " Actual: false (3 is odd)\n"
4181 " Actual: false (3 is odd)\n"
4190 " Actual: true\n"
4201 " Actual: true (2 is even)\n"
4206 " Actual: true\n"
4220 " Actual: 6\n"
4277 "actual: 'a' (97, 0x61) vs 'a' (97, 0x61)");
4298 "Expected: (2) <= (0), actual: 2 vs 0");
4307 "Expected: (2) < (2), actual: 2 vs 2");
4317 "Expected: (2) >= (3), actual: 2 vs 3");
4326 "Expected: (2) > (2), actual: 2 vs 2");
4338 "type bool.\n Actual: it throws a different type.");
4342 " Actual: it throws nothing.");
4350 "exception.\n Actual: it throws.");
4359 " Actual: it doesn't.");
4551 " Actual: L'x' (120, 0x78)\n"
4591 " Actual: \"A \\0 in the middle\"");
6180 // test by checking the expected test name against the actual one.
6193 // test by checking the expected test name against the actual one. We