OpenEnroth 73e68f7
|
#include <cstdio>
#include <filesystem>
#include <fstream>
#include <string>
#include "Testing/Unit/UnitTest.h"
#include "Utility/Streams/FileOutputStream.h"
#include "Utility/UnicodeCrt.h"
Functions | |
UNIT_TEST (UnicodeCrt, fopen) | |
UNIT_TEST (UnicodeCrt, filesystem_exists_remove) | |
UNIT_TEST (UnicodeCrt, filesystem_path) | |
UNIT_TEST (UnicodeCrt, filesystem_rename) | |
UNIT_TEST (UnicodeCrt, fstreams) | |
Variables | |
static const char8_t * | u8prefix = u8"\u0444\u0430\u0439\u043B" |
static const char16_t * | u16prefix = u"\u0444\u0430\u0439\u043B" |
UNIT_TEST | ( | UnicodeCrt | , |
filesystem_exists_remove | |||
) |
UNIT_TEST | ( | UnicodeCrt | , |
filesystem_path | |||
) |
UNIT_TEST | ( | UnicodeCrt | , |
filesystem_rename | |||
) |
UNIT_TEST | ( | UnicodeCrt | , |
fopen | |||
) |
UNIT_TEST | ( | UnicodeCrt | , |
fstreams | |||
) |
|
static |
|
static |