#include <boost/test/unit_test.hpp>
#include "config_cache.hpp"
#include "gui/auxiliary/iterator/iterator.hpp"
#include "gui/widgets/label.hpp"
#include "gui/widgets/grid.hpp"
#include <iostream>
#include <sstream>
#include <typeinfo>
Go to the source code of this file.
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
static std::string | top_down_t_t_t_result () |
static std::string | bottom_up_t_t_t_result () |
static void | add_widget (gui2::tgrid &grid, gui2::twidget *widget, const std::string &id, const unsigned row, const unsigned column) |
template<class T > | |
static void | test_control () |
static void | test_grid () |
BOOST_AUTO_TEST_CASE (test_gui2_iterator) | |
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 15 of file iterator.cpp.
|
static |
Definition at line 106 of file iterator.cpp.
References gui2::tgrid::HORIZONTAL_GROW_SEND_TO_CLIENT, gui2::tgrid::set_child(), gui2::twidget::set_id(), and gui2::tgrid::VERTICAL_GROW_SEND_TO_CLIENT.
Referenced by test_grid().
BOOST_AUTO_TEST_CASE | ( | test_gui2_iterator | ) |
Definition at line 263 of file iterator.cpp.
References game_config::config_cache::add_define(), gui2::cache, game_config::config_cache::clear_defines(), lg::debug(), game_config::config_cache::instance(), lg::set_log_domain_severity(), test_control(), test_grid(), and lg::timestamps().
|
static |
Definition at line 74 of file iterator.cpp.
Referenced by test_grid().
|
static |
Definition at line 124 of file iterator.cpp.
References gui2::iterator::titerator< order >::at_end().
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 177 of file iterator.cpp.
References add_widget(), bottom_up_t_t_t_result(), preferences::grid(), and top_down_t_t_t_result().
Referenced by BOOST_AUTO_TEST_CASE().
|
static |
Definition at line 41 of file iterator.cpp.
Referenced by test_grid().