Ardour  9.0-pre0-582-g084a23a80d
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 {
19 
20 public:
30  void testTouchFile ();
31  void testStatFile ();
32 };
33 
CPPUNIT_TEST(testCanonicalPathASCII)
CPPUNIT_TEST(testPathIsWithin)
void testClearDirectory()
CPPUNIT_TEST(testClearDirectory)
void testStatFile()
void testFindFilesMatchingPattern()
CPPUNIT_TEST(testCopyFileASCIIFilename)
CPPUNIT_TEST(testFindFilesMatchingPattern)
void testTouchFile()
CPPUNIT_TEST(testCopyFileUTF8Filename)
CPPUNIT_TEST(testCanonicalPathUTF8)
void testCopyFileASCIIFilename()
void testCanonicalPathUTF8()
CPPUNIT_TEST(testRemoveDirectory)
void testCanonicalPathASCII()
void testRemoveDirectory()
void testOpenFileUTF8Filename()
void testPathIsWithin()
CPPUNIT_TEST(testStatFile)
CPPUNIT_TEST_SUITE(FilesystemTest)
CPPUNIT_TEST(testOpenFileUTF8Filename)
CPPUNIT_TEST(testTouchFile)
void testCopyFileUTF8Filename()