tests: Extend SignalProxyTest to cover request/receive method pairs
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 18 Oct 2018 18:33:03 +0000 (20:33 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 18 Nov 2018 10:06:43 +0000 (11:06 +0100)
commit697a663a206c5bf5b7061709f273ae40f3c58091
tree7f71db47f0e97c47e84a624dff530629fd1d74eb
parentdb00831bca59a012242d1ad5fac52a20c6cd2956
tests: Extend SignalProxyTest to cover request/receive method pairs

When sending an RPC request (using REQUEST()), if the request method
on the server side returns a value, a corresponding receive method
is called on the client side. Extend the test case to cover this, so
we can safely refactor relevant parts of SignalProxy in the future.
tests/common/signalproxytest.cpp