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

12

/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_message_unittest.cc31 ASSERT_STREQ("DevToolsService",
34 ASSERT_STREQ("DevToolsService", message.tool().c_str());
35 ASSERT_STREQ(content.c_str(), message.content().c_str());
52 ASSERT_STREQ(
56 ASSERT_STREQ(
59 ASSERT_STREQ(
63 ASSERT_STREQ(
69 ASSERT_STREQ(content.c_str(), message->content().c_str());
H A Ddevtools_remote_listen_socket_unittest.cc298 ASSERT_STREQ("V8Debugger", message.GetHeaderWithEmptyDefault(
300 ASSERT_STREQ("2", message.GetHeaderWithEmptyDefault(
302 ASSERT_STREQ("0", message.GetHeaderWithEmptyDefault(
311 ASSERT_STREQ("DevToolsService", message.tool().c_str());
312 ASSERT_STREQ("", message.destination().c_str());
324 ASSERT_STREQ("V8Debugger", message.GetHeaderWithEmptyDefault(
326 ASSERT_STREQ("1", message.GetHeaderWithEmptyDefault(
328 ASSERT_STREQ("0", message.GetHeaderWithEmptyDefault(
350 ASSERT_STREQ(buf, kChromeDevToolsHandshake);
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc96 ASSERT_STREQ("http://foo.bar", cookies[0]->Domain().c_str());
97 ASSERT_STREQ("A", cookies[0]->Name().c_str());
98 ASSERT_STREQ("B", cookies[0]->Value().c_str());
/external/chromium/base/win/
H A Devent_trace_controller_unittest.cc103 ASSERT_STREQ(L"", prop.GetLoggerFileName());
104 ASSERT_STREQ(L"", prop.GetLoggerName());
109 ASSERT_STREQ(name.c_str(), prop.GetLoggerFileName());
110 ASSERT_STREQ(name.c_str(), prop.GetLoggerName());
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data_unittest.cc54 ASSERT_STREQ(extension_id.c_str(), drag_data.id().c_str());
/external/libvpx/libvpx/test/
H A Dtest_vector_test.cc114 ASSERT_STREQ(expected_md5, actual_md5)
/external/llvm/unittests/ADT/
H A DImmutableSetTest.cpp149 ASSERT_STREQ("aeiou", buffer);
161 ASSERT_STREQ("bcdfgh", buffer);
166 ASSERT_STREQ("bcd", buffer);
171 ASSERT_STREQ("", buffer);
H A DStringMapTest.cpp176 ASSERT_STREQ(ss.str().c_str(), it->first().data());
/external/chromium/chrome/browser/extensions/
H A Dpage_action_apitest.cc90 ASSERT_STREQ("/a_popup.html",
104 ASSERT_STREQ("/another_popup.html",
H A Dextension_toolbar_model_browsertest.cc188 ASSERT_STREQ(idB.c_str(), ExtensionAt(1)->id().c_str());
229 ASSERT_STREQ(idC.c_str(), ExtensionAt(1)->id().c_str());
H A Dbrowser_action_apitest.cc222 ASSERT_STREQ("/a_popup.html",
239 ASSERT_STREQ("/another_popup.html",
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler_unittest.cc81 ASSERT_STREQ(expected_result[i].name, result[i].name.c_str());
82 ASSERT_STREQ(expected_result[i].value, result[i].value.c_str());
/external/chromium/chrome/common/extensions/
H A Dextension_file_util_unittest.cc159 ASSERT_STREQ("Manifest file is missing or unreadable.", error.c_str());
176 ASSERT_STREQ("Manifest is not valid JSON. "
191 ASSERT_STREQ("Could not load file 'bad_encoding.js' for content script. "
/external/chromium/net/base/
H A Ddnsrr_resolver_unittest.cc71 ASSERT_STREQ("goats!", response.rrdatas[0].c_str());
82 ASSERT_STREQ("goats!", response.rrdatas[0].c_str());
179 ASSERT_STREQ("agl._pka.imperialviolet.org", response.name.c_str());
180 ASSERT_STREQ("]v=pka1;fpr=2AF0032B48E856CE06157A1AD43C670DE04AAA74;"
H A Dlisten_socket_unittest.cc174 ASSERT_STREQ(buf, kHelloWorld);
/external/chromium/testing/gtest/test/
H A Dgtest-linked_ptr_test.cc130 ASSERT_STREQ(
H A Dgtest-listener_test.cc193 ASSERT_STREQ(expected_data[i], data[i].c_str())
H A Dgtest_unittest.cc2454 // Tests ASSERT_STREQ with non-NULL arguments.
2455 TEST(StringAssertionTest, ASSERT_STREQ) {
2457 ASSERT_STREQ(p1, p1);
2461 ASSERT_STREQ(p1, p2);
2463 EXPECT_FATAL_FAILURE(ASSERT_STREQ("bad", "good"),
2467 // Tests ASSERT_STREQ with NULL arguments.
2469 ASSERT_STREQ(static_cast<const char *>(NULL), NULL);
2470 EXPECT_FATAL_FAILURE(ASSERT_STREQ(NULL, "non-null"),
2474 // Tests ASSERT_STREQ with NULL arguments.
2476 EXPECT_FATAL_FAILURE(ASSERT_STREQ("no
[all...]
/external/gtest/test/
H A Dgtest-linked_ptr_test.cc130 ASSERT_STREQ(
H A Dgtest-listener_test.cc193 ASSERT_STREQ(expected_data[i], data[i].c_str())
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-linked_ptr_test.cc130 ASSERT_STREQ(
H A Dgtest-listener_test.cc193 ASSERT_STREQ(expected_data[i], data[i].c_str())
/external/protobuf/gtest/test/
H A Dgtest-linked_ptr_test.cc129 ASSERT_STREQ(
H A Dgtest-listener_test.cc202 ASSERT_STREQ(expected_data[i], data.GetElement(i).c_str())
/external/chromium/chrome/browser/
H A Dbrowser_focus_uitest.cc486 ASSERT_STREQ(kExpElementIDs[j], actual.c_str());
559 ASSERT_STREQ(next_element, actual.c_str());
618 ASSERT_STREQ(kExpElementIDs[j], actual.c_str());
678 ASSERT_STREQ(kExpElementIDs[6 - j], actual.c_str());

Completed in 551 milliseconds

12