Home
last modified time | relevance | path

Searched refs:EXPECT_STRCASEEQ (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgoogletest-options-test.cc91 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); in TEST()
169 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); in TEST_F()
201 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); in TEST_F()
H A Dgtest_unittest.cc3283 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ(p1_++, p2_++), in TEST_F()
4274 EXPECT_STRCASEEQ("a", "A") << "This should succeed."; in TEST()
6714 EXPECT_STRCASEEQ("foo", "FOO") << "unexpected failure"; in TEST()
6716 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ("foo", "bar") << "expected failure", in TEST()
/freebsd-12.1/contrib/googletest/googletest/include/gtest/
H A Dgtest.h2065 #define EXPECT_STRCASEEQ(s1, s2) \ macro
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dprimer.md226 | `ASSERT_STRCASEEQ(str1, str2);` | `EXPECT_STRCASEEQ(str1, str2);` | the two C strings have the sa…