libmoost
/home/mhx/git/github/libmoost/test/io/map_store.cpp File Reference
#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/map_store.hpp"
Include dependency graph for map_store.cpp:

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_realloc, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_free, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_open_close, Fixture)

Function Documentation

BOOST_FIXTURE_TEST_CASE ( test_alloc  ,
Fixture   
)

Definition at line 72 of file map_store.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_readwrite  ,
Fixture   
)

Definition at line 79 of file map_store.cpp.

BOOST_FIXTURE_TEST_CASE ( test_realloc  ,
Fixture   
)

Definition at line 95 of file map_store.cpp.

BOOST_FIXTURE_TEST_CASE ( test_free  ,
Fixture   
)

Definition at line 105 of file map_store.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_open_close  ,
Fixture   
)

Definition at line 118 of file map_store.cpp.