libmoost
/home/mhx/git/github/libmoost/test/string/levenshtein.cpp File Reference
#include <boost/test/unit_test.hpp>
#include <boost/test/test_tools.hpp>
#include <vector>
#include "../../include/moost/string/levenshtein.hpp"
Include dependency graph for levenshtein.cpp:

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)

Function Documentation

BOOST_AUTO_TEST_CASE ( test_same  )

Definition at line 38 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_diff  )

Definition at line 43 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_order  )

Definition at line 48 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_max  )

Definition at line 53 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_transposition  )

Definition at line 58 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_fast_same  )

Definition at line 63 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_fast_diff  )

Definition at line 68 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_fast_order  )

Definition at line 73 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_fast_max  )

Definition at line 78 of file levenshtein.cpp.

Here is the call graph for this function:

BOOST_AUTO_TEST_CASE ( test_fast_transposition  )

Definition at line 83 of file levenshtein.cpp.

Here is the call graph for this function: