|
OpenEnroth 5e3ef65
|
#include <string>#include "Testing/Unit/UnitTest.h"#include "Library/FileSystem/Memory/MemoryFileSystem.h"#include "Library/FileSystem/Sub/SubFileSystem.h"Functions | |
| UNIT_TEST (SubFileSystem, ReadFile) | |
| UNIT_TEST (SubFileSystem, FileNotFound) | |
| UNIT_TEST (SubFileSystem, ListDirectory) | |
| UNIT_TEST (SubFileSystem, NestedDirectory) | |
| UNIT_TEST (SubFileSystem, DisplayPath) | |
| UNIT_TEST (SubFileSystem, CannotEscapeWithDotDot) | |
| UNIT_TEST | ( | SubFileSystem | , |
| CannotEscapeWithDotDot | |||
| ) |
| UNIT_TEST | ( | SubFileSystem | , |
| DisplayPath | |||
| ) |
| UNIT_TEST | ( | SubFileSystem | , |
| FileNotFound | |||
| ) |
| UNIT_TEST | ( | SubFileSystem | , |
| ListDirectory | |||
| ) |
| UNIT_TEST | ( | SubFileSystem | , |
| NestedDirectory | |||
| ) |
| UNIT_TEST | ( | SubFileSystem | , |
| ReadFile | |||
| ) |