ardour
Public Member Functions | Private Member Functions | List of all members
FilesystemTest Class Reference

#include <filesystem_test.h>

Inheritance diagram for FilesystemTest:

Public Member Functions

void testPathIsWithin ()
 
void testCopyFileASCIIFilename ()
 
void testCopyFileUTF8Filename ()
 
void testFindFilesMatchingPattern ()
 
void testClearDirectory ()
 
void testRemoveDirectory ()
 
void testCanonicalPath ()
 

Private Member Functions

 CPPUNIT_TEST_SUITE (FilesystemTest)
 
 CPPUNIT_TEST (testPathIsWithin)
 
 CPPUNIT_TEST (testCopyFileASCIIFilename)
 
 CPPUNIT_TEST (testCopyFileUTF8Filename)
 
 CPPUNIT_TEST (testFindFilesMatchingPattern)
 
 CPPUNIT_TEST (testClearDirectory)
 
 CPPUNIT_TEST (testRemoveDirectory)
 
 CPPUNIT_TEST (testCanonicalPath)
 
 CPPUNIT_TEST_SUITE_END ()
 

Detailed Description

Definition at line 4 of file filesystem_test.h.

Member Function Documentation

FilesystemTest::CPPUNIT_TEST ( testPathIsWithin  )
private
FilesystemTest::CPPUNIT_TEST ( testCopyFileASCIIFilename  )
private
FilesystemTest::CPPUNIT_TEST ( testCopyFileUTF8Filename  )
private
FilesystemTest::CPPUNIT_TEST ( testFindFilesMatchingPattern  )
private
FilesystemTest::CPPUNIT_TEST ( testClearDirectory  )
private
FilesystemTest::CPPUNIT_TEST ( testRemoveDirectory  )
private
FilesystemTest::CPPUNIT_TEST ( testCanonicalPath  )
private
FilesystemTest::CPPUNIT_TEST_SUITE ( FilesystemTest  )
private
FilesystemTest::CPPUNIT_TEST_SUITE_END ( )
private
void FilesystemTest::testCanonicalPath ( )

Definition at line 239 of file filesystem_test.cc.

void FilesystemTest::testClearDirectory ( )

Definition at line 191 of file filesystem_test.cc.

void FilesystemTest::testCopyFileASCIIFilename ( )

Definition at line 77 of file filesystem_test.cc.

void FilesystemTest::testCopyFileUTF8Filename ( )

Definition at line 93 of file filesystem_test.cc.

void FilesystemTest::testFindFilesMatchingPattern ( )

Definition at line 122 of file filesystem_test.cc.

void FilesystemTest::testPathIsWithin ( )

Definition at line 47 of file filesystem_test.cc.

void FilesystemTest::testRemoveDirectory ( )

Definition at line 216 of file filesystem_test.cc.


The documentation for this class was generated from the following files: