The Battle for Wesnoth  1.19.0-dev
Macros | Functions
test_unit_map.cpp File Reference
#include <boost/test/unit_test.hpp>
#include "config.hpp"
#include "log.hpp"
#include "tests/utils/game_config_manager_tests.hpp"
#include "units/id.hpp"
#include "units/map.hpp"
#include "units/types.hpp"
#include "units/unit.hpp"
#include <functional>
Include dependency graph for test_unit_map.cpp:

Go to the source code of this file.

Macros

#define GETTEXT_DOMAIN   "wesnoth-test"
 

Functions

 BOOST_AUTO_TEST_CASE (test_1)
 
 BOOST_AUTO_TEST_CASE (track_real_unit_by_underlying_id)
 
 BOOST_AUTO_TEST_CASE (track_fake_unit_by_underlying_id)
 
 BOOST_AUTO_TEST_CASE (track_real_unit_by_iterator)
 
 BOOST_AUTO_TEST_CASE (track_fake_unit_by_iterator)
 

Macro Definition Documentation

◆ GETTEXT_DOMAIN

#define GETTEXT_DOMAIN   "wesnoth-test"

Definition at line 16 of file test_unit_map.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/5]

BOOST_AUTO_TEST_CASE ( test_1  )

◆ BOOST_AUTO_TEST_CASE() [2/5]

BOOST_AUTO_TEST_CASE ( track_fake_unit_by_iterator  )

◆ BOOST_AUTO_TEST_CASE() [3/5]

BOOST_AUTO_TEST_CASE ( track_fake_unit_by_underlying_id  )

◆ BOOST_AUTO_TEST_CASE() [4/5]

BOOST_AUTO_TEST_CASE ( track_real_unit_by_iterator  )

◆ BOOST_AUTO_TEST_CASE() [5/5]

BOOST_AUTO_TEST_CASE ( track_real_unit_by_underlying_id  )