Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
TestFileSys Class Reference
+ 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 testSafeWriteToFile ()
 
void testCopyFileContents ()
 
- Public Member Functions inherited from TestBase
bool testModule (IGameDef *gamedef)
 
std::string getTestTempDirectory ()
 
std::string getTestTempFile ()
 
virtual void runTests (IGameDef *gamedef)=0
 
virtual const char * getName ()=0
 
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
 

Constructor & Destructor Documentation

◆ TestFileSys()

TestFileSys::TestFileSys ( )
inline

References TestManager::registerTestModule().

+ Here is the call graph for this function:

Member Function Documentation

◆ getName()

const char * TestFileSys::getName ( )
inlinevirtual

Implements TestBase.

◆ runTests()

void TestFileSys::runTests ( IGameDef gamedef)
virtual

Implements TestBase.

References TEST, testCopyFileContents(), testIsDirDelimiter(), testPathStartsWith(), testRemoveLastPathComponent(), testRemoveLastPathComponentWithTrailingDelimiter(), testRemoveRelativePathComponent(), and testSafeWriteToFile().

+ Here is the call graph for this function:

◆ testCopyFileContents()

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:

◆ testIsDirDelimiter()

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:

◆ testPathStartsWith()

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:

◆ testRemoveLastPathComponent()

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:

◆ testRemoveLastPathComponentWithTrailingDelimiter()

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:

◆ testRemoveRelativePathComponent()

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:

◆ testSafeWriteToFile()

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:

The documentation for this class was generated from the following file: