#include <vector>
#include <algorithm>
#include "simple_message.h"
#include "shared_types.h"
#include "message_manager.h"
#include "socket/tcp_server.h"
#include <gtest/gtest.h>
#include <stdlib.h>
#include <ctype.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (MessageManagerSuite, tcp) | |
Variables | |
int | g_argc |
char ** | g_argv |
const unsigned int | g_num_vals = 4 |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 91 of file mock_server.cpp.
TEST | ( | MessageManagerSuite | , |
tcp | |||
) |
Definition at line 49 of file mock_server.cpp.
int g_argc |
Definition at line 45 of file mock_server.cpp.
char** g_argv |
Definition at line 46 of file mock_server.cpp.
const unsigned int g_num_vals = 4 |
Definition at line 47 of file mock_server.cpp.