#include "gitkincludes.h"
#include <check.h>
Include dependency graph for libgitk.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ERROR_STR_LENGTH 512 |
maximum number of chars in an error message | |
Functions | |
TCase * | libgitk_core_tcase (void) |
core test suite | |
TCase * | libgitk_dialog_tcase (void) |
dialog 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 | errormsg [512] |
string buffer for error messages | |
gint | test_argc |
fake commandline args | |
gchar ** | test_argvptr |
pointer to fake commandline args |
Definition in file libgitk.h.
|
maximum number of chars in an error message
Definition at line 20 of file libgitk.h. Referenced by test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), and test_gitk_widget_set_get_value(). |
|
string buffer for error messages
Definition at line 26 of file libgitk.h. Referenced by test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), and test_gitk_widget_set_get_value(). |
|
fake commandline args
Definition at line 23 of file libgitk.h. Referenced by test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), test_gitk_init(), test_gitk_template_message(), test_gitk_template_message_text_null(), test_gitk_template_message_title_null(), test_gitk_valid_invalid_giml(), test_gitk_valid_not_giml(), test_gitk_valid_not_xml(), and test_gitk_widget_set_get_value(). |
|
pointer to fake commandline args
Definition at line 24 of file libgitk.h. Referenced by main(), test_gitk_dialog_new_from_string_1(), test_gitk_dialog_show_1(), test_gitk_dialog_show_2(), test_gitk_init(), test_gitk_template_message(), test_gitk_template_message_text_null(), test_gitk_template_message_title_null(), test_gitk_valid_invalid_giml(), test_gitk_valid_not_giml(), test_gitk_valid_not_xml(), and test_gitk_widget_set_get_value(). |