NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
utilities.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <string>
#include <websocketpp/utilities.hpp>
Include dependency graph for utilities.cpp:

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)
 

Macro Definition Documentation

#define BOOST_TEST_MODULE   utility

Definition at line 28 of file utilities.cpp.

Function Documentation

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().