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

2014-12-23 14:26:45 -05:00
void expect_cons_show(char *expected);
void expect_any_cons_show(void);
2014-12-24 16:34:11 -05:00
void expect_cons_show_error(char *expected);
void expect_any_cons_show_error(void);
2016-10-16 16:45:48 -04:00
void expect_win_println(char *message);