Searched refs:IsNotSubstring (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/googletest/googletest/include/gtest/ |
| H A D | gtest.h | 1529 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr, 1533 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr, 1541 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr, 1551 GTEST_API_ AssertionResult IsNotSubstring(const char* needle_expr,
|
| /freebsd-14.2/contrib/googletest/googletest/test/ |
| H A D | gtest_unittest.cc | 218 using testing::IsNotSubstring; 2680 EXPECT_TRUE(IsNotSubstring("", "", "needle", "haystack")); in TEST() 2681 EXPECT_FALSE(IsNotSubstring("", "", "needle", "two needles")); in TEST() 2687 EXPECT_TRUE(IsNotSubstring("", "", L"needle", L"haystack")); in TEST() 2688 EXPECT_FALSE(IsNotSubstring("", "", L"needle", L"two needles")); in TEST() 2706 EXPECT_FALSE(IsNotSubstring("", "", std::string("hello"), "ahellob")); in TEST() 2707 EXPECT_TRUE(IsNotSubstring("", "", "hello", std::string("world"))); in TEST() 2718 IsNotSubstring("needle_expr", "haystack_expr", ::std::string("needle"), in TEST() 2729 IsNotSubstring("", "", ::std::wstring(L"needle"), L"two needles")); in TEST() 2730 EXPECT_TRUE(IsNotSubstring("", "", L"needle", ::std::wstring(L"haystack"))); in TEST() [all …]
|
| /freebsd-14.2/contrib/googletest/googletest/src/ |
| H A D | gtest.cc | 1845 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() function 1851 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() function 1863 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() function 1877 AssertionResult IsNotSubstring(const char* needle_expr, in IsNotSubstring() function
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-spec-builders_test.cc | 1927 EXPECT_PRED_FORMAT2(IsNotSubstring, "Stack trace:", output); in TEST()
|