Files | |
file | libgitk.c |
test suite for libgitk | |
file | libgitk.h |
test suite for libgitk | |
file | libgitk_core.c |
test suite for libgitk : core | |
file | libgitk_dialog.c |
test suite for libgitk : dialog | |
file | libgitk_template.c |
test suite for libgitk : template | |
file | libgitk_valid.c |
test suite for libgitk : valid | |
file | libgitk_widget.c |
test suite for libgitk : widget | |
Functions | |
TCase * | libgitk_core_tcase (void) |
core test suite | |
TCase * | libgitk_dialog_tcase (void) |
dialog test suite | |
Suite * | libgitk_suite (void) |
initialises libgitk test suite | |
TCase * | libgitk_template_tcase (void) |
template test suite | |
TCase * | libgitk_valid_tcase (void) |
valid test suite | |
TCase * | libgitk_widget_tcase (void) |
widget test suite | |
Variables | |
gchar * | dialog1_desc |
minimal test dialog number 1 | |
gchar * | dialog2_desc |
minimal test dialog number 2 |
|
core test suite
Definition at line 88 of file libgitk_core.c. References test_gitk_init(), test_gitk_init_cmdargs1(), test_gitk_init_cmdargs2(), test_setup(), and test_teardown(). Referenced by libgitk_suite(). |
Here is the call graph for this function:
|
dialog test suite
Definition at line 190 of file libgitk_dialog.c. References test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), test_setup(), and test_teardown(). Referenced by libgitk_suite(). |
Here is the call graph for this function:
|
initialises libgitk test suite
Definition at line 49 of file libgitk.c. References libgitk_core_tcase(), libgitk_dialog_tcase(), libgitk_template_tcase(), libgitk_valid_tcase(), and libgitk_widget_tcase(). Referenced by main(). |
Here is the call graph for this function:
|
template test suite
Definition at line 65 of file libgitk_template.c. References test_gitk_template_message(), test_gitk_template_message_text_null(), test_gitk_template_message_title_null(), test_setup(), and test_teardown(). Referenced by libgitk_suite(). |
Here is the call graph for this function:
|
valid test suite
Definition at line 106 of file libgitk_valid.c. References test_gitk_valid_invalid_giml(), test_gitk_valid_not_giml(), test_gitk_valid_not_xml(), test_setup(), and test_teardown(). Referenced by libgitk_suite(). |
Here is the call graph for this function:
|
widget test suite
Definition at line 96 of file libgitk_widget.c. References test_gitk_widget_set_get_value(), test_setup(), and test_teardown(). Referenced by libgitk_suite(). |
Here is the call graph for this function:
|
Initial value: \ "<?xml version=\"1.0\" ?>"\ "<!DOCTYPE giml SYSTEM \"http://gitk.sourceforge.net/giml.dtd\">"\ "<giml xmlns=\"" "http://gitk.sourceforge.net/" "\""\ " xmlns:dc=\"http://purl.org/dc/elements/1.1/\""\ " xmlns:i18n=\"" "http://apache.org/cocoon/i18n/2.0" "\""\ " >"\ " <dialog>"\ " <meta>"\ " <dc:title><i18n:text>dialog 1</i18n:text></dc:title>"\ " </meta>"\ " </dialog>"\ "</giml>"
Definition at line 22 of file gitkMail.c. Referenced by main(). |
|
Initial value: \ "<?xml version=\"1.0\" ?>"\ "<!DOCTYPE giml SYSTEM \"http://gitk.sourceforge.net/giml.dtd\">"\ "<giml xmlns=\"" "http://gitk.sourceforge.net/" "\""\ " xmlns:dc=\"http://purl.org/dc/elements/1.1/\""\ " xmlns:i18n=\"" "http://apache.org/cocoon/i18n/2.0" "\""\ " >"\ " <dialog>"\ " <meta>"\ " <dc:title><i18n:text>dialog 2</i18n:text></dc:title>"\ " </meta>"\ " </dialog>"\ "</giml>"
Definition at line 39 of file gitkMail.c. Referenced by main(). |