Home | History | Annotate | Download | only in tests

Lines Matching refs:g_assert_cmpstr

103     g_assert_cmpstr(url, ==, "http://example.com/");
104 g_assert_cmpstr(webkit_web_resource_get_uri(fixture->webResource) ,==,"http://example.com/");
111 g_assert_cmpstr(charData->str, ==, "<html></html>");
118 g_assert_cmpstr(mime_type, ==, "text/html");
119 g_assert_cmpstr(webkit_web_resource_get_mime_type(fixture->webResource),==,"text/html");
127 g_assert_cmpstr(text_encoding, ==, "utf8");
128 g_assert_cmpstr(webkit_web_resource_get_encoding(fixture->webResource),==,"utf8");
136 g_assert_cmpstr(frame_name, ==, "Example.com");
137 g_assert_cmpstr(webkit_web_resource_get_frame_name(fixture->webResource),==,"Example.com");
150 g_assert_cmpstr(webkit_web_resource_get_uri(web_resource), ==, base_uri);
157 g_assert_cmpstr(webkit_web_resource_get_uri(web_resource), ==, uri);
172 g_assert_cmpstr(webkit_web_view_get_uri(web_view), ==, "about:blank");