about summary refs log tree commit diff stats
path: root/tests/ui/stub_ui.h
blob: f64eba02ae0816f2257a63591dccd1094223741d (plain) (blame)
1
2
3
4
void expect_cons_show(char *expected);
void expect_cons_show_error(char *expected);
void expect_ui_current_print_line(char *message);
void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);