Home
last modified time | relevance | path

Searched refs:TestServerShutdownState (Results 1 – 2 of 2) sorted by relevance

/dports/games/minetest/minetest-5.4.1/src/unittest/
H A Dtest_server_shutdown_state.cpp43 class TestServerShutdownState : public TestBase class
46 TestServerShutdownState() { TestManager::registerTestModule(this); } in TestServerShutdownState() function in TestServerShutdownState
57 static TestServerShutdownState g_test_instance;
59 void TestServerShutdownState::runTests(IGameDef *gamedef) in runTests()
67 void TestServerShutdownState::testInit() in testInit()
76 void TestServerShutdownState::testReset() in testReset()
86 void TestServerShutdownState::testTrigger() in testTrigger()
96 void TestServerShutdownState::testTick() in testTick()
/dports/games/minetest/minetest-5.4.1/src/
H A Dserver.h380 friend class TestServerShutdownState; variable
383 friend class TestServerShutdownState; member