#include <boost/test/unit_test.hpp>
#include "config_cache.hpp"
#include "config.hpp"
#include "game_config.hpp"
#include "language.hpp"
#include "version.hpp"
#include "tests/utils/game_config_manager.hpp"
#include "utils/functional.hpp"
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 17 of file test_config_cache.cpp.
Referenced by BOOST_AUTO_TEST_CASE(), and setup_test_config().
Used to redirect defines settings to test cache.
Definition at line 70 of file test_config_cache.cpp.
BOOST_AUTO_TEST_CASE | ( | test_preproc_defines | ) |
Definition at line 86 of file test_config_cache.cpp.
References game_config::config_cache::add_define(), gui2::cache, game_config::config_cache::get_preproc_map(), test_config_cache::instance(), game_config::config_cache::remove_define(), setup_test_preproc_map(), and test().
BOOST_AUTO_TEST_CASE | ( | test_config_cache_defaults | ) |
Definition at line 123 of file test_config_cache.cpp.
References gui2::cache, game_config::config_cache::get_preproc_map(), test_config_cache::instance(), and setup_test_preproc_map().
BOOST_AUTO_TEST_CASE | ( | test_load_config | ) |
Definition at line 150 of file test_config_cache.cpp.
References config::add_child(), gui2::cache, config::child(), config::clear(), GETTEXT_DOMAIN, setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_non_clean_config_loading | ) |
Definition at line 170 of file test_config_cache.cpp.
References config::add_child(), gui2::cache, setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_macrosubstitution | ) |
Definition at line 192 of file test_config_cache.cpp.
References config::add_child(), gui2::cache, config::clear(), setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_transaction | ) |
Definition at line 217 of file test_config_cache.cpp.
References config::add_child(), gui2::cache, config::clear(), game_config::config_cache_transaction::lock(), setup_test_config(), and test_data_path().
BOOST_AUTO_TEST_CASE | ( | test_define_loading | ) |
Definition at line 250 of file test_config_cache.cpp.
References config::add_child(), gui2::cache, 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 287 of file test_config_cache.cpp.
References config::add_child(), gui2::cache, and config::clear().
|
static |
Definition at line 138 of file test_config_cache.cpp.
References config::add_child(), and GETTEXT_DOMAIN.
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 31 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().