#include "unit-test.h"#include <string>#include <vector>#include <future>#include "Util/conscience_log.h"#include "Util/conscience_util.h"#include "Communication/TcpServer.h"Macros | |
| #define | TEST_TCP_PORT 44444 |
Functions | |
| BOOST_FIXTURE_TEST_CASE (Tcp_UnitTests_serveCallAndRelease, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (Tcp_UnitTests_serveCallThenPingPongAndRelease, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (Tcp_UnitTests_openCloseMultiple, Fixture) | |
| #define TEST_TCP_PORT 44444 |
| BOOST_FIXTURE_TEST_CASE | ( | Tcp_UnitTests_openCloseMultiple | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | Tcp_UnitTests_serveCallAndRelease | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | Tcp_UnitTests_serveCallThenPingPongAndRelease | , |
| Fixture | |||
| ) |