Added stabber testsuite

This commit is contained in:
James Booth
2015-05-17 01:11:03 +01:00
parent aeffca496c
commit 97c5072f56
9 changed files with 791 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
void expect_cons_show(char *expected);
void expect_any_cons_show(void);
void expect_cons_show_error(char *expected);
void expect_any_cons_show_error(void);
void expect_ui_current_print_line(char *message);
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);