BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Implements class CLASS? More...
Go to the source code of this file.
Classes | |
class | FileUtilsTest |
Functions | |
TEST_F (FileUtilsTest, base_name) | |
TEST_F (FileUtilsTest, create_directory) | |
TEST_F (FileUtilsTest, exists) | |
TEST_F (FileUtilsTest, FindFiles) | |
TEST_F (FileUtilsTest, is_empty) | |
TEST_F (FileUtilsTest, parent_path) | |
TEST_F (FileUtilsTest, remove_all) | |
Implements class CLASS?
Definition in file fileutils.test.cpp.
TEST_F | ( | FileUtilsTest | , |
base_name | |||
) |
Definition at line 59 of file fileutils.test.cpp.
References ModelView::Utils::base_name(), and FileSystemUtils::filename().
TEST_F | ( | FileUtilsTest | , |
create_directory | |||
) |
Definition at line 40 of file fileutils.test.cpp.
References ModelView::Utils::create_directory(), ModelView::Utils::exists(), and ModelView::Utils::remove().
TEST_F | ( | FileUtilsTest | , |
exists | |||
) |
Definition at line 33 of file fileutils.test.cpp.
References ModelView::Utils::exists().
TEST_F | ( | FileUtilsTest | , |
FindFiles | |||
) |
Definition at line 67 of file fileutils.test.cpp.
References TestUtils::CreateTestFile(), ModelView::Utils::FindFiles(), and ModelView::Utils::join().
TEST_F | ( | FileUtilsTest | , |
is_empty | |||
) |
Definition at line 93 of file fileutils.test.cpp.
References ModelView::Utils::create_directory(), TestUtils::CreateEmptyFile(), TestUtils::CreateTestFile(), FileSystemUtils::filename(), ModelView::Utils::is_empty(), and ModelView::Utils::remove_all().
TEST_F | ( | FileUtilsTest | , |
parent_path | |||
) |
Definition at line 82 of file fileutils.test.cpp.
References TestUtils::CreateTestFile(), FileSystemUtils::filename(), ModelView::Utils::parent_path(), and TestUtils::TestOutputDir().
TEST_F | ( | FileUtilsTest | , |
remove_all | |||
) |
Definition at line 49 of file fileutils.test.cpp.
References ModelView::Utils::create_directory(), ModelView::Utils::exists(), and ModelView::Utils::remove_all().