class MAGES::Tests::TestHub¶
Overview¶
Tests various aspects of the Hub class, at runtime. More…
class TestHub { public: // classes class CustomHubModule; // methods void TestHubStartupIsCalled(); void TestHubExtraModules(); void TestHubCoreModules(); };
Detailed Documentation¶
Tests various aspects of the Hub class, at runtime.
Methods¶
void TestHubStartupIsCalled()
Tests that the hub module’s Startup() is called correctly.
void TestHubExtraModules()
Tests that a bundle’s extra modules can be retrieved properly.
void TestHubCoreModules()
Tests that all the core modules can be retrieved properly.