OpenEnroth 73e68f7
|
#include <vector>
#include "Testing/Unit/UnitTest.h"
#include "Library/FileSystem/Mounting/MountingFileSystem.h"
#include "Library/FileSystem/Memory/MemoryFileSystem.h"
#include "Library/FileSystem/Merging/MergingFileSystem.h"
#include "Library/FileSystem/Null/NullFileSystem.h"
#include "Library/FileSystem/Dump/FileSystemDump.h"
Functions | |
UNIT_TEST (MountingFileSystem, StatExists) | |
UNIT_TEST (MountingFileSystem, Override) | |
UNIT_TEST (MountingFileSystem, SchrodingerOverride) | |
UNIT_TEST (MountingFileSystem, SimpleMerge) | |
UNIT_TEST (MountingFileSystem, WriteIntoVfs) | |
UNIT_TEST (MountingFileSystem, ReadWriteThrough) | |
UNIT_TEST (MountingFileSystem, Remove) | |
UNIT_TEST (MountingFileSystem, RenameSameFs) | |
UNIT_TEST (MountingFileSystem, RenameDifferentFs) | |
UNIT_TEST (MountingFileSystem, Binary) | |
UNIT_TEST | ( | MountingFileSystem | , |
Binary | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
Override | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
ReadWriteThrough | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
Remove | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
RenameDifferentFs | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
RenameSameFs | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
SchrodingerOverride | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
SimpleMerge | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
StatExists | |||
) |
UNIT_TEST | ( | MountingFileSystem | , |
WriteIntoVfs | |||
) |