#include "libgitk.h"
Include dependency graph for libgitk_template.c:

Go to the source code of this file.
Functions | |
| TCase * | libgitk_template_tcase (void) |
| template test suite | |
| void | test_gitk_template_message (void) |
| test message box with text and title | |
| void | test_gitk_template_message_text_null (void) |
| test message box with text=NULL and title | |
| void | test_gitk_template_message_title_null (void) |
| test message box with text and title=NULL | |
| void | test_setup (void) |
| announce start of the test | |
| void | test_teardown (void) |
| announce end of the test | |
Definition in file libgitk_template.c.
|
|
test message box with text and title
Definition at line 34 of file libgitk_template.c. References gitk_done(), gitk_init(), gitk_template_message_with_title(), test_argc, and test_argvptr. Referenced by libgitk_template_tcase(). |
Here is the call graph for this function:

|
|
test message box with text=NULL and title
Definition at line 54 of file libgitk_template.c. References gitk_done(), gitk_init(), gitk_template_message_with_title(), test_argc, and test_argvptr. Referenced by libgitk_template_tcase(). |
Here is the call graph for this function:

|
|
test message box with text and title=NULL
Definition at line 44 of file libgitk_template.c. References gitk_done(), gitk_init(), gitk_template_message_with_title(), test_argc, and test_argvptr. Referenced by libgitk_template_tcase(). |
Here is the call graph for this function:

|
|
announce start of the test
Definition at line 20 of file libgitk_template.c. References gitk_log. Referenced by libgitk_template_tcase(). |
|
|
announce end of the test
Definition at line 27 of file libgitk_template.c. References gitk_log. Referenced by libgitk_template_tcase(). |
1.3.6