The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Functions
test_serialization.cpp File Reference
#include <vector>
#include <string>
#include "serialization/string_utils.hpp"
#include "serialization/unicode.hpp"
#include <boost/test/auto_unit_test.hpp>
Include dependency graph for test_serialization.cpp:

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)
 

Macro Definition Documentation

#define GETTEXT_DOMAIN   "wesnoth-test"

Definition at line 15 of file test_serialization.cpp.

Function Documentation

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