OpenEnroth 73e68f7
|
#include <string>
#include <utility>
#include "Testing/Unit/UnitTest.h"
#include "Library/FileSystem/Interface/FileSystemPath.h"
Functions | |
UNIT_TEST (FileSystemPath, Normalization) | |
UNIT_TEST (FileSystemPath, Prefix) | |
UNIT_TEST (FileSystemPath, EmptyChunks) | |
UNIT_TEST (FileSystemPath, Tail) | |
UNIT_TEST (FileSystemPath, TailAfterRoot) | |
UNIT_TEST (FileSystemPath, Appended) | |
UNIT_TEST (FileSystemPath, Append) | |
UNIT_TEST (FileSystemPath, AppendedEscaping) | |
UNIT_TEST (FileSystemPath, TailAtByIterator) | |
UNIT_TEST (FileSystemPath, Components) | |
UNIT_TEST | ( | FileSystemPath | , |
Append | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
Appended | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
AppendedEscaping | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
Components | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
EmptyChunks | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
Normalization | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
Prefix | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
Tail | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
TailAfterRoot | |||
) |
UNIT_TEST | ( | FileSystemPath | , |
TailAtByIterator | |||
) |