#include <boost/test/unit_test.hpp>
#include "config_cache.hpp"
#include "config.hpp"
#include "game_config.hpp"
#include "language.hpp"
#include "log.hpp"
#include "game_version.hpp"
#include "tests/utils/game_config_manager_tests.hpp"
#include <functional>
Go to the source code of this file.
Classes | |
class | test_config_cache |
Used to make distinct singleton for testing it because other tests will need original one to load data. More... | |
struct | config_cache_fixture |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-test" |
Typedefs | |
typedef game_config::scoped_preproc_define_internal< test_config_cache > | test_scoped_define |
Used to redirect defines settings to test cache. More... | |
Functions | |
static preproc_map | setup_test_preproc_map () |
BOOST_AUTO_TEST_CASE (test_preproc_defines) | |
BOOST_AUTO_TEST_CASE (test_config_cache_defaults) | |
const std::string | test_data_path ("data/test/test/_main.cfg") |
static config | setup_test_config () |
BOOST_AUTO_TEST_CASE (test_load_config) | |
BOOST_AUTO_TEST_CASE (test_non_clean_config_loading) | |
BOOST_AUTO_TEST_CASE (test_macrosubstitution) | |
BOOST_AUTO_TEST_CASE (test_transaction) | |
BOOST_AUTO_TEST_CASE (test_define_loading) | |
BOOST_AUTO_TEST_CASE (test_lead_spaces_loading) | |
#define GETTEXT_DOMAIN "wesnoth-test" |
Definition at line 18 of file test_config_cache.cpp.
Used to redirect defines settings to test cache.
Definition at line 72 of file test_config_cache.cpp.
BOOST_AUTO_TEST_CASE | ( | test_config_cache_defaults | ) |
Definition at line 125 of file test_config_cache.cpp.
References game_config::config_cache::get_preproc_map(), test_config_cache::instance(), and setup_test_preproc_map().
BOOST_AUTO_TEST_CASE | ( | test_define_loading | ) |
Definition at line 252 of file test_config_cache.cpp.
References config::add_child(), config::clear(), game_config::config_cache_transaction::lock(), setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_lead_spaces_loading | ) |
Definition at line 289 of file test_config_cache.cpp.
References config::add_child(), and config::clear().
BOOST_AUTO_TEST_CASE | ( | test_load_config | ) |
Definition at line 152 of file test_config_cache.cpp.
References config::add_child(), config::clear(), GETTEXT_DOMAIN, config::mandatory_child(), setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_macrosubstitution | ) |
Definition at line 194 of file test_config_cache.cpp.
References config::add_child(), config::clear(), setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_non_clean_config_loading | ) |
Definition at line 172 of file test_config_cache.cpp.
References config::add_child(), setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_preproc_defines | ) |
Definition at line 88 of file test_config_cache.cpp.
References game_config::config_cache::add_define(), game_config::config_cache::get_preproc_map(), test_config_cache::instance(), game_config::config_cache::remove_define(), and setup_test_preproc_map().
BOOST_AUTO_TEST_CASE | ( | test_transaction | ) |
Definition at line 219 of file test_config_cache.cpp.
References config::add_child(), config::clear(), game_config::config_cache_transaction::lock(), setup_test_config(), and test_data_path().
|
static |
Definition at line 140 of file test_config_cache.cpp.
References config::add_child(), and GETTEXT_DOMAIN.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 33 of file test_config_cache.cpp.
References game_config::wesnoth_version.
Referenced by BOOST_AUTO_TEST_CASE().
const std::string test_data_path | ( | "data/test/test/_main.cfg" | ) |
Referenced by BOOST_AUTO_TEST_CASE().