mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-09 13:26:16 +08:00
ipc client connect test with working unit tests.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
class CMockEventQueue : public IEventQueue
|
||||
{
|
||||
public:
|
||||
MOCK_METHOD0(loop, void());
|
||||
MOCK_METHOD2(newOneShotTimer, CEventQueueTimer*(double, void*));
|
||||
MOCK_METHOD2(newTimer, CEventQueueTimer*(double, void*));
|
||||
MOCK_METHOD2(getEvent, bool(CEvent&, double));
|
||||
|
||||
Reference in New Issue
Block a user