|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for InitUIFrameworkTest:
Collaboration diagram for InitUIFrameworkTest: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.
References init().
Here is the call graph for this function:| 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.
Here is the call graph for this function:| InitUIFrameworkTest::testUIFrameworkInitialization | ( | ) |
Definition at line 28 of file InitUIFrameworkTest.php.
References init().
Here is the call graph for this function:
|
protected |
Definition at line 13 of file InitUIFrameworkTest.php.