#include <gtest/gtest.h>
#include <condition_variable>
#include <ur_client_library/comm/tcp_socket.h>
#include <ur_client_library/comm/tcp_server.h>
#include "ur_client_library/types.h"
Go to the source code of this file.
Classes | |
class | TCPSocketTest::Client |
class | TCPSocketTest |
Functions | |
int | main (int argc, char *argv[]) |
TEST_F (TCPSocketTest, socket_state) | |
TEST_F (TCPSocketTest, setup_client_before_server) | |
TEST_F (TCPSocketTest, get_ip) | |
TEST_F (TCPSocketTest, write_on_non_connected_socket) | |
TEST_F (TCPSocketTest, read_on_non_connected_socket) | |
TEST_F (TCPSocketTest, write_on_connected_socket) | |
TEST_F (TCPSocketTest, read_on_connected_socket) | |
TEST_F (TCPSocketTest, get_socket_fd) | |
TEST_F (TCPSocketTest, receive_timeout) | |
TEST_F (TCPSocketTest, setup_while_client_is_connected) | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 344 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
socket_state | |||
) |
Definition at line 175 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
setup_client_before_server | |||
) |
Definition at line 198 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
get_ip | |||
) |
Definition at line 226 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
write_on_non_connected_socket | |||
) |
Definition at line 241 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
read_on_non_connected_socket | |||
) |
Definition at line 251 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
write_on_connected_socket | |||
) |
Definition at line 259 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
read_on_connected_socket | |||
) |
Definition at line 273 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
get_socket_fd | |||
) |
Definition at line 301 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
receive_timeout | |||
) |
Definition at line 321 of file test_tcp_socket.cpp.
TEST_F | ( | TCPSocketTest | , |
setup_while_client_is_connected | |||
) |
Definition at line 337 of file test_tcp_socket.cpp.