Inheritance diagram for TestServerShutdownState:
Collaboration diagram for TestServerShutdownState:Public Member Functions | |
| TestServerShutdownState () | |
| const char * | getName () |
| void | runTests (IGameDef *gamedef) |
| void | testInit () |
| void | testReset () |
| void | testTrigger () |
| void | testTick () |
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, testInit(), testReset(), testTick(), and testTrigger().
Here is the call graph for this function:| void TestServerShutdownState::testInit | ( | ) |
References Server::ShutdownState::is_requested, Server::ShutdownState::m_timer, Server::ShutdownState::message, Server::ShutdownState::should_reconnect, and UASSERT.
Referenced by runTests().
Here is the caller graph for this function:| void TestServerShutdownState::testReset | ( | ) |
References Server::ShutdownState::is_requested, Server::ShutdownState::m_timer, Server::ShutdownState::message, Server::ShutdownState::reset(), Server::ShutdownState::should_reconnect, and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestServerShutdownState::testTick | ( | ) |
References Server::ShutdownState::is_requested, Server::ShutdownState::m_timer, Server::ShutdownState::message, Server::ShutdownState::should_reconnect, Server::ShutdownState::tick(), Server::ShutdownState::trigger(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function:| void TestServerShutdownState::testTrigger | ( | ) |
References Server::ShutdownState::is_requested, Server::ShutdownState::m_timer, Server::ShutdownState::message, Server::ShutdownState::should_reconnect, Server::ShutdownState::trigger(), and UASSERT.
Referenced by runTests().
Here is the call graph for this function:
Here is the caller graph for this function: