Searched refs:ASSERT_STREQ (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-linked_ptr_test.cc | 130 ASSERT_STREQ( in TEST_F()
|
D | gtest-listener_test.cc | 190 ASSERT_STREQ(expected_data[i], data[i].c_str()) in VerifyResults()
|
D | gtest_unittest.cc | 2426 TEST(StringAssertionTest, ASSERT_STREQ) { in TEST() argument 2428 ASSERT_STREQ(p1, p1); in TEST() 2432 ASSERT_STREQ(p1, p2); in TEST() 2434 EXPECT_FATAL_FAILURE(ASSERT_STREQ("bad", "good"), in TEST() 2440 ASSERT_STREQ(static_cast<const char *>(NULL), NULL); in TEST() 2441 EXPECT_FATAL_FAILURE(ASSERT_STREQ(NULL, "non-null"), in TEST() 2447 EXPECT_FATAL_FAILURE(ASSERT_STREQ("non-null", NULL), in TEST() 2490 ASSERT_STREQ(static_cast<const wchar_t *>(NULL), NULL); in TEST() 2493 ASSERT_STREQ(L"", L""); in TEST() 3214 ASSERT_STREQ(p1_++, p2_++); in CompareAndIncrementCharPtrs() [all …]
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.h | 488 #define ASSERT_STREQ(expected, expression) \
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 2028 #define ASSERT_STREQ(expected, actual) \ macro
|