about summary refs log blame commit diff stats
path: root/tests/unittests/ui/stub_ui.h
blob: 635f719e11b8e2717cc41eaf38920180276aa27f (plain) (tree)
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);