Searched refs:ASSERT_STREQ (Results 1 - 13 of 13) sorted by relevance
/third_party/gn/src/gn/ |
H A D | string_output_buffer_unittest.cc | 44 ASSERT_STREQ(data.c_str(), buffer.str().c_str()); in TEST() 61 ASSERT_STREQ(data.c_str(), buffer.str().c_str()); in TEST() 81 ASSERT_STREQ(data.c_str(), buffer.str().c_str()); in TEST()
|
H A D | string_atom_unittest.cc | 19 ASSERT_STREQ(key1.str().c_str(), ""); in TEST() 20 ASSERT_STREQ(key2.str().c_str(), ""); in TEST()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
H A D | ShaderModuleValidationTests.cpp | 186 ASSERT_STREQ("Info Message", message->message); in TEST_F() 192 ASSERT_STREQ("Warning Message", message->message); in TEST_F() 198 ASSERT_STREQ("Error Message", message->message); in TEST_F() 204 ASSERT_STREQ("Complete Message", message->message); in TEST_F()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 2474 // Tests ASSERT_STREQ with non-NULL arguments. 2475 TEST(StringAssertionTest, ASSERT_STREQ) { in TEST() 2477 ASSERT_STREQ(p1, p1); in TEST() 2481 ASSERT_STREQ(p1, p2); in TEST() 2483 EXPECT_FATAL_FAILURE(ASSERT_STREQ("bad", "good"), " \"bad\"\n \"good\""); in TEST() 2486 // Tests ASSERT_STREQ with NULL arguments. 2488 ASSERT_STREQ(static_cast<const char*>(nullptr), nullptr); in TEST() 2489 EXPECT_FATAL_FAILURE(ASSERT_STREQ(nullptr, "non-null"), "non-null"); in TEST() 2492 // Tests ASSERT_STREQ with NULL arguments. 2494 EXPECT_FATAL_FAILURE(ASSERT_STREQ("no in TEST() [all...] |
H A D | googletest-listener-test.cc | 257 ASSERT_STREQ(expected_data[i], data[i].c_str()) << "at position " << i; in VerifyResults()
|
/third_party/gn/src/util/test/ |
H A D | test.h | 194 #define ASSERT_STREQ(a, b) \ macro
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | ShaderImage_test.cpp | 84 ASSERT_STREQ(imageUniform.name.c_str(), imageName.c_str()); in CheckExportedImageUniform()
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket_server.cc | 146 ASSERT_STREQ(expects.c_str(), in Expect() 287 ASSERT_STREQ(std::string(buffer_.data(), expects.length()).c_str(), in Expect()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil_unittest.cc | 468 ASSERT_STREQ(encode_buffer, base64_tests[i].cyphertext); in TEST()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena_unittest.cc | 228 ASSERT_STREQ("2", new_object->two_); in TEST() 244 ASSERT_STREQ("2", new_object->two_); in TEST() 248 ASSERT_STREQ("6", new_object->six_); in TEST()
|
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 1950 #define ASSERT_STREQ(s1, s2) \ macro
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 1945 #define ASSERT_STREQ(s1, s2) \ macro
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 2105 #define ASSERT_STREQ(s1, s2) \ macro
|
Completed in 23 milliseconds