about summary refs log tree commit diff stats
path: root/unittests/test_chat_session.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/test_chat_session.h
parent0c99dc7ad60843aa7719a9c75aa701e3c86720da (diff)
downloadprofani-tty-6d6bb6458873196f904257cd00a6f2221262783d.tar.gz
Moved tests -> unittests
Diffstat (limited to 'unittests/test_chat_session.h')
-rw-r--r--unittests/test_chat_session.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/unittests/test_chat_session.h b/unittests/test_chat_session.h
new file mode 100644
index 00000000..4ce03fd5
--- /dev/null
+++ b/unittests/test_chat_session.h
@@ -0,0 +1,4 @@
+void returns_false_when_chat_session_does_not_exist(void **state);
+void creates_chat_session_on_recipient_activity(void **state);
+void replaces_chat_session_on_recipient_activity_with_different_resource(void **state);
+void removes_chat_session(void **state);
\ No newline at end of file