QuISP
Loading...
Searching...
No Matches
MockRoutingDaemon.h
Go to the documentation of this file.
1#pragma once
2#include <gmock/gmock.h>
4
5namespace quisp_test {
6namespace mock_modules {
7namespace routing_daemon {
8
10 public:
11 MOCK_METHOD(int, findQNicAddrByDestAddr, (int destAddr), (override));
12 MOCK_METHOD(int, getNumEndNodes, (), (override));
13};
14
15} // namespace routing_daemon
16} // namespace mock_modules
17} // namespace quisp_test
Definition IRoutingDaemon.h:9
virtual int findQNicAddrByDestAddr(int destAddr)=0
MOCK_METHOD(int, findQNicAddrByDestAddr,(int destAddr),(override))
Definition test.h:15