MRPT  2.0.3
sockets_unittest.cpp
Go to the documentation of this file.
1 /* +------------------------------------------------------------------------+
2  | Mobile Robot Programming Toolkit (MRPT) |
3  | https://www.mrpt.org/ |
4  | |
5  | Copyright (c) 2005-2020, Individual contributors, see AUTHORS file |
6  | See: https://www.mrpt.org/Authors - All rights reserved. |
7  | Released under BSD License. See: https://www.mrpt.org/License |
8  +------------------------------------------------------------------------+ */
9 
10 #include <gtest/gtest.h>
11 
12 // Reuse code from example:
13 //#define SOCKET_TEST_VERBOSE
15 
16 TEST(SocketTests, send_receive_object)
17 {
18  SocketsTest();
20 }
EXPECT_TRUE
EXPECT_TRUE(mrpt::system::fileExists(ini_fil))
SocketsTest_impl.cpp
SocketsTest
void SocketsTest()
Definition: SocketsTest_impl.cpp:146
TEST
TEST(SocketTests, send_receive_object)
Definition: sockets_unittest.cpp:16
sockets_test_passed_ok
bool sockets_test_passed_ok
Definition: SocketsTest_impl.cpp:20



Page generated by Doxygen 1.8.17 for MRPT 2.0.3 at Fri May 15 23:51:15 UTC 2020