Public Member Functions | |
mp_connect_fixture () | |
~mp_connect_fixture () | |
Public Attributes | |
std::vector< std::string > | dummy_args |
commandline_options | cmdline_opts |
hotkey::manager | hotkey_manager |
boost::scoped_ptr < game_config_manager > | config_manager |
Definition at line 63 of file test_mp_connect.cpp.
|
inline |
Definition at line 64 of file test_mp_connect.cpp.
References cmdline_opts, config_manager, test_utils::get_fake_display(), and game_config_manager::NO_FORCE_RELOAD.
|
inline |
Definition at line 90 of file test_mp_connect.cpp.
commandline_options mp_connect_fixture::cmdline_opts |
Definition at line 94 of file test_mp_connect.cpp.
Referenced by mp_connect_fixture().
boost::scoped_ptr<game_config_manager> mp_connect_fixture::config_manager |
Definition at line 96 of file test_mp_connect.cpp.
Referenced by mp_connect_fixture().
std::vector<std::string> mp_connect_fixture::dummy_args |
Definition at line 93 of file test_mp_connect.cpp.
hotkey::manager mp_connect_fixture::hotkey_manager |
Definition at line 95 of file test_mp_connect.cpp.