#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 16 of file test_formula_function.cpp.
BOOST_AUTO_TEST_CASE | ( | test_formula_function_concatenate | ) |
Definition at line 125 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 148 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 171 of file test_formula_function.cpp.
References wfl::map_formula_callable::add().