Searched refs:ASSERT_STRNE (Results 1 - 6 of 6) sorted by relevance
/third_party/ninja/src/ |
H A D | includes_normalize_test.cc | 120 ASSERT_STRNE(_getcwd(kExactlyMaxPath, sizeof kExactlyMaxPath), NULL); in TEST()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 2497 // Tests ASSERT_STRNE. 2498 TEST(StringAssertionTest, ASSERT_STRNE) { in TEST() 2499 ASSERT_STRNE("hi", "Hi"); in TEST() 2500 ASSERT_STRNE("Hi", nullptr); in TEST() 2501 ASSERT_STRNE(nullptr, "Hi"); in TEST() 2502 ASSERT_STRNE("", nullptr); in TEST() 2503 ASSERT_STRNE(nullptr, ""); in TEST() 2504 ASSERT_STRNE("", "Hi"); in TEST() 2505 ASSERT_STRNE("Hi", ""); in TEST() 2506 EXPECT_FATAL_FAILURE(ASSERT_STRNE("H in TEST() [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1952 #define ASSERT_STRNE(s1, s2) \ macro
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 1947 #define ASSERT_STRNE(s1, s2) \ macro
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 2107 #define ASSERT_STRNE(s1, s2) \ macro
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | time_zone_lookup_test.cc | 1064 ASSERT_STRNE(pal.abbr, tal.abbr); in TEST()
|
Completed in 19 milliseconds