The Battle for Wesnoth  1.19.0-dev
Classes | Functions
test_utils Namespace Reference

Classes

class  fake_display_manager
 
class  game_config_manager
 

Functions

game_displayget_fake_display (const int width, const int height)
 Gets a fake test display. More...
 
static bool match_english (const language_def &def)
 
const configget_test_config_ref ()
 
config get_test_config ()
 

Function Documentation

◆ get_fake_display()

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.

Parameters
widthThe width of the display.
heightThe height of the display.
Returns
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().

◆ get_test_config()

config test_utils::get_test_config ( )

◆ get_test_config_ref()

const config & test_utils::get_test_config_ref ( )

◆ match_english()

static bool test_utils::match_english ( const language_def def)
static