Home
last modified time | relevance | path

Searched refs:ASSERT_STREQ (Results 1 - 13 of 13) sorted by relevance

/third_party/gn/src/gn/
H A Dstring_output_buffer_unittest.cc44 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 Dstring_atom_unittest.cc19 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 DShaderModuleValidationTests.cpp186 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 Dgtest_unittest.cc2474 // 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 Dgoogletest-listener-test.cc257 ASSERT_STREQ(expected_data[i], data[i].c_str()) << "at position " << i; in VerifyResults()
/third_party/gn/src/util/test/
H A Dtest.h194 #define ASSERT_STREQ(a, b) \ macro
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DShaderImage_test.cpp84 ASSERT_STREQ(imageUniform.name.c_str(), imageName.c_str()); in CheckExportedImageUniform()
/third_party/node/test/cctest/
H A Dtest_inspector_socket_server.cc146 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 Dstrutil_unittest.cc468 ASSERT_STREQ(encode_buffer, base64_tests[i].cyphertext); in TEST()
/third_party/protobuf/src/google/protobuf/
H A Darena_unittest.cc228 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 Dgtest.h1950 #define ASSERT_STREQ(s1, s2) \ macro
/third_party/node/deps/googletest/include/gtest/
H A Dgtest.h1945 #define ASSERT_STREQ(s1, s2) \ macro
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest.h2105 #define ASSERT_STREQ(s1, s2) \ macro

Completed in 23 milliseconds