Home | History | Annotate | Download | only in tests

Lines Matching refs:g_assert

91     g_assert(text || !fixture->info->expectedContent);
92 g_assert(!text || !strcmp(text, fixture->info->expectedContent));
101 g_assert(strlen(markupPrefix) <= strlen(markup));
102 g_assert(!strncmp(markupPrefix, markup, strlen(markupPrefix)));
106 g_assert(!gtk_clipboard_wait_is_uris_available(clipboard));
107 g_assert(!gtk_clipboard_wait_is_image_available(clipboard));
167 g_assert(JSValueIsString(context, value));
169 g_assert(!exception || !*exception);
170 g_assert(currentFixture->info->expectedContent);
172 g_assert(JSStringIsEqual(expected, actual));