Go to the source code of this file.
◆ BOOST_TEST_MODULE
#define BOOST_TEST_MODULE transport_asio_base |
◆ BOOST_AUTO_TEST_CASE() [1/2]
BOOST_AUTO_TEST_CASE |
( |
translated_ec_none | | ) |
|
Definition at line 45 of file security.cpp.
45 {
47
48
49
50
51 if(websocketpp::lib::is_same<websocketpp::lib::error_code,websocketpp::lib::asio::error_code>::value) {
52 BOOST_CHECK_EQUAL( tscon.
test(), websocketpp::lib::error_code() );
53 } else {
55 }
56}
lib::error_code make_error_code(error::value e)
@ pass_through
underlying transport pass through
websocketpp::lib::error_code test()
◆ BOOST_AUTO_TEST_CASE() [2/2]
BOOST_AUTO_TEST_CASE |
( |
translated_ec_tls | | ) |
|
Definition at line 58 of file security.cpp.
58 {
60
61
62
63
64 if(websocketpp::lib::is_same<websocketpp::lib::error_code,websocketpp::lib::asio::error_code>::value) {
65 BOOST_CHECK_EQUAL( tscon.
test(), websocketpp::lib::error_code() );
66 } else {
68 }
69}