OpenEnroth 73e68f7
|
#include <string>
#include <filesystem>
#include "Testing/Unit/UnitTest.h"
#include "Utility/Memory/Blob.h"
#include "Utility/Streams/FileInputStream.h"
#include "Utility/Streams/FileOutputStream.h"
Functions | |
UNIT_TEST (Blob, FromFile) | |
UNIT_TEST (Blob, FromEmptyFile) | |
UNIT_TEST (Blob, SharedFromFile) | |
UNIT_TEST (Blob, DisplayPathCopyShare) | |
UNIT_TEST (Blob, DisplayPathFromFile) | |
UNIT_TEST (Blob, DisplayPathFromEmptyFile) | |
UNIT_TEST (Blob, DisplayPathFromStream) | |
UNIT_TEST (Blob, ExceptionMessages) | |
UNIT_TEST | ( | Blob | , |
DisplayPathCopyShare | |||
) |
UNIT_TEST | ( | Blob | , |
DisplayPathFromEmptyFile | |||
) |
UNIT_TEST | ( | Blob | , |
DisplayPathFromFile | |||
) |
UNIT_TEST | ( | Blob | , |
DisplayPathFromStream | |||
) |
UNIT_TEST | ( | Blob | , |
ExceptionMessages | |||
) |
UNIT_TEST | ( | Blob | , |
FromEmptyFile | |||
) |
UNIT_TEST | ( | Blob | , |
FromFile | |||
) |
UNIT_TEST | ( | Blob | , |
SharedFromFile | |||
) |