OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Functions
MountingFileSystem_ut.cpp File Reference
#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)
 

Function Documentation

◆ UNIT_TEST() [1/10]

UNIT_TEST ( MountingFileSystem  ,
Binary   
)

◆ UNIT_TEST() [2/10]

UNIT_TEST ( MountingFileSystem  ,
Override   
)

◆ UNIT_TEST() [3/10]

UNIT_TEST ( MountingFileSystem  ,
ReadWriteThrough   
)

◆ UNIT_TEST() [4/10]

UNIT_TEST ( MountingFileSystem  ,
Remove   
)

◆ UNIT_TEST() [5/10]

UNIT_TEST ( MountingFileSystem  ,
RenameDifferentFs   
)

◆ UNIT_TEST() [6/10]

UNIT_TEST ( MountingFileSystem  ,
RenameSameFs   
)

◆ UNIT_TEST() [7/10]

UNIT_TEST ( MountingFileSystem  ,
SchrodingerOverride   
)

◆ UNIT_TEST() [8/10]

UNIT_TEST ( MountingFileSystem  ,
SimpleMerge   
)

◆ UNIT_TEST() [9/10]

UNIT_TEST ( MountingFileSystem  ,
StatExists   
)

◆ UNIT_TEST() [10/10]

UNIT_TEST ( MountingFileSystem  ,
WriteIntoVfs   
)