#include <boost/test/unit_test.hpp>#include <iostream>#include <string>#include <websocketpp/utilities.hpp>
Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MODULE utility | 
Functions | |
| BOOST_AUTO_TEST_CASE (substr_found) | |
| BOOST_AUTO_TEST_CASE (substr_found_ci) | |
| BOOST_AUTO_TEST_CASE (substr_not_found) | |
| BOOST_AUTO_TEST_CASE (to_lower) | |
| BOOST_AUTO_TEST_CASE (string_replace_all) | |
| #define BOOST_TEST_MODULE utility | 
Definition at line 28 of file utilities.cpp.
| BOOST_AUTO_TEST_CASE | ( | substr_found | ) | 
Definition at line 38 of file utilities.cpp.
References websocketpp::utility::ci_find_substr().
| BOOST_AUTO_TEST_CASE | ( | substr_found_ci | ) | 
Definition at line 45 of file utilities.cpp.
References websocketpp::utility::ci_find_substr().
| BOOST_AUTO_TEST_CASE | ( | substr_not_found | ) | 
Definition at line 52 of file utilities.cpp.
References websocketpp::utility::ci_find_substr().
| BOOST_AUTO_TEST_CASE | ( | to_lower | ) | 
Definition at line 59 of file utilities.cpp.
References websocketpp::utility::to_lower().
| BOOST_AUTO_TEST_CASE | ( | string_replace_all | ) | 
Definition at line 65 of file utilities.cpp.
References websocketpp::utility::string_replace_all().