#include <boost/test/unit_test.hpp>#include <iostream>#include <string>#include <websocketpp/processors/processor.hpp>#include <websocketpp/http/request.hpp>
Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MODULE processors | 
Functions | |
| BOOST_AUTO_TEST_CASE (exact_match) | |
| BOOST_AUTO_TEST_CASE (non_match) | |
| BOOST_AUTO_TEST_CASE (ci_exact_match) | |
| BOOST_AUTO_TEST_CASE (non_exact_match1) | |
| BOOST_AUTO_TEST_CASE (non_exact_match2) | |
| BOOST_AUTO_TEST_CASE (version_blank) | |
| BOOST_AUTO_TEST_CASE (version_7) | |
| BOOST_AUTO_TEST_CASE (version_8) | |
| BOOST_AUTO_TEST_CASE (version_13) | |
| BOOST_AUTO_TEST_CASE (version_non_numeric) | |
| #define BOOST_TEST_MODULE processors | 
Definition at line 28 of file processor.cpp.
| BOOST_AUTO_TEST_CASE | ( | exact_match | ) | 
Definition at line 37 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::is_websocket_handshake().
| BOOST_AUTO_TEST_CASE | ( | non_match | ) | 
Definition at line 47 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::is_websocket_handshake().
| BOOST_AUTO_TEST_CASE | ( | ci_exact_match | ) | 
Definition at line 57 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::is_websocket_handshake().
| BOOST_AUTO_TEST_CASE | ( | non_exact_match1 | ) | 
Definition at line 67 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::is_websocket_handshake().
| BOOST_AUTO_TEST_CASE | ( | non_exact_match2 | ) | 
Definition at line 77 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::is_websocket_handshake().
| BOOST_AUTO_TEST_CASE | ( | version_blank | ) | 
Definition at line 87 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::get_websocket_version().
| BOOST_AUTO_TEST_CASE | ( | version_7 | ) | 
Definition at line 97 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::get_websocket_version().
| BOOST_AUTO_TEST_CASE | ( | version_8 | ) | 
Definition at line 107 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::get_websocket_version().
| BOOST_AUTO_TEST_CASE | ( | version_13 | ) | 
Definition at line 117 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::get_websocket_version().
| BOOST_AUTO_TEST_CASE | ( | version_non_numeric | ) | 
Definition at line 127 of file processor.cpp.
References websocketpp::http::parser::request::consume(), and websocketpp::processor::get_websocket_version().