Home
last modified time | relevance | path

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

/freebsd-head/contrib/googletest/googletest/test/
HDgoogletest-options-test.cc96 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); in TEST()
183 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); in TEST_F()
215 EXPECT_STRCASEEQ(expected_output_file.c_str(), output_file.c_str()); in TEST_F()
HDgtest_unittest.cc3287 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ(p1_++, p2_++), "Ignoring case"); in TEST_F()
4294 EXPECT_STRCASEEQ("a", "A") << "This should succeed."; in TEST()
6514 EXPECT_STRCASEEQ("foo", "FOO") << "unexpected failure"; in TEST()
6516 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASEEQ("foo", "bar") << "expected failure", in TEST()
/freebsd-head/contrib/googletest/docs/reference/
HDassertions.md245 ### EXPECT_STRCASEEQ {#EXPECT_STRCASEEQ}
247 `EXPECT_STRCASEEQ(`*`str1`*`,`*`str2`*`)` \
/freebsd-head/contrib/googletest/googletest/include/gtest/
HDgtest.h1957 #define EXPECT_STRCASEEQ(s1, s2) \ macro