Classes | |
class | fake_display_manager |
class | game_config_manager |
Functions | |
game_display & | get_fake_display (const int width, const int height) |
Gets a fake test display. More... | |
static bool | match_english (const language_def &def) |
const config & | get_test_config_ref () |
config | get_test_config () |
game_display & test_utils::get_fake_display | ( | const int | width, |
const int | height | ||
) |
Gets a fake test display.
The width and height parameter are ignored if either of them is less than zero.
width | The width of the display. |
height | The height of the display. |
Definition at line 79 of file fake_display.cpp.
References test_utils::fake_display_manager::get_display(), test_utils::fake_display_manager::get_manager(), and video::set_resolution().
Referenced by BOOST_AUTO_TEST_CASE(), and wesnoth_global_fixture::wesnoth_global_fixture().
config test_utils::get_test_config | ( | ) |
Definition at line 121 of file game_config_manager_tests.cpp.
References test_utils::game_config_manager::get_config_static().
Referenced by BOOST_AUTO_TEST_CASE().
const config & test_utils::get_test_config_ref | ( | ) |
Definition at line 116 of file game_config_manager_tests.cpp.
References test_utils::game_config_manager::get_config_static().
Referenced by config_cache_fixture::config_cache_fixture().
|
static |
Definition at line 39 of file game_config_manager_tests.cpp.
References language_def::localename.
Referenced by test_utils::game_config_manager::game_config_manager().