Luanti 5.10.0-dev
 
Loading...
Searching...
No Matches
TestLogging Class Reference
+ Inheritance diagram for TestLogging:
+ Collaboration diagram for TestLogging:

Public Member Functions

 TestLogging ()
 
const char * getName ()
 
void runTests (IGameDef *gamedef)
 
void testNullChecks ()
 
void testBitCheck ()
 
- 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
 

Constructor & Destructor Documentation

◆ TestLogging()

TestLogging::TestLogging ( )
inline

References TestManager::registerTestModule().

+ Here is the call graph for this function:

Member Function Documentation

◆ getName()

const char * TestLogging::getName ( )
inlinevirtual

Implements TestBase.

◆ runTests()

void TestLogging::runTests ( IGameDef * gamedef)
virtual

Implements TestBase.

References TEST, testBitCheck(), and testNullChecks().

+ Here is the call graph for this function:

◆ testBitCheck()

void TestLogging::testBitCheck ( )

References g_logger, infostream, CaptureLogOutput::take(), and UASSERTEQ.

Referenced by runTests().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ testNullChecks()

void TestLogging::testNullChecks ( )

References g_logger, infostream, CaptureLogOutput::take(), 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: