JayBeams
0.1
Another project to have fun coding.
|
#include <jb/ehs/acceptor.hpp>
#include <thread>
#include <boost/asio/io_service.hpp>
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (acceptor_base) | |
BOOST_AUTO_TEST_CASE (connection_read_error) | |
BOOST_AUTO_TEST_CASE (acceptor_multiple_connections) | |
BOOST_AUTO_TEST_CASE (connection_multiple_requests) | |
BOOST_AUTO_TEST_CASE (acceptor_double_shutdown) | |
BOOST_AUTO_TEST_CASE (acceptor_on_accept_closed) | |
BOOST_AUTO_TEST_CASE | ( | acceptor_base | ) |
Definition at line 24 of file ut_acceptor.cpp.
References jb::ehs::acceptor::local_endpoint(), and jb::ehs::acceptor::shutdown().
BOOST_AUTO_TEST_CASE | ( | connection_read_error | ) |
Definition at line 91 of file ut_acceptor.cpp.
References jb::ehs::acceptor::local_endpoint(), and jb::ehs::acceptor::shutdown().
BOOST_AUTO_TEST_CASE | ( | acceptor_multiple_connections | ) |
Definition at line 193 of file ut_acceptor.cpp.
References jb::ehs::acceptor::local_endpoint(), and jb::ehs::acceptor::shutdown().
BOOST_AUTO_TEST_CASE | ( | connection_multiple_requests | ) |
Definition at line 226 of file ut_acceptor.cpp.
References jb::ehs::acceptor::local_endpoint(), and jb::ehs::acceptor::shutdown().
BOOST_AUTO_TEST_CASE | ( | acceptor_double_shutdown | ) |
Definition at line 291 of file ut_acceptor.cpp.
References jb::ehs::acceptor::shutdown().
BOOST_AUTO_TEST_CASE | ( | acceptor_on_accept_closed | ) |
Definition at line 310 of file ut_acceptor.cpp.
References jb::ehs::acceptor::shutdown().