#include <boost/test/unit_test.hpp>
#include <boost/test/unit_test_suite.hpp>
#include "dialogs.hpp"
#include "key.hpp"
#include "filesystem.hpp"
#include "savegame.hpp"
#include "unit_types.hpp"
#include "SDL.h"
#include "tests/utils/fake_event_source.hpp"
#include "tests/utils/fake_display.hpp"
#include "tests/utils/auto_parameterized.hpp"
Go to the source code of this file.
Classes |
| struct | test::save_dialog_fixture |
Namespaces |
| namespace | test |
Defines |
| #define | GETTEXT_DOMAIN "wesnoth-test" |
Functions |
| | test::WESNOTH_PARAMETERIZED_TEST_CASE (test_fake_input, SDLKey, fake_input_keys, keyid) |
| | test::WESNOTH_PARAMETERIZED_TEST_CASE (test_dialog_get_save_name_enter_pressed, SDLKey, dialog_get_save_name_enter_pressed, keyid) |
Variables |
| SDLKey | test::fake_input_keys [] = {SDLK_KP_ENTER, SDLK_RETURN, SDLK_ESCAPE, SDLK_a} |
| SDLKey | test::dialog_get_save_name_enter_pressed [] = {SDLK_KP_ENTER, SDLK_RETURN} |
Define Documentation
| #define GETTEXT_DOMAIN "wesnoth-test" |