|
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/cstdint.hpp>#include "../../include/moost/io/file_operations.hpp"
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) | |
| 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 | |||
| ) |
Definition at line 101 of file file_operations.cpp.