simple-socket library 1.2.0
UDPSocket_TEST.cpp File Reference
#include <cppunit/extensions/HelperMacros.h>
#include "../UDPSocket.h"
#include <cstring>
Include dependency graph for UDPSocket_TEST.cpp:

Go to the source code of this file.

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (UDPSocket_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()

CPPUNIT_TEST_SUITE_REGISTRATION ( UDPSocket_TEST )

Variable Documentation

◆ send_msg

const char send_msg[] = "The quick brown fox jumps over the lazy dog"
static

Definition at line 6 of file UDPSocket_TEST.cpp.

◆ recv_msg

char recv_msg[sizeof(send_msg)]
static

Definition at line 7 of file UDPSocket_TEST.cpp.

◆ len

const int len = sizeof(send_msg)
static

Definition at line 8 of file UDPSocket_TEST.cpp.