Go to the source code of this file.
◆ PCMK__UNIT_TEST()
PCMK__UNIT_TEST |
( |
pcmk__xml_test_setup_group |
, |
|
|
NULL |
, |
|
|
cmocka_unit_test(bad_input) |
, |
|
|
cmocka_unit_test(not_found) |
, |
|
|
cmocka_unit_test(find_attrB) |
, |
|
|
cmocka_unit_test(find_attrA_matching) |
|
|
) |
| |
◆ str1
Initial value:=
"<xml>\n"
" <!-- This is an A node -->\n"
" content\n"
" </nodeA>\n"
" <!-- This is an A node -->\n"
" content\n"
" </nodeA>\n"
" <!-- This is an A node -->\n"
" content\n"
" </nodeA>\n"
" <!-- This is a B node -->\n"
" content\n"
" </nodeA>\n"
" <!-- This is a B node -->\n"
" content\n"
" </nodeA>\n"
"</xml>"
Definition at line 16 of file pcmk__xe_first_child_test.c.