Static Public Member Functions | |
| static void | pushTestsuites (Common::Array< Testsuite *> &testsuiteList) |
Static Public Member Functions inherited from Engine | |
| static void | quitGame () |
| static bool | shouldQuit () |
| static bool | warnUserAboutUnsupportedGame (Common::String msg=Common::String()) |
| static bool | warnUserAboutUnsupportedAddOn (Common::String addOnName) |
| static void | warnUserAboutTestingMode () |
| static void | errorAddingAddOnWithoutBaseGame (Common::String addOnName, Common::String gameId) |
| static void | errorUnsupportedGame (Common::String extraMsg) |
|
overridevirtual |
Initialize the engine and start its main loop.
Implements Engine.
|
static |
Invokes configured testsuites.
| void Testbed::TestbedEngine::invokeTestsuites | ( | TestbedConfigManager & | cfMan | ) |
Invokes configured testsuites.
|
overridevirtual |
Determine whether the engine supports the specified feature.
Reimplemented from Engine.