Inheritance diagram for TestFileSys:
Collaboration diagram for TestFileSys:Public Member Functions | |
| TestFileSys () | |
| const char * | getName () |
| void | runTests (IGameDef *gamedef) |
| void | testIsDirDelimiter () |
| void | testPathStartsWith () |
| void | testRemoveLastPathComponent () |
| void | testRemoveLastPathComponentWithTrailingDelimiter () |
| void | testRemoveRelativePathComponent () |
| void | testAbsolutePath () |
| 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, testAbsolutePath(), testCopyFileContents(), testIsDirDelimiter(), testNonExist(), testPathStartsWith(), testRecursiveDelete(), testRemoveLastPathComponent(), testRemoveLastPathComponentWithTrailingDelimiter(), testRemoveRelativePathComponent(), and testSafeWriteToFile().
Here is the call graph for this function:| void TestFileSys::testAbsolutePath | ( | ) |
References fs::AbsolutePath(), fs::AbsolutePathPartial(), fs::CreateDir(), DIR_DELIM, TestBase::getTestTempDirectory(), TestBase::getTestTempFile(), p(), UASSERTCMP, and UASSERTEQ.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testCopyFileContents | ( | ) |
References fs::CopyFileContents(), DIR_DELIM, TestBase::getTestTempDirectory(), fs::ReadFile(), UASSERT, and UASSERTEQ.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testIsDirDelimiter | ( | ) |
References fs::IsDirDelimiter(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testPathStartsWith | ( | ) |
References FILESYS_CASE_INSENSITIVE, p(), fs::PathStartsWith(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testRecursiveDelete | ( | ) |
References fs::CreateDir(), DIR_DELIM, TestBase::getTestTempDirectory(), fs::IsDir(), fs::IsFile(), open_ofstream(), fs::RecursiveDelete(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testRemoveLastPathComponent | ( | ) |
References p(), fs::RemoveLastPathComponent(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testRemoveLastPathComponentWithTrailingDelimiter | ( | ) |
References p(), fs::RemoveLastPathComponent(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testRemoveRelativePathComponent | ( | ) |
References p(), fs::RemoveRelativePathComponents(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestFileSys::testSafeWriteToFile | ( | ) |
References TestBase::getTestTempFile(), fs::PathExists(), fs::ReadFile(), fs::safeWriteToFile(), UASSERT, and UASSERTEQ.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function: