ardour
filesystem_test.h
Go to the documentation of this file.
1 #include <cppunit/TestFixture.h>
2 #include <cppunit/extensions/HelperMacros.h>
3 
4 class FilesystemTest : public CppUnit::TestFixture
5 {
15 
16 public:
17  void testPathIsWithin ();
21  void testClearDirectory ();
22  void testRemoveDirectory ();
23  void testCanonicalPath ();
24 };
25 
CPPUNIT_TEST_SUITE(FilesystemTest)
CPPUNIT_TEST(testPathIsWithin)
void testCopyFileASCIIFilename()
void testFindFilesMatchingPattern()
void testCopyFileUTF8Filename()
void testRemoveDirectory()