#include <vector>#include <string>#include "serialization/string_utils.hpp"#include "serialization/unicode.hpp"#include <boost/test/auto_unit_test.hpp>
Go to the source code of this file.
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-test" |
Functions | |
| BOOST_AUTO_TEST_CASE (utils_join_test) | |
| BOOST_AUTO_TEST_CASE (utils_unicode_test) | |
| BOOST_AUTO_TEST_CASE (test_lowercase) | |
| BOOST_AUTO_TEST_CASE (test_wildcard_string_match) | |
| #define GETTEXT_DOMAIN "wesnoth-test" |
Definition at line 15 of file test_serialization.cpp.
| BOOST_AUTO_TEST_CASE | ( | utils_join_test | ) |
Definition at line 25 of file test_serialization.cpp.
References utils::join().
| BOOST_AUTO_TEST_CASE | ( | utils_unicode_test | ) |
Definition at line 41 of file test_serialization.cpp.
References utf8::index(), utf8::size(), utf8::truncate(), and unicode_cast().
| BOOST_AUTO_TEST_CASE | ( | test_lowercase | ) |
Definition at line 84 of file test_serialization.cpp.
References utf8::lowercase().
| BOOST_AUTO_TEST_CASE | ( | test_wildcard_string_match | ) |
Definition at line 92 of file test_serialization.cpp.
References utils::wildcard_string_match().
1.8.8