#include <cppunit/extensions/HelperMacros.h>
#include "../UnixDatagramSocket.h"
#include <unistd.h>
#include <cstring>
Go to the source code of this file.
|
| 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" |
| |
| static const char | sock_file [] = "/tmp/simple-socket_test.sock" |
| |
◆ CPPUNIT_TEST_SUITE_REGISTRATION()
| CPPUNIT_TEST_SUITE_REGISTRATION |
( |
UnixDatagramSocket_TEST | | ) |
|
◆ sock_file
| const char sock_file[] = "/tmp/simple-socket_test.sock" |
|
static |
◆ send_msg
| const char send_msg[] = "The quick brown fox jumps over the lazy dog" |
|
static |
◆ recv_msg
◆ len