deepsy 22-Nitrogen
Main Page
Concepts
APIs
Tools
Contact
File List
File Members
sources
cpp
SERVICES
SMS
service
test
sms_test.h
1
#ifdef TESTING
2
#include <gtest/gtest.h>
3
#include <gmock/gmock.h>
4
5
#include "../src/smsServer.h"
6
7
class
SmsMockServer :
public
SmsServer
{
8
9
public
:
10
SmsMockServer(boost::asio::io_service& io,
int
rport,
int
pport):
SmsServer
(io, rport, pport){
11
12
}
13
};
14
15
16
#endif //TESTING
SmsServer
Manages router and publisher.
Definition:
smsServer.h:18
Generated by