Home
last modified time | relevance | path

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

/dports/games/minetest/minetest-5.4.1/src/unittest/
H A Dtest_schematic.cpp26 class TestSchematic : public TestBase { class
28 TestSchematic() { TestManager::registerTestModule(this); } in TestSchematic() function in TestSchematic
43 static TestSchematic g_test_instance;
45 void TestSchematic::runTests(IGameDef *gamedef) in runTests()
61 void TestSchematic::testMtsSerializeDeserialize(const NodeDefManager *ndef) in testMtsSerializeDeserialize()
107 void TestSchematic::testLuaTableSerialize(const NodeDefManager *ndef) in testLuaTableSerialize()
135 void TestSchematic::testFileSerializeDeserialize(const NodeDefManager *ndef) in testFileSerializeDeserialize()
185 const content_t TestSchematic::test_schem1_data[7 * 6 * 4] = {
215 const content_t TestSchematic::test_schem2_data[3 * 3 * 3] = {
229 const u8 TestSchematic::test_schem2_prob[3 * 3 * 3] = {
[all …]