Lines Matching refs:actual
1831 const TestPartResult& actual) {
1832 EXPECT_EQ(expected.type(), actual.type());
1833 EXPECT_STREQ(expected.file_name(), actual.file_name());
1834 EXPECT_EQ(expected.line_number(), actual.line_number());
1835 EXPECT_STREQ(expected.summary(), actual.summary());
1836 EXPECT_STREQ(expected.message(), actual.message());
1837 EXPECT_EQ(expected.passed(), actual.passed());
1838 EXPECT_EQ(expected.failed(), actual.failed());
1839 EXPECT_EQ(expected.nonfatally_failed(), actual.nonfatally_failed());
1840 EXPECT_EQ(expected.fatally_failed(), actual.fatally_failed());
2837 " Actual: \"needle\"\n"
2867 " Actual: L\"needle\"\n"
2897 " Actual: L\"needle\"\n"
2918 " Actual: \"needle\"\n"
3722 " Actual: 6\n"
3741 " Actual: 6\n"
3758 " Actual: \"y\"\n"
3794 " Actual: true\n"
3820 " Actual: 6\n"
3865 "actual: 'a' (97, 0x61) vs 'a' (97, 0x61)");
3873 "Expected: (2) <= (0), actual: 2 vs 0");
3880 "Expected: (2) < (2), actual: 2 vs 2");
3888 "Expected: (2) >= (3), actual: 2 vs 3");
3895 "Expected: (2) > (2), actual: 2 vs 2");
3910 " Actual: it throws a different type.");
3915 " Actual: it throws nothing.");
3923 "\n Actual: it throws.");
3932 " Actual: it doesn't.");
4001 "Value of: y\n Actual: -1\nExpected: x\nWhich is: 5");
4013 "Value of: y\n Actual: -1\nExpected: x\nWhich is: 5");
4091 " Actual: 0x8000FFFF");
4100 " Actual: 0x8000FFFF");
4108 " Actual: 0x00000000");
4111 " Actual: 0x00000001");
4121 " Actual: 0x00000000");
4125 " Actual: 0x00000001");
4333 " Actual: false\n"
4344 " Actual: true\n"
4360 " Actual: 6\n"
4417 "actual: 'a' (97, 0x61) vs 'a' (97, 0x61)");
4438 "Expected: (2) <= (0), actual: 2 vs 0");
4447 "Expected: (2) < (2), actual: 2 vs 2");
4457 "Expected: (2) >= (3), actual: 2 vs 3");
4466 "Expected: (2) > (2), actual: 2 vs 2");
4478 "type bool.\n Actual: it throws a different type.");
4482 " Actual: it throws nothing.");
4490 "exception.\n Actual: it throws.");
4499 " Actual: it doesn't.");
4677 " Actual: L'x' (120, 0x78)\n"
4718 " Actual: \"A \\0 in the middle\"");
6089 // test by checking the expected test name against the actual one.
6102 // test by checking the expected test name against the actual one. We