ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
testUIFrameworkInitialization () | |
testByExampleThatFactoryIsLoaded () | |
This checks only by example that the factory is loaded and ready to work. More... | |
testByExampleThatRendererIsReadyToWork () | |
This checks only by example that the renderer is all up and ready to work. More... | |
Protected Member Functions | |
setUp () | |
Several dependencies need to be wired up before the UI Framework can be initialised. More... | |
Protected Attributes | |
$dic | |
Definition at line 8 of file InitUIFrameworkTest.php.
|
protected |
Several dependencies need to be wired up before the UI Framework can be initialised.
Definition at line 18 of file InitUIFrameworkTest.php.
InitUIFrameworkTest::testByExampleThatFactoryIsLoaded | ( | ) |
This checks only by example that the factory is loaded and ready to work.
A complete check of the factory is performed in the Test cases of tests/UI
Definition at line 44 of file InitUIFrameworkTest.php.
InitUIFrameworkTest::testByExampleThatRendererIsReadyToWork | ( | ) |
This checks only by example that the renderer is all up and ready to work.
A complete set of the rendering tests is performed in the Test cases of tests/UI Note that some additional dependencies are needed for this to run.
Definition at line 59 of file InitUIFrameworkTest.php.
References $DIC.
InitUIFrameworkTest::testUIFrameworkInitialization | ( | ) |
Definition at line 28 of file InitUIFrameworkTest.php.
|
protected |
Definition at line 13 of file InitUIFrameworkTest.php.