tests: Add unit test for basic SignalProxy functionality
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 4 Oct 2018 20:16:50 +0000 (22:16 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commitb8db3c55a7f66a8d6ecabf9039aabceff9ae4837
tree550be4fb4a88d9a5fcdf31f670c7af9a619d9dc4
parent12a6abcfe51ac66e8763b3caadaedcb47c2723f1
tests: Add unit test for basic SignalProxy functionality

Add unit test cases for attached signals as well as syncable objects.
These test cases don't check for error behavior (yet); they mostly
are intended for ensuring that the upcoming refactoring of the
SignalProxy does not affect the format on the wire. As such, the test
cases mostly focus on the protocol messages sent by invoking
SignalProxy and SyncableObject functionality.
tests/common/CMakeLists.txt
tests/common/signalproxytest.cpp [new file with mode: 0644]