#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_byte_index) | |
| 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 16 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_byte_index | ) |
Definition at line 125 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_concatenate | ) |
Definition at line 130 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_length | ) |
Definition at line 114 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_math | ) |
Definition at line 153 of file test_formula_function.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_substring | ) |
Definition at line 29 of file test_formula_function.cpp.
References lg::debug(), lg::err(), lg::set_log_domain_severity(), and lg::warn().
| BOOST_AUTO_TEST_CASE | ( | test_formula_function_trig | ) |
Definition at line 176 of file test_formula_function.cpp.
References wfl::map_formula_callable::add().