simple-socket library 1.1.5
Functions | Variables

TCPSocket_TEST.cpp File Reference

#include <cppunit/extensions/HelperMacros.h>
#include <TCPSocket.h>
#include <cstring>
Include dependency graph for TCPSocket_TEST.cpp:

Go to the source code of this file.

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (TCPSocket_TEST)

Variables

static const int len = sizeof(send_msg)
static char recv_msg [sizeof(send_msg)]
static const char send_msg [] = "The quick brown fox jumps over the lazy dog"

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( TCPSocket_TEST  )

Variable Documentation

const char send_msg[] = "The quick brown fox jumps over the lazy dog" [static]
Examples:
TCP_Server.cpp, and UDP_Multicast.cpp.

Definition at line 6 of file TCPSocket_TEST.cpp.

char recv_msg[sizeof(send_msg)] [static]
Examples:
TCP_Client.cpp, and UDP_Multicast.cpp.

Definition at line 7 of file TCPSocket_TEST.cpp.

const int len = sizeof(send_msg) [static]
Examples:
UDP_Multicast.cpp.

Definition at line 8 of file TCPSocket_TEST.cpp.