#include <array>
#include <vector>
#include <string>
#include "serialization/base64.hpp"
#include "serialization/string_utils.hpp"
#include "serialization/unicode.hpp"
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-test" |
Functions | |
static std::ostream & | std::operator<< (std::ostream &str, const std::pair< const std::string, std::string > &p) |
BOOST_AUTO_TEST_CASE (utils_join_test) | |
BOOST_AUTO_TEST_CASE (utils_split_test) | |
BOOST_AUTO_TEST_CASE (utils_quoted_split_test) | |
BOOST_AUTO_TEST_CASE (utils_map_split_test) | |
BOOST_AUTO_TEST_CASE (utils_parenthetical_split_test) | |
BOOST_AUTO_TEST_CASE (utils_square_parenthetical_split) | |
BOOST_AUTO_TEST_CASE (utils_unicode_test) | |
BOOST_AUTO_TEST_CASE (test_lowercase) | |
BOOST_AUTO_TEST_CASE (test_wildcard_string_match) | |
BOOST_AUTO_TEST_CASE (test_base64_encodings) | |
#define GETTEXT_DOMAIN "wesnoth-test" |
Definition at line 16 of file test_serialization.cpp.
BOOST_AUTO_TEST_CASE | ( | test_base64_encodings | ) |
Definition at line 588 of file test_serialization.cpp.
References base64::decode(), crypt64::decode(), base64::encode(), crypt64::encode(), and i.
BOOST_AUTO_TEST_CASE | ( | test_lowercase | ) |
Definition at line 534 of file test_serialization.cpp.
References utf8::lowercase().
BOOST_AUTO_TEST_CASE | ( | test_wildcard_string_match | ) |
Definition at line 542 of file test_serialization.cpp.
References utils::wildcard_string_match().
BOOST_AUTO_TEST_CASE | ( | utils_join_test | ) |
Definition at line 35 of file test_serialization.cpp.
References utils::join().
BOOST_AUTO_TEST_CASE | ( | utils_map_split_test | ) |
Definition at line 156 of file test_serialization.cpp.
References utils::map_split(), utils::REMOVE_EMPTY, utils::split(), and utils::STRIP_SPACES.
BOOST_AUTO_TEST_CASE | ( | utils_parenthetical_split_test | ) |
Definition at line 341 of file test_serialization.cpp.
References utils::parenthetical_split(), utils::REMOVE_EMPTY, utils::split(), and utils::STRIP_SPACES.
BOOST_AUTO_TEST_CASE | ( | utils_quoted_split_test | ) |
Definition at line 110 of file test_serialization.cpp.
References utils::quoted_split(), utils::REMOVE_EMPTY, utils::split(), and utils::STRIP_SPACES.
BOOST_AUTO_TEST_CASE | ( | utils_split_test | ) |
Definition at line 54 of file test_serialization.cpp.
References utils::REMOVE_EMPTY, utils::split(), and utils::STRIP_SPACES.
BOOST_AUTO_TEST_CASE | ( | utils_square_parenthetical_split | ) |
Definition at line 386 of file test_serialization.cpp.
References utils::REMOVE_EMPTY, utils::split(), utils::square_parenthetical_split(), and utils::STRIP_SPACES.
BOOST_AUTO_TEST_CASE | ( | utils_unicode_test | ) |
Definition at line 485 of file test_serialization.cpp.
References utf8::index(), utf8::size(), and utf8::truncate().
|
static |
Definition at line 27 of file test_serialization.cpp.
References operator<<(), and p.