#include <boost/test/unit_test.hpp>#include "formula/function.hpp"#include "log.hpp"#include <cmath>
Go to the source code of this file.
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-test" |
Functions | |
| BOOST_AUTO_TEST_CASE (test_formula_function_substring) | |
| BOOST_AUTO_TEST_CASE (test_formula_function_length) | |
| BOOST_AUTO_TEST_CASE (test_formula_function_concatenate) | |
| BOOST_AUTO_TEST_CASE (test_formula_function_math) | |
| BOOST_AUTO_TEST_CASE (test_formula_function_trig) | |
| #define GETTEXT_DOMAIN "wesnoth-test" |
Definition at line 15 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_substring | ) |
Definition at line 28 of file test_formula_function.cpp.
References lg::debug(), lg::err(), and lg::set_log_domain_severity().
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_length | ) |
Definition at line 112 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_concatenate | ) |
Definition at line 123 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_math | ) |
Definition at line 146 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_trig | ) |
Definition at line 169 of file test_formula_function.cpp.
References game_logic::map_formula_callable::add().
1.8.8