|
libmoost
|
#include <boost/test/unit_test.hpp>#include <boost/filesystem.hpp>#include <boost/scoped_ptr.hpp>#include "../../include/moost/testing/error_matcher.hpp"#include "../../include/moost/container/memory_mapped_dataset.hpp"
Go to the source code of this file.
Classes | |
| struct | scoped_tempfile |
| struct | test_val |
| struct | const_hash |
| struct | test_dataset |
| struct | test_dataset::writer |
| class | test_dense_hash_map< HashFcn > |
Typedefs | |
| typedef moost::testing::error_matcher | matches |
Functions | |
| template<class ArchiveType > | |
| void | mmd_archive_test (const scoped_tempfile &dsfile) |
| BOOST_AUTO_TEST_CASE (test_mmd_archive) | |
| BOOST_AUTO_TEST_CASE (test_mmd_archive_binary) | |
| BOOST_AUTO_TEST_CASE (test_mmd_archive_generic) | |
| BOOST_AUTO_TEST_CASE (test_mmd_vector) | |
| BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map) | |
| BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_collision) | |
| BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_full) | |
| BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_variety) | |
| BOOST_AUTO_TEST_CASE (test_mmd_dense_hash_map_error) | |
| typedef moost::testing::error_matcher matches |
Definition at line 37 of file memory_mapped_dataset.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_mmd_archive | ) |
| BOOST_AUTO_TEST_CASE | ( | test_mmd_archive_binary | ) |
| BOOST_AUTO_TEST_CASE | ( | test_mmd_archive_generic | ) |
Definition at line 177 of file memory_mapped_dataset.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_mmd_vector | ) |
| BOOST_AUTO_TEST_CASE | ( | test_mmd_dense_hash_map | ) |
Definition at line 297 of file memory_mapped_dataset.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_mmd_dense_hash_map_collision | ) |
Definition at line 304 of file memory_mapped_dataset.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_mmd_dense_hash_map_full | ) |
| BOOST_AUTO_TEST_CASE | ( | test_mmd_dense_hash_map_variety | ) |
Definition at line 320 of file memory_mapped_dataset.cpp.
| BOOST_AUTO_TEST_CASE | ( | test_mmd_dense_hash_map_error | ) |
| void mmd_archive_test | ( | const scoped_tempfile & | dsfile | ) |