#include <fs.test.h>
Public Member Functions | |
Test | directoryIterate () |
Test | invalidDirectories () |
Test | _mkPath () |
Test | _mkPath2 () |
Test | _mkFilePath () |
Test | _deleteIfExists () |
Test | _isDirectory () |
Test TestFs::_deleteIfExists | ( | ) | [inline] |
References assert, and wibble::sys::fs::deleteIfExists().
Test TestFs::_isDirectory | ( | ) | [inline] |
References assert, and wibble::sys::fs::isDirectory().
Test TestFs::_mkFilePath | ( | ) | [inline] |
References wibble::sys::fs::access(), assert, and wibble::sys::fs::mkFilePath().
Test TestFs::_mkPath | ( | ) | [inline] |
References wibble::sys::fs::mkpath().
Test TestFs::_mkPath2 | ( | ) | [inline] |
References wibble::sys::fs::access(), assert, and wibble::sys::fs::mkpath().
Test TestFs::directoryIterate | ( | ) | [inline] |
References assert, wibble::sys::fs::Directory::begin(), and wibble::sys::fs::Directory::end().
Test TestFs::invalidDirectories | ( | ) | [inline] |
References assert, and wibble::sys::fs::Directory::valid().