#include <boost/test/unit_test.hpp>#include <iostream>#include <sstream>#include <websocketpp/config/asio.hpp>#include <websocketpp/server.hpp>
Go to the source code of this file.
Classes | |
| struct | endpoint_extension | 
| struct | stub_config | 
Macros | |
| #define | BOOST_TEST_MODULE endpoint | 
Functions | |
| BOOST_AUTO_TEST_CASE (construct_server_iostream) | |
| BOOST_AUTO_TEST_CASE (construct_server_asio_plain) | |
| BOOST_AUTO_TEST_CASE (construct_server_asio_tls) | |
| BOOST_AUTO_TEST_CASE (initialize_server_asio) | |
| BOOST_AUTO_TEST_CASE (initialize_server_asio_external) | |
| BOOST_AUTO_TEST_CASE (endpoint_extensions) | |
| BOOST_AUTO_TEST_CASE (listen_after_listen_failure) | |
| #define BOOST_TEST_MODULE endpoint | 
Definition at line 28 of file endpoint.cpp.
| BOOST_AUTO_TEST_CASE | ( | construct_server_iostream | ) | 
Definition at line 37 of file endpoint.cpp.
Referenced by BOOST_AUTO_TEST_CASE().
| BOOST_AUTO_TEST_CASE | ( | construct_server_asio_plain | ) | 
Definition at line 41 of file endpoint.cpp.
| BOOST_AUTO_TEST_CASE | ( | construct_server_asio_tls | ) | 
Definition at line 45 of file endpoint.cpp.
| BOOST_AUTO_TEST_CASE | ( | initialize_server_asio | ) | 
Definition at line 49 of file endpoint.cpp.
References websocketpp::transport::asio::endpoint< config >::init_asio().
| BOOST_AUTO_TEST_CASE | ( | initialize_server_asio_external | ) | 
Definition at line 54 of file endpoint.cpp.
References BOOST_AUTO_TEST_CASE(), and websocketpp::transport::asio::endpoint< config >::init_asio().
| BOOST_AUTO_TEST_CASE | ( | endpoint_extensions | ) | 
Definition at line 123 of file endpoint.cpp.
References websocketpp::endpoint< connection< config >, config >::is_server().
| BOOST_AUTO_TEST_CASE | ( | listen_after_listen_failure | ) | 
Definition at line 132 of file endpoint.cpp.
References websocketpp::transport::asio::endpoint< config >::init_asio(), websocketpp::transport::asio::endpoint< config >::listen(), websocketpp::transport::asio::error::make_error_code(), websocketpp::error::make_error_code(), and websocketpp::transport::asio::error::pass_through.