libmoost
/home/mhx/git/github/libmoost/test/io/file_operations.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/cstdint.hpp>
#include "../../include/moost/io/file_operations.hpp"
Include dependency graph for file_operations.cpp:

Go to the source code of this file.

Classes

struct  Fixture
struct  Fixture::TempDirectory

Functions

 BOOST_FIXTURE_TEST_CASE (test_grow_size, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_grow_4gb, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_shrink_size, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_shrink_zero, Fixture)
 BOOST_FIXTURE_TEST_CASE (test_filenotfound, Fixture)

Function Documentation

BOOST_FIXTURE_TEST_CASE ( test_grow_size  ,
Fixture   
)

Definition at line 65 of file file_operations.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_grow_4gb  ,
Fixture   
)

Definition at line 74 of file file_operations.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_shrink_size  ,
Fixture   
)

Definition at line 83 of file file_operations.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_shrink_zero  ,
Fixture   
)

Definition at line 92 of file file_operations.cpp.

Here is the call graph for this function:

BOOST_FIXTURE_TEST_CASE ( test_filenotfound  ,
Fixture   
)

Definition at line 101 of file file_operations.cpp.