Public Member Functions | |
TestFileSys () | |
const char * | getName () |
void | runTests (IGameDef *gamedef) |
void | testIsDirDelimiter () |
void | testPathStartsWith () |
void | testRemoveLastPathComponent () |
void | testRemoveLastPathComponentWithTrailingDelimiter () |
void | testRemoveRelativePathComponent () |
void | testSafeWriteToFile () |
void | testCopyFileContents () |
void | testNonExist () |
void | testRecursiveDelete () |
Public Member Functions inherited from TestBase | |
bool | testModule (IGameDef *gamedef) |
std::string | getTestTempDirectory () |
std::string | getTestTempFile () |
void | runTest (const char *name, std::function< void()> &&test) |
Additional Inherited Members | |
Public Attributes inherited from TestBase | |
u32 | num_tests_failed |
u32 | num_tests_run |
|
inline |
|
inlinevirtual |
Implements TestBase.
|
virtual |
Implements TestBase.
References TEST, testCopyFileContents(), testIsDirDelimiter(), testNonExist(), testPathStartsWith(), testRecursiveDelete(), testRemoveLastPathComponent(), testRemoveLastPathComponentWithTrailingDelimiter(), testRemoveRelativePathComponent(), and testSafeWriteToFile().
void TestFileSys::testCopyFileContents | ( | ) |
References fs::CopyFileContents(), DIR_DELIM, TestBase::getTestTempDirectory(), fs::ReadFile(), UASSERT, and UASSERTEQ.
Referenced by runTests().
void TestFileSys::testIsDirDelimiter | ( | ) |
References fs::IsDirDelimiter(), and UASSERT.
Referenced by runTests().
void TestFileSys::testNonExist | ( | ) |
References fs::DeleteSingleFileOrEmptyDirectory(), TestBase::getTestTempFile(), fs::IsDir(), fs::IsExecutable(), fs::IsFile(), open_ifstream(), fs::OpenStream(), fs::ReadFile(), fs::Rename(), and UASSERT.
Referenced by runTests().
void TestFileSys::testPathStartsWith | ( | ) |
References FILESYS_CASE_INSENSITIVE, p(), fs::PathStartsWith(), and UASSERT.
Referenced by runTests().
void TestFileSys::testRecursiveDelete | ( | ) |
References fs::CreateDir(), DIR_DELIM, TestBase::getTestTempDirectory(), fs::IsDir(), fs::IsFile(), open_ofstream(), fs::RecursiveDelete(), and UASSERT.
Referenced by runTests().
void TestFileSys::testRemoveLastPathComponent | ( | ) |
References p(), fs::RemoveLastPathComponent(), and UASSERT.
Referenced by runTests().
void TestFileSys::testRemoveLastPathComponentWithTrailingDelimiter | ( | ) |
References p(), fs::RemoveLastPathComponent(), and UASSERT.
Referenced by runTests().
void TestFileSys::testRemoveRelativePathComponent | ( | ) |
References p(), fs::RemoveRelativePathComponents(), and UASSERT.
Referenced by runTests().
void TestFileSys::testSafeWriteToFile | ( | ) |
References TestBase::getTestTempFile(), fs::PathExists(), fs::ReadFile(), fs::safeWriteToFile(), UASSERT, and UASSERTEQ.
Referenced by runTests().