Lines Matching refs:g_assert
246 g_assert(object); in testWebkitAtkCaretOffsets()
249 g_assert(ATK_IS_TEXT(header)); in testWebkitAtkCaretOffsets()
261 g_assert(ATK_IS_TEXT(paragraph)); in testWebkitAtkCaretOffsets()
283 g_assert(ATK_OBJECT(list)); in testWebkitAtkCaretOffsets()
284 g_assert(atk_object_get_role(list) == ATK_ROLE_LIST); in testWebkitAtkCaretOffsets()
288 g_assert(ATK_IS_TEXT(listItem)); in testWebkitAtkCaretOffsets()
304 g_assert(ATK_IS_OBJECT(panel)); in testWebkitAtkCaretOffsets()
305 g_assert(atk_object_get_role(panel) == ATK_ROLE_PANEL); in testWebkitAtkCaretOffsets()
308 g_assert(ATK_IS_OBJECT(comboBox)); in testWebkitAtkCaretOffsets()
309 g_assert(atk_object_get_role(comboBox) == ATK_ROLE_COMBO_BOX); in testWebkitAtkCaretOffsets()
312 g_assert(ATK_IS_OBJECT(menuPopup)); in testWebkitAtkCaretOffsets()
313 g_assert(atk_object_get_role(menuPopup) == ATK_ROLE_MENU); in testWebkitAtkCaretOffsets()
316 g_assert(ATK_IS_OBJECT(comboBoxOption)); in testWebkitAtkCaretOffsets()
317 g_assert(atk_object_get_role(comboBoxOption) == ATK_ROLE_MENU_ITEM); in testWebkitAtkCaretOffsets()
318 g_assert(ATK_IS_TEXT(comboBoxOption)); in testWebkitAtkCaretOffsets()
355 g_assert(object); in testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces()
357 g_assert(object); in testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces()
360 g_assert(ATK_IS_TEXT(textObject)); in testWebkitAtkCaretOffsetsAndExtranousWhiteSpaces()
396 g_assert(object); in testWebkitAtkComboBox()
399 g_assert(formObject); in testWebkitAtkComboBox()
402 g_assert(ATK_IS_OBJECT(comboBox)); in testWebkitAtkComboBox()
405 g_assert(ATK_IS_OBJECT(menuPopup)); in testWebkitAtkComboBox()
408 g_assert(ATK_IS_OBJECT(item1)); in testWebkitAtkComboBox()
411 g_assert(ATK_IS_OBJECT(item2)); in testWebkitAtkComboBox()
414 g_assert(atk_object_get_role(comboBox) == ATK_ROLE_COMBO_BOX); in testWebkitAtkComboBox()
415 g_assert(atk_object_get_role(menuPopup) == ATK_ROLE_MENU); in testWebkitAtkComboBox()
416 g_assert(atk_object_get_role(item1) == ATK_ROLE_MENU_ITEM); in testWebkitAtkComboBox()
417 g_assert(atk_object_get_role(item2) == ATK_ROLE_MENU_ITEM); in testWebkitAtkComboBox()
420 g_assert(ATK_IS_SELECTION(comboBox)); in testWebkitAtkComboBox()
423 g_assert(atk_selection_is_child_selected(atkSelection, 0)); in testWebkitAtkComboBox()
424 g_assert(!atk_selection_is_child_selected(atkSelection, 1)); in testWebkitAtkComboBox()
426 g_assert(selectedItem == item1); in testWebkitAtkComboBox()
430 g_assert(ATK_IS_ACTION(comboBox)); in testWebkitAtkComboBox()
433 g_assert(atk_action_do_action(atkAction, 0)); in testWebkitAtkComboBox()
435 g_assert(ATK_IS_ACTION(menuPopup)); in testWebkitAtkComboBox()
438 g_assert(atk_action_do_action(atkAction, 0)); in testWebkitAtkComboBox()
440 g_assert(ATK_IS_ACTION(item1)); in testWebkitAtkComboBox()
443 g_assert(atk_action_do_action(atkAction, 0)); in testWebkitAtkComboBox()
445 g_assert(ATK_IS_ACTION(item2)); in testWebkitAtkComboBox()
448 g_assert(atk_action_do_action(atkAction, 0)); in testWebkitAtkComboBox()
452 g_assert(!atk_selection_is_child_selected(atkSelection, 0)); in testWebkitAtkComboBox()
453 g_assert(atk_selection_is_child_selected(atkSelection, 1)); in testWebkitAtkComboBox()
455 g_assert(selectedItem == item2); in testWebkitAtkComboBox()
459 g_assert(ATK_IS_TEXT(item1)); in testWebkitAtkComboBox()
468 g_assert(ATK_IS_TEXT(item2)); in testWebkitAtkComboBox()
497 g_assert(object); in testWebkitAtkEmbeddedObjects()
500 g_assert(ATK_IS_TEXT(paragraph1)); in testWebkitAtkEmbeddedObjects()
501 g_assert(ATK_IS_HYPERTEXT(paragraph1)); in testWebkitAtkEmbeddedObjects()
512 g_assert(ATK_HYPERLINK(hLink)); in testWebkitAtkEmbeddedObjects()
514 g_assert(ATK_OBJECT(hLinkObject)); in testWebkitAtkEmbeddedObjects()
515 g_assert(atk_object_get_role(hLinkObject) == ATK_ROLE_CHECK_BOX); in testWebkitAtkEmbeddedObjects()
522 g_assert(ATK_IS_TEXT(paragraph2)); in testWebkitAtkEmbeddedObjects()
523 g_assert(ATK_IS_HYPERTEXT(paragraph2)); in testWebkitAtkEmbeddedObjects()
534 g_assert(ATK_HYPERLINK(hLink)); in testWebkitAtkEmbeddedObjects()
536 g_assert(ATK_OBJECT(hLinkObject)); in testWebkitAtkEmbeddedObjects()
537 g_assert(atk_object_get_role(hLinkObject) == ATK_ROLE_COMBO_BOX); in testWebkitAtkEmbeddedObjects()
544 g_assert(ATK_IS_TEXT(paragraph3)); in testWebkitAtkEmbeddedObjects()
545 g_assert(ATK_IS_HYPERTEXT(paragraph3)); in testWebkitAtkEmbeddedObjects()
556 g_assert(ATK_HYPERLINK(hLink)); in testWebkitAtkEmbeddedObjects()
558 g_assert(ATK_OBJECT(hLinkObject)); in testWebkitAtkEmbeddedObjects()
559 g_assert(atk_object_get_role(hLinkObject) == ATK_ROLE_PUSH_BUTTON); in testWebkitAtkEmbeddedObjects()
584 g_assert(object); in testWebkitAtkGetTextAtOffsetForms()
586 g_assert(object); in testWebkitAtkGetTextAtOffsetForms()
589 g_assert(ATK_IS_TEXT(textObject)); in testWebkitAtkGetTextAtOffsetForms()
609 g_assert(object); in testWebkitAtkGetTextAtOffset()
611 g_assert(object); in testWebkitAtkGetTextAtOffset()
614 g_assert(ATK_IS_TEXT(textObject)); in testWebkitAtkGetTextAtOffset()
634 g_assert(object); in testWebkitAtkGetTextAtOffsetNewlines()
636 g_assert(object); in testWebkitAtkGetTextAtOffsetNewlines()
639 g_assert(ATK_IS_TEXT(textObject)); in testWebkitAtkGetTextAtOffsetNewlines()
659 g_assert(object); in testWebkitAtkGetTextAtOffsetTextarea()
661 g_assert(object); in testWebkitAtkGetTextAtOffsetTextarea()
663 g_assert(object); in testWebkitAtkGetTextAtOffsetTextarea()
666 g_assert(ATK_IS_TEXT(textObject)); in testWebkitAtkGetTextAtOffsetTextarea()
686 g_assert(object); in testWebkitAtkGetTextAtOffsetTextInput()
688 g_assert(object); in testWebkitAtkGetTextAtOffsetTextInput()
690 g_assert(object); in testWebkitAtkGetTextAtOffsetTextInput()
693 g_assert(ATK_IS_TEXT(textObject)); in testWebkitAtkGetTextAtOffsetTextInput()
713 g_assert(object); in testWebkitAtkGetTextAtOffsetWithSpecialCharacters()
715 g_assert(object); in testWebkitAtkGetTextAtOffsetWithSpecialCharacters()
718 g_assert(ATK_IS_TEXT(textObject)); in testWebkitAtkGetTextAtOffsetWithSpecialCharacters()
747 g_assert(object); in testWebkitAtkGetTextInParagraphAndBodySimple()
749 g_assert(object1); in testWebkitAtkGetTextInParagraphAndBodySimple()
751 g_assert(object2); in testWebkitAtkGetTextInParagraphAndBodySimple()
754 g_assert(ATK_IS_TEXT(textObject1)); in testWebkitAtkGetTextInParagraphAndBodySimple()
756 g_assert(ATK_IS_TEXT(textObject2)); in testWebkitAtkGetTextInParagraphAndBodySimple()
782 g_assert(object); in testWebkitAtkGetTextInParagraphAndBodyModerate()
784 g_assert(object1); in testWebkitAtkGetTextInParagraphAndBodyModerate()
786 g_assert(object2); in testWebkitAtkGetTextInParagraphAndBodyModerate()
789 g_assert(ATK_IS_TEXT(textObject1)); in testWebkitAtkGetTextInParagraphAndBodyModerate()
791 g_assert(ATK_IS_TEXT(textObject2)); in testWebkitAtkGetTextInParagraphAndBodyModerate()
816 g_assert(object); in testWebkitAtkGetTextInTable()
818 g_assert(object); in testWebkitAtkGetTextInTable()
821 g_assert(!G_TYPE_INSTANCE_GET_INTERFACE(object, ATK_TYPE_TEXT, AtkTextIface)); in testWebkitAtkGetTextInTable()
839 g_assert(axWebView); in testWebkitAtkGetHeadersInTable()
843 g_assert(table); in testWebkitAtkGetHeadersInTable()
844 g_assert(atk_object_get_role(table) == ATK_ROLE_TABLE); in testWebkitAtkGetHeadersInTable()
847 g_assert(colHeader); in testWebkitAtkGetHeadersInTable()
848 g_assert(atk_object_get_role(colHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
849 g_assert(atk_object_get_index_in_parent(colHeader) == 0); in testWebkitAtkGetHeadersInTable()
852 g_assert(colHeader); in testWebkitAtkGetHeadersInTable()
853 g_assert(atk_object_get_role(colHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
854 g_assert(atk_object_get_index_in_parent(colHeader) == 1); in testWebkitAtkGetHeadersInTable()
857 g_assert(colHeader); in testWebkitAtkGetHeadersInTable()
858 g_assert(atk_object_get_role(colHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
859 g_assert(atk_object_get_index_in_parent(colHeader) == 2); in testWebkitAtkGetHeadersInTable()
862 g_assert(colHeader); in testWebkitAtkGetHeadersInTable()
863 g_assert(atk_object_get_role(colHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
864 g_assert(atk_object_get_index_in_parent(colHeader) == 2); in testWebkitAtkGetHeadersInTable()
867 g_assert(rowHeader); in testWebkitAtkGetHeadersInTable()
868 g_assert(atk_object_get_role(rowHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
869 g_assert(atk_object_get_index_in_parent(rowHeader) == 0); in testWebkitAtkGetHeadersInTable()
872 g_assert(rowHeader); in testWebkitAtkGetHeadersInTable()
873 g_assert(atk_object_get_role(rowHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
874 g_assert(atk_object_get_index_in_parent(rowHeader) == 3); in testWebkitAtkGetHeadersInTable()
877 g_assert(rowHeader); in testWebkitAtkGetHeadersInTable()
878 g_assert(atk_object_get_role(rowHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
879 g_assert(atk_object_get_index_in_parent(rowHeader) == 7); in testWebkitAtkGetHeadersInTable()
882 g_assert(rowHeader); in testWebkitAtkGetHeadersInTable()
883 g_assert(atk_object_get_role(rowHeader) == ATK_ROLE_TABLE_CELL); in testWebkitAtkGetHeadersInTable()
884 g_assert(atk_object_get_index_in_parent(rowHeader) == 7); in testWebkitAtkGetHeadersInTable()
890 g_assert(table); in testWebkitAtkGetHeadersInTable()
891 g_assert(atk_object_get_role(table) == ATK_ROLE_TABLE); in testWebkitAtkGetHeadersInTable()
894 g_assert(colHeader == 0); in testWebkitAtkGetHeadersInTable()
897 g_assert(colHeader == 0); in testWebkitAtkGetHeadersInTable()
900 g_assert(rowHeader == 0); in testWebkitAtkGetHeadersInTable()
903 g_assert(rowHeader == 0); in testWebkitAtkGetHeadersInTable()
973 g_assert(object); in testWebkitAtkTextAttributes()
976 g_assert(child && ATK_IS_TEXT(child)); in testWebkitAtkTextAttributes()
984 g_assert(atkAttributeSetAreEqual(set1, 0)); in testWebkitAtkTextAttributes()
989 g_assert(atkAttributeSetAttributeHasValue(set2, ATK_TEXT_ATTR_STYLE, "italic")); in testWebkitAtkTextAttributes()
994 g_assert(atkAttributeSetAttributeHasValue(set3, ATK_TEXT_ATTR_WEIGHT, "700")); in testWebkitAtkTextAttributes()
997 g_assert(atkAttributeSetAttributeHasValue(set4, ATK_TEXT_ATTR_STYLE, "normal")); in testWebkitAtkTextAttributes()
998 g_assert(atkAttributeSetAttributeHasValue(set4, ATK_TEXT_ATTR_JUSTIFICATION, "right")); in testWebkitAtkTextAttributes()
999 g_assert(atkAttributeSetAttributeHasValue(set4, ATK_TEXT_ATTR_SIZE, "14")); in testWebkitAtkTextAttributes()
1006 g_assert(child && ATK_IS_TEXT(child)); in testWebkitAtkTextAttributes()
1010 g_assert(atkAttributeSetAttributeHasValue(set1, ATK_TEXT_ATTR_FAMILY_NAME, "monospace")); in testWebkitAtkTextAttributes()
1011 g_assert(atkAttributeSetAttributeHasValue(set1, ATK_TEXT_ATTR_STYLE, "normal")); in testWebkitAtkTextAttributes()
1012 g_assert(atkAttributeSetAttributeHasValue(set1, ATK_TEXT_ATTR_STRIKETHROUGH, "false")); in testWebkitAtkTextAttributes()
1013 g_assert(atkAttributeSetAttributeHasValue(set1, ATK_TEXT_ATTR_WEIGHT, "400")); in testWebkitAtkTextAttributes()
1014 g_assert(atkAttributeSetAttributeHasValue(set1, ATK_TEXT_ATTR_FG_COLOR, "120,121,122")); in testWebkitAtkTextAttributes()
1020 g_assert(!atkAttributeSetAttributeHasValue(set2, ATK_TEXT_ATTR_FG_COLOR, "120,121,122")); in testWebkitAtkTextAttributes()
1021 g_assert(atkAttributeSetAttributeHasValue(set2, ATK_TEXT_ATTR_UNDERLINE, "single")); in testWebkitAtkTextAttributes()
1022 g_assert(atkAttributeSetAttributeHasValue(set2, ATK_TEXT_ATTR_BG_COLOR, "80,81,82")); in testWebkitAtkTextAttributes()
1027 g_assert(child && ATK_IS_TEXT(child)); in testWebkitAtkTextAttributes()
1032 g_assert(atkAttributeSetAreEqual(set1, set2)); in testWebkitAtkTextAttributes()
1037 g_assert(atkAttributeSetAreEqual(set2, set3)); in testWebkitAtkTextAttributes()
1038 g_assert(!atkAttributeSetAreEqual(set1, set2)); in testWebkitAtkTextAttributes()
1043 g_assert(atkAttributeSetAreEqual(set3, set4)); in testWebkitAtkTextAttributes()
1044 g_assert(!atkAttributeSetAreEqual(set1, set3)); in testWebkitAtkTextAttributes()
1045 g_assert(!atkAttributeSetAreEqual(set2, set3)); in testWebkitAtkTextAttributes()
1052 g_assert(child && ATK_IS_TEXT(child)); in testWebkitAtkTextAttributes()
1057 g_assert(atkAttributeSetAttributeHasValue(set1, ATK_TEXT_ATTR_STRIKETHROUGH, "true")); in testWebkitAtkTextAttributes()
1062 g_assert(atkAttributeSetAreEqual(set2, 0)); in testWebkitAtkTextAttributes()
1065 g_assert(atkAttributeSetAttributeHasValue(set3, ATK_TEXT_ATTR_JUSTIFICATION, "center")); in testWebkitAtkTextAttributes()
1083 g_assert(object); in testWebkitAtkTextSelections()
1086 g_assert(ATK_IS_TEXT(paragraph1)); in testWebkitAtkTextSelections()
1089 g_assert(ATK_IS_TEXT(paragraph2)); in testWebkitAtkTextSelections()
1092 g_assert(ATK_IS_TEXT(link)); in testWebkitAtkTextSelections()
1095 g_assert(ATK_OBJECT(list)); in testWebkitAtkTextSelections()
1098 g_assert(ATK_IS_TEXT(listItem)); in testWebkitAtkTextSelections()
1115 g_assert(!result); in testWebkitAtkTextSelections()
1119 g_assert(result); in testWebkitAtkTextSelections()
1123 g_assert(result); in testWebkitAtkTextSelections()
1132 g_assert(!result); in testWebkitAtkTextSelections()
1136 g_assert(result); in testWebkitAtkTextSelections()
1150 g_assert(result); in testWebkitAtkTextSelections()
1170 g_assert(result); in testWebkitAtkTextSelections()
1180 g_assert(result); in testWebkitAtkTextSelections()
1197 g_assert(atk_object_get_role(list) == ATK_ROLE_LIST); in testWebkitAtkTextSelections()
1206 g_assert(!result); in testWebkitAtkTextSelections()
1208 g_assert(!result); in testWebkitAtkTextSelections()
1212 g_assert(result); in testWebkitAtkTextSelections()
1240 g_assert(object); in testWebkitAtkGetExtents()
1243 g_assert(ATK_IS_TEXT(shortText1)); in testWebkitAtkGetExtents()
1245 g_assert(ATK_IS_TEXT(longText)); in testWebkitAtkGetExtents()
1247 g_assert(ATK_IS_TEXT(shortText2)); in testWebkitAtkGetExtents()
1249 g_assert(ATK_IS_TEXT(multilineText)); in testWebkitAtkGetExtents()
1356 g_assert(object); in testWebkitAtkLayoutAndDataTables()
1361 g_assert(ATK_IS_TABLE(table1)); in testWebkitAtkLayoutAndDataTables()
1363 g_assert(set1); in testWebkitAtkLayoutAndDataTables()
1364 g_assert(!atkAttributeSetContainsAttributeName(set1, "layout-guess")); in testWebkitAtkLayoutAndDataTables()
1370 g_assert(ATK_IS_TABLE(table2)); in testWebkitAtkLayoutAndDataTables()
1372 g_assert(set2); in testWebkitAtkLayoutAndDataTables()
1373 g_assert(atkAttributeSetContainsAttributeName(set2, "layout-guess")); in testWebkitAtkLayoutAndDataTables()
1374 g_assert(atkAttributeSetAttributeNameHasValue(set2, "layout-guess", "true")); in testWebkitAtkLayoutAndDataTables()
1394 g_assert(object); in testWebkitAtkLinksWithInlineImages()
1398 g_assert(ATK_IS_TEXT(paragraph)); in testWebkitAtkLinksWithInlineImages()
1402 g_assert(text); in testWebkitAtkLinksWithInlineImages()
1411 g_assert(ATK_IS_TEXT(paragraph)); in testWebkitAtkLinksWithInlineImages()
1413 g_assert(text); in testWebkitAtkLinksWithInlineImages()
1422 g_assert(ATK_IS_TEXT(paragraph)); in testWebkitAtkLinksWithInlineImages()
1424 g_assert(text); in testWebkitAtkLinksWithInlineImages()
1446 g_assert(object); in testWebkitAtkHypertextAndHyperlinks()
1449 g_assert(ATK_OBJECT(paragraph1)); in testWebkitAtkHypertextAndHyperlinks()
1450 g_assert(atk_object_get_role(paragraph1) == ATK_ROLE_PARAGRAPH); in testWebkitAtkHypertextAndHyperlinks()
1451 g_assert(ATK_IS_HYPERTEXT(paragraph1)); in testWebkitAtkHypertextAndHyperlinks()
1458 g_assert(ATK_OBJECT(paragraph2)); in testWebkitAtkHypertextAndHyperlinks()
1459 g_assert(atk_object_get_role(paragraph2) == ATK_ROLE_PARAGRAPH); in testWebkitAtkHypertextAndHyperlinks()
1460 g_assert(ATK_IS_HYPERTEXT(paragraph2)); in testWebkitAtkHypertextAndHyperlinks()
1467 g_assert(ATK_HYPERLINK(hLink1)); in testWebkitAtkHypertextAndHyperlinks()
1469 g_assert(ATK_OBJECT(hLinkObject1)); in testWebkitAtkHypertextAndHyperlinks()
1470 g_assert(atk_object_get_role(hLinkObject1) == ATK_ROLE_LINK); in testWebkitAtkHypertextAndHyperlinks()
1477 g_assert(ATK_HYPERLINK(hLink2)); in testWebkitAtkHypertextAndHyperlinks()
1479 g_assert(ATK_OBJECT(hLinkObject2)); in testWebkitAtkHypertextAndHyperlinks()
1480 g_assert(atk_object_get_role(hLinkObject2) == ATK_ROLE_LINK); in testWebkitAtkHypertextAndHyperlinks()
1487 g_assert(ATK_HYPERLINK(hLink3)); in testWebkitAtkHypertextAndHyperlinks()
1489 g_assert(ATK_OBJECT(hLinkObject3)); in testWebkitAtkHypertextAndHyperlinks()
1490 g_assert(atk_object_get_role(hLinkObject3) == ATK_ROLE_LINK); in testWebkitAtkHypertextAndHyperlinks()
1497 g_assert(ATK_OBJECT(list)); in testWebkitAtkHypertextAndHyperlinks()
1498 g_assert(atk_object_get_role(list) == ATK_ROLE_LIST); in testWebkitAtkHypertextAndHyperlinks()
1502 g_assert(ATK_IS_TEXT(listItem)); in testWebkitAtkHypertextAndHyperlinks()
1503 g_assert(ATK_IS_HYPERTEXT(listItem)); in testWebkitAtkHypertextAndHyperlinks()
1506 g_assert(ATK_HYPERLINK(hLinkInListItem)); in testWebkitAtkHypertextAndHyperlinks()
1508 g_assert(ATK_OBJECT(hLinkObject)); in testWebkitAtkHypertextAndHyperlinks()
1509 g_assert(atk_object_get_role(hLinkObject) == ATK_ROLE_LINK); in testWebkitAtkHypertextAndHyperlinks()
1516 g_assert(ATK_IS_ACTION(hLink1)); in testWebkitAtkHypertextAndHyperlinks()
1520 g_assert(atk_action_do_action(ATK_ACTION(hLink1), 0)); in testWebkitAtkHypertextAndHyperlinks()
1541 g_assert(object); in testWebkitAtkListsOfItems()
1546 g_assert(ATK_OBJECT(uList)); in testWebkitAtkListsOfItems()
1547 g_assert(atk_object_get_role(uList) == ATK_ROLE_LIST); in testWebkitAtkListsOfItems()
1551 g_assert(ATK_IS_TEXT(item1)); in testWebkitAtkListsOfItems()
1553 g_assert(ATK_IS_TEXT(item2)); in testWebkitAtkListsOfItems()
1555 g_assert(ATK_IS_TEXT(item3)); in testWebkitAtkListsOfItems()
1572 g_assert(ATK_OBJECT(oList)); in testWebkitAtkListsOfItems()
1573 g_assert(atk_object_get_role(oList) == ATK_ROLE_LIST); in testWebkitAtkListsOfItems()
1577 g_assert(ATK_IS_TEXT(item1)); in testWebkitAtkListsOfItems()
1579 g_assert(ATK_IS_TEXT(item2)); in testWebkitAtkListsOfItems()
1581 g_assert(ATK_IS_TEXT(item3)); in testWebkitAtkListsOfItems()
1605 g_assert(text && ATK_IS_OBJECT(text)); in textChangedCb()
1632 g_assert(object); in testWebkitAtkTextChangedNotifications()
1635 g_assert(ATK_IS_OBJECT(form)); in testWebkitAtkTextChangedNotifications()
1638 g_assert(ATK_IS_EDITABLE_TEXT(textEntry)); in testWebkitAtkTextChangedNotifications()
1639 g_assert(atk_object_get_role(ATK_OBJECT(textEntry)) == ATK_ROLE_ENTRY); in testWebkitAtkTextChangedNotifications()