The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
test_gui2_fixture Struct Reference

Public Member Functions

 test_gui2_fixture ()
 
 ~test_gui2_fixture ()
 

Public Attributes

std::unique_ptr< game_config_managerconfig_manager
 
std::vector< std::string > dummy_args
 

Static Public Attributes

static config main_config
 
static const std::string widgets_file = "widgets_tested.log"
 

Detailed Description

Definition at line 142 of file test_gui2.cpp.

Constructor & Destructor Documentation

◆ test_gui2_fixture()

test_gui2_fixture::test_gui2_fixture ( )
inline

The main config, which contains the entire WML tree.

Definition at line 143 of file test_gui2.cpp.

◆ ~test_gui2_fixture()

test_gui2_fixture::~test_gui2_fixture ( )
inline

Definition at line 163 of file test_gui2.cpp.

Member Data Documentation

◆ config_manager

std::unique_ptr<game_config_manager> test_gui2_fixture::config_manager

Definition at line 168 of file test_gui2.cpp.

◆ dummy_args

std::vector<std::string> test_gui2_fixture::dummy_args

Definition at line 169 of file test_gui2.cpp.

◆ main_config

config test_gui2_fixture::main_config
static

Definition at line 166 of file test_gui2.cpp.

◆ widgets_file

const std::string test_gui2_fixture::widgets_file = "widgets_tested.log"
static

Definition at line 167 of file test_gui2.cpp.

Referenced by BOOST_AUTO_TEST_CASE().


The documentation for this struct was generated from the following file: