|
libmoost
|
#include <boost/test/unit_test.hpp>#include <boost/test/test_tools.hpp>#include <vector>#include "../../include/moost/string/levenshtein.hpp"
Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (test_same) | |
| BOOST_AUTO_TEST_CASE (test_diff) | |
| BOOST_AUTO_TEST_CASE (test_order) | |
| BOOST_AUTO_TEST_CASE (test_max) | |
| BOOST_AUTO_TEST_CASE (test_transposition) | |
| BOOST_AUTO_TEST_CASE (test_fast_same) | |
| BOOST_AUTO_TEST_CASE (test_fast_diff) | |
| BOOST_AUTO_TEST_CASE (test_fast_order) | |
| BOOST_AUTO_TEST_CASE (test_fast_max) | |
| BOOST_AUTO_TEST_CASE (test_fast_transposition) | |
| BOOST_AUTO_TEST_CASE | ( | test_same | ) |
| BOOST_AUTO_TEST_CASE | ( | test_diff | ) |
| BOOST_AUTO_TEST_CASE | ( | test_order | ) |
| BOOST_AUTO_TEST_CASE | ( | test_max | ) |
| BOOST_AUTO_TEST_CASE | ( | test_transposition | ) |
| BOOST_AUTO_TEST_CASE | ( | test_fast_same | ) |
| BOOST_AUTO_TEST_CASE | ( | test_fast_diff | ) |
| BOOST_AUTO_TEST_CASE | ( | test_fast_order | ) |
| BOOST_AUTO_TEST_CASE | ( | test_fast_max | ) |
| BOOST_AUTO_TEST_CASE | ( | test_fast_transposition | ) |