Home | History | Annotate | Download | only in tests

Lines Matching full:hlink2

1476     AtkHyperlink* hLink2 = atk_hypertext_get_link(ATK_HYPERTEXT(paragraph2), 1);
1477 g_assert(ATK_HYPERLINK(hLink2));
1478 AtkObject* hLinkObject2 = atk_hyperlink_get_object(hLink2, 0);
1481 g_assert_cmpint(atk_hyperlink_get_start_index(hLink2), ==, 12);
1482 g_assert_cmpint(atk_hyperlink_get_end_index(hLink2), ==, 32);
1483 g_assert_cmpint(atk_hyperlink_get_n_anchors(hLink2), ==, 1);
1484 g_assert_cmpstr(atk_hyperlink_get_uri(hLink2, 0), ==, "http://bar.baz.foo/");