|
libmoost
|
#include <boost/test/unit_test.hpp>#include <boost/test/test_tools.hpp>#include <vector>#include <fstream>#include <boost/filesystem/path.hpp>#include <boost/filesystem/operations.hpp>#include <boost/archive/binary_iarchive.hpp>#include <boost/archive/binary_oarchive.hpp>#include "../../include/moost/io/block_store.hpp"
Go to the source code of this file.
Classes | |
| struct | Fixture |
| struct | Fixture::TempDirectory |
Functions | |
| BOOST_FIXTURE_TEST_CASE (test_alloc, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_readwrite, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_readwrite_pbof, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_free, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_save_load_end, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (test_save_load_freelist, Fixture) | |
| BOOST_FIXTURE_TEST_CASE | ( | test_alloc | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | test_readwrite | , |
| Fixture | |||
| ) |
Definition at line 78 of file block_store.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | test_readwrite_pbof | , |
| Fixture | |||
| ) |
Definition at line 94 of file block_store.cpp.
| BOOST_FIXTURE_TEST_CASE | ( | test_free | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | test_save_load_end | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | test_save_load_freelist | , |
| Fixture | |||
| ) |