1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-08 19:34:14 -04:00
profanity/tests/unittests/ui/stub_ui.h

6 lines
196 B
C
Raw Normal View History

2020-07-07 08:18:57 -04:00
void expect_cons_show(char* expected);
void expect_any_cons_show(void);
2020-07-07 08:18:57 -04:00
void expect_cons_show_error(char* expected);
void expect_any_cons_show_error(void);
2020-07-07 08:18:57 -04:00
void expect_win_println(char* message);