The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Macros | Typedefs | Functions
test_config_cache.cpp File Reference
#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"
Include dependency graph for test_config_cache.cpp:

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)
 

Macro Definition Documentation

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

Typedef Documentation

Used to redirect defines settings to test cache.

Definition at line 70 of file test_config_cache.cpp.

Function Documentation

BOOST_AUTO_TEST_CASE ( test_preproc_defines  )
BOOST_AUTO_TEST_CASE ( test_config_cache_defaults  )
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  )

Definition at line 287 of file test_config_cache.cpp.

References config::add_child(), gui2::cache, and config::clear().

static config setup_test_config ( )
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 preproc_map setup_test_preproc_map ( )
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().