JayBeams
0.1
Another project to have fun coding.
|
Go to the source code of this file.
Functions | |
void | check_read_write (boost::filesystem::path const &path) |
Implement the common part of the tests. More... | |
BOOST_AUTO_TEST_CASE (fileio_basic) | |
BOOST_AUTO_TEST_CASE (fileio_gz) | |
BOOST_AUTO_TEST_CASE (fileio_stdout) | |
BOOST_AUTO_TEST_CASE | ( | fileio_basic | ) |
Definition at line 42 of file ut_fileio.cpp.
References check_read_write().
BOOST_AUTO_TEST_CASE | ( | fileio_gz | ) |
Definition at line 53 of file ut_fileio.cpp.
References check_read_write().
BOOST_AUTO_TEST_CASE | ( | fileio_stdout | ) |
Definition at line 64 of file ut_fileio.cpp.
References jb::open_output_file().
void check_read_write | ( | boost::filesystem::path const & | path | ) |
Implement the common part of the tests.
Definition at line 9 of file ut_fileio.cpp.
References jb::open_input_file(), and jb::open_output_file().
Referenced by BOOST_AUTO_TEST_CASE().