|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
#include "../../catch2/catch.hpp"#include <fstream>#include "../../../include/ioutils/fileUtils.hpp"Go to the source code of this file.
Functions | |
| unitTest::ioutilsTest::fileUtilsTest::TEST_CASE ("Checking existence and whether or not a path is a directory", "[ioutils::fileUtils]") | |
| Checking existence and whether or not a path is a directory. | |
| unitTest::ioutilsTest::fileUtilsTest::TEST_CASE ("creating sequential filenames", "[ioutils::fileUtils]") | |
| Verify creation of sequential file names. | |
| unitTest::ioutilsTest::fileUtilsTest::TEST_CASE ("Getting a list of files", "[ioutils::fileUtils]") | |
| Getting a list of files. | |