about summary refs log tree commit diff stats
path: root/tests/unittests/ui/stub_ui.h
blob: faff07101715e0c9b1d51e91f8c43cf68d997111 (plain) (blame)
1
2
3
4
5
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_win_println(char* message);