about summary refs log tree commit diff stats
path: root/unittests/ui/stub_ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-05-28 18:50:55 +0100
committerJames Booth <boothj5@gmail.com>2015-05-28 18:50:55 +0100
commit6d6bb6458873196f904257cd00a6f2221262783d (patch)
tree2b751a3e8cc54dc487a95703898fc9a96e438dbf /unittests/ui/stub_ui.h
parent0c99dc7ad60843aa7719a9c75aa701e3c86720da (diff)
downloadprofani-tty-6d6bb6458873196f904257cd00a6f2221262783d.tar.gz
Moved tests -> unittests
Diffstat (limited to 'unittests/ui/stub_ui.h')
-rw-r--r--unittests/ui/stub_ui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/unittests/ui/stub_ui.h b/unittests/ui/stub_ui.h
new file mode 100644
index 00000000..81357a86
--- /dev/null
+++ b/unittests/ui/stub_ui.h
@@ -0,0 +1,6 @@
+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_ui_current_print_line(char *message);
+void expect_ui_current_print_formatted_line(char show_char, int attrs, char *message);
\ No newline at end of file